This website requires JavaScript.
Explore
Help
Register
Sign In
chrisly42
/
cajon-plugin
Watch
1
Star
0
Fork
0
You've already forked cajon-plugin
Code
Issues
4
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
cajon-plugin
/
src
/
main
/
java
/
de
/
platon42
/
intellij
/
plugins
/
cajon
History
chrisly42
8d03b3734c
Fixed a lapsuus in AssertThatFileExpression also transforming listFiles() with a filter argument.
2019-11-17 17:14:28 +01:00
..
inspections
Fixed a lapsuus in AssertThatFileExpression also transforming listFiles() with a filter argument.
2019-11-17 17:14:28 +01:00
quickfixes
Added several transformations to AssertThatStringExpression inspection. Specifically, uses of matches(), compareToIgnoreCase(), indexOf(), and trim().
2019-09-30 20:27:43 +02:00
references
Reverted removed method (identical to default implementation) that causes compatibility problem with older IDEA versions (again, sigh)...
2019-06-23 19:24:36 +02:00
AssertJClassNames.kt
Added new AssertThatFileExpression to move out many common methods from inside the assertThat() expression (exists(), getName(), getParent(), and many more).
2019-09-29 21:56:36 +02:00
CommonMatchers.kt
New JoinVarArgsContains inspection that will detect multiple .contains(), .doesNotContain(), and .containsOnlyOnce() calls within the same statement that could be joined together using variadic arguments.
2019-08-03 20:57:34 +02:00
Extensions.kt
Bumped kotlin to 1.3.41, jupiter 5.5.1, added compatibility with IDEA 2019.2 and fixed regressions with new AssertJ 3.13.0.
2019-07-30 19:43:40 +02:00
Helper.kt
Extended JUnitAssertToAssertJ inspection to convert JUnit assume-Statements, too.
2019-05-17 12:17:01 +02:00
MethodNames.kt
Fix for AssertThatCollectionOrMap inspection sometimes causing an index out of bounds exception.
2019-09-09 23:13:45 +02:00