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
9b25e50183
Improvements for TwistedAssertionInspection to no longer report .class types as constant to bother, nor matches() and doesNotMatch() for regexps. If both sides are constants, they will only show as weak problems.
2020-02-17 20:17:33 +01:00
..
inspections
Improvements for TwistedAssertionInspection to no longer report .class types as constant to bother, nor matches() and doesNotMatch() for regexps. If both sides are constants, they will only show as weak problems.
2020-02-17 20:17:33 +01:00
quickfixes
Added new TwistedAssertion inspection that will warn about assertions with the actual expression being a constant indicating swapped use of actual and expected expressions.
2020-02-14 13:36:04 +01:00
references
Minor NPE Bugfix. Fixed use of "experimental API". Upgraded dependencies.
2020-02-04 20:01:05 +01:00
AssertJClassNames.kt
Added new TwistedAssertion inspection that will warn about assertions with the actual expression being a constant indicating swapped use of actual and expected expressions.
2020-02-14 13:36:04 +01: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
Added new TwistedAssertion inspection that will warn about assertions with the actual expression being a constant indicating swapped use of actual and expected expressions.
2020-02-14 13:36:04 +01: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