.. |
AssumeThat
|
Fixed a NPE in AssumeThatInsteadOfReturn inspection quickfix for empty else branches.
|
2019-05-06 20:17:11 +02:00 |
BinaryExpression
|
Heavily reworked inspections for edge cases, such as multiple isEqualTo() calls inside a single statement. Corrected highlighting for most inspections. Lots of refactorings, tweakings. Added travis-ci file (untested). Added jacoco.
|
2019-05-04 15:36:04 +02:00 |
BooleanCondition
|
Extended test cases for AssertThatBooleanCondition and AssertThatObjectIsNullOrNotNull.
|
2019-04-29 20:10:55 +02:00 |
CollectionMapExpression
|
Fixed a NPE in AssumeThatInsteadOfReturn inspection quickfix for empty else branches.
|
2019-05-06 20:17:11 +02:00 |
EnumerableIsEmpty
|
Fixed isEmpty() for enumerables and strings and isNull() for object conversions to be applied only if it is the terminal method call as isEmpty() and isNull() return void.
|
2019-05-01 13:15:31 +02:00 |
GuavaOptional
|
Added Guava Optional opt.orNull() == null case. Added Java 8 Optional opt.orElse(null) == null case, too.
|
2019-05-15 20:50:30 +02:00 |
ImplicitAssertion
|
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 |
InstanceOf
|
Heavily reworked inspections for edge cases, such as multiple isEqualTo() calls inside a single statement. Corrected highlighting for most inspections. Lots of refactorings, tweakings. Added travis-ci file (untested). Added jacoco.
|
2019-05-04 15:36:04 +02:00 |
InvertedBooleanCondition
|
Heavily reworked inspections for edge cases, such as multiple isEqualTo() calls inside a single statement. Corrected highlighting for most inspections. Lots of refactorings, tweakings. Added travis-ci file (untested). Added jacoco.
|
2019-05-04 15:36:04 +02:00 |
Java8Optional
|
Added Guava Optional opt.orNull() == null case. Added Java 8 Optional opt.orElse(null) == null case, too.
|
2019-05-15 20:50:30 +02:00 |
JoinStatements
|
Improved JoinAssertThatStatements detection of expressions with side-effects and added pre/post-increment/decrement detection.
|
2019-05-11 13:40:37 +02:00 |
JUnitAssertToAssertJ
|
Extended JUnitAssertToAssertJ inspection to convert JUnit assume-Statements, too.
|
2019-05-17 12:17:01 +02:00 |
ObjectIsNullOrNotNull
|
Fixed isEmpty() for enumerables and strings and isNull() for object conversions to be applied only if it is the terminal method call as isEmpty() and isNull() return void.
|
2019-05-01 13:15:31 +02:00 |
Size
|
Heavily reworked inspections for edge cases, such as multiple isEqualTo() calls inside a single statement. Corrected highlighting for most inspections. Lots of refactorings, tweakings. Added travis-ci file (untested). Added jacoco.
|
2019-05-04 15:36:04 +02:00 |
StringExpression
|
Heavily reworked inspections for edge cases, such as multiple isEqualTo() calls inside a single statement. Corrected highlighting for most inspections. Lots of refactorings, tweakings. Added travis-ci file (untested). Added jacoco.
|
2019-05-04 15:36:04 +02:00 |
StringIsEmpty
|
Fixed isEmpty() for enumerables and strings and isNull() for object conversions to be applied only if it is the terminal method call as isEmpty() and isNull() return void.
|
2019-05-01 13:15:31 +02:00 |