cajon-plugin/src/test/resources/inspections
2019-11-18 21:13:30 +01:00
..
AssumeThat Fixed a NPE in AssumeThatInsteadOfReturn inspection quickfix for empty else branches. 2019-05-06 20:17:11 +02:00
BinaryExpression Fixed a bug in AssertThatBinaryExpression inspection for assertThat(null != expression) and related that would not correctly invert the condition on transformation. 2019-09-29 12:32:32 +02:00
BooleanCondition Fixed broken code in test classes (missing imports, undefined variables). 2019-07-30 19:39:16 +02:00
CollectionMapExpression Fix for AssertThatCollectionOrMap inspection sometimes causing an index out of bounds exception. 2019-09-09 23:13:45 +02:00
Comparable Added AssertThatComparableExpression for funny compareTo() uses. 2019-11-17 21:21:45 +01:00
EnumerableIsEmpty Fixed broken code in test classes (missing imports, undefined variables). 2019-07-30 19:39:16 +02:00
FileExpression Added hasSize(), isEmpty() and isNotEmpty() for AssertThatFileExpression when using AssertJ >= 3.14.0. 2019-11-18 21:13:30 +01:00
GuavaOptional Really fixed AssertThatGuavaOptional inspections to avoid conversions from .get() to .contains() for array types. 2019-09-25 18:38:35 +02:00
ImplicitAssertion Fixed broken code in test classes (missing imports, undefined variables). 2019-07-30 19:39:16 +02:00
InstanceOf Fixed broken code in test classes (missing imports, undefined variables). 2019-07-30 19:39:16 +02:00
InvertedBooleanCondition Fixed broken code in test classes (missing imports, undefined variables). 2019-07-30 19:39:16 +02:00
Java8Optional 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
JoinStatements Fixed broken code in test classes (missing imports, undefined variables). 2019-07-30 19:39:16 +02:00
JoinVarArgsContains 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
JUnitAssertToAssertJ Extended JUnitAssertToAssertJ inspection to convert JUnit assume-Statements, too. 2019-05-17 12:17:01 +02:00
ObjectExpression Fixed broken code in test classes (missing imports, undefined variables). 2019-07-30 19:39:16 +02:00
ObjectIsNullOrNotNull Fixed broken code in test classes (missing imports, undefined variables). 2019-07-30 19:39:16 +02:00
PathExpression Added first version of AssertThatPathExpression for a limited number transformations (more stuff is possible, but requires detection and transformation of static Files-methods). 2019-11-17 19:10:41 +01:00
Size Fixes to AssertThatSize inspection after extending it for Maps in previous release as not all combinations for .hasSameSizeAs() are supported. 2019-09-24 22:55:02 +02:00
StringExpression Added several transformations to AssertThatStringExpression inspection. Specifically, uses of matches(), compareToIgnoreCase(), indexOf(), and trim(). 2019-09-30 20:27:43 +02:00
StringIsEmpty Fixed broken code in test classes (missing imports, undefined variables). 2019-07-30 19:39:16 +02:00