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
315b93d90d
Extended AssertThatSize inspection to Maps, too.
2019-08-23 18:21:08 +02:00
..
inspections
Extended AssertThatSize inspection to Maps, too.
2019-08-23 18:21:08 +02:00
quickfixes
Extended AssertThatSize inspection to Maps, too.
2019-08-23 18:21:08 +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
New ImplicitAssertion inspection for implicit isNotNull(), isNotEmpty() and isPresent() assertions that will be covered by chained assertions.
2019-06-09 14:04:01 +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
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