cajon-plugin/src/test/resources/inspections
chrisly42 db02f7fb93 New AssertThatInvertedBooleanCondition inspection that will remove inverted boolean expressions inside assertThat().
Renamed a few inspections to better/shorter names (and fixed file and directory names accordingly).
2019-04-20 18:40:38 +02:00
..
BinaryExpression Optimized even more code. Fixed BinaryExpression for Boolean.TRUE/FALSE. Added new AssertThatJava8Optional inspection. Added changelog to README. 2019-04-11 16:26:11 +02:00
BooleanCondition New AssertThatInvertedBooleanCondition inspection that will remove inverted boolean expressions inside assertThat(). 2019-04-20 18:40:38 +02:00
EnumerableIsEmpty Implemented AssertThatEnumerableIsEmptyInspection. Improved literal values by constant value calculation, more refactoring. 2019-03-24 14:42:02 +01:00
GuavaOptional New AssertThatInvertedBooleanCondition inspection that will remove inverted boolean expressions inside assertThat(). 2019-04-20 18:40:38 +02:00
InvertedBooleanCondition New AssertThatInvertedBooleanCondition inspection that will remove inverted boolean expressions inside assertThat(). 2019-04-20 18:40:38 +02:00
Java8Optional New AssertThatInvertedBooleanCondition inspection that will remove inverted boolean expressions inside assertThat(). 2019-04-20 18:40:38 +02:00
JUnitAssertToAssertJ Implemented AssertThatSizeInspection. 2019-03-31 20:44:52 +02:00
ObjectIsNullOrNotNull Merged AssertThatObjectIsNull and AssertThatObjectIsNotNull to AssertThatObjectIsNullOrNotNull. 2019-04-06 21:29:18 +02:00
Size New AssertThatInvertedBooleanCondition inspection that will remove inverted boolean expressions inside assertThat(). 2019-04-20 18:40:38 +02:00
StringExpression 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
StringIsEmpty Implemented AssertThatEnumerableIsEmptyInspection. Improved literal values by constant value calculation, more refactoring. 2019-03-24 14:42:02 +01:00