cajon-plugin/src/main/resources/inspectionDescriptions
2019-04-19 19:33:14 +02:00
..
AssertThatBinaryExpressionIsTrueOrFalse.html New inspection AssertThatBinaryExpressionIsTrueOrFalse that will find and fix common binary expressions and equals() statements (more than 150 combinations) inside assertThat(). 2019-04-07 11:29:07 +02:00
AssertThatBooleanIsTrueOrFalse.html Added licence. Fixed descriptions. 2019-03-31 21:55:49 +02:00
AssertThatEnumerableIsEmpty.html Implemented AssertThatEnumerableIsEmptyInspection. Improved literal values by constant value calculation, more refactoring. 2019-03-24 14:42:02 +01:00
AssertThatGuavaOptional.html Reduced minimal supported IDEA version from 2018.2 to 2017.2. 2019-04-11 23:55:35 +02:00
AssertThatJava8Optional.html Reduced minimal supported IDEA version from 2018.2 to 2017.2. 2019-04-11 23:55:35 +02:00
AssertThatObjectIsNullOrNotNull.html Merged AssertThatObjectIsNull and AssertThatObjectIsNotNull to AssertThatObjectIsNullOrNotNull. 2019-04-06 21:29:18 +02:00
AssertThatSize.html Implemented AssertThatSizeInspection. 2019-03-31 20:44:52 +02:00
AssertThatStringExpression.html New AssertThatStringExpression that will move isEmpty(), equals(), equalsIgnoreCase(), contains(), startsWith(), and endsWith() out of actual expression. Bumped intellij-plugin to latest version. 2019-04-19 19:33:14 +02:00
AssertThatStringIsEmpty.html Implemented AssertThatEnumerableIsEmptyInspection. Improved literal values by constant value calculation, more refactoring. 2019-03-24 14:42:02 +01:00
JUnitAssertToAssertJ.html Implemented JUnitAssertToAssertJInspection. More refactorings. Doc fixes. 2019-03-31 15:15:06 +02:00