Introduce Slf4jLoggerDeclaration
check
#3647
Annotations
2 warnings
2 different changes can be made to line 170 without causing a test to fail:
error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/Slf4jLoggerDeclaration.java#L170
removed conditional - replaced equality check with true (covered by 3 tests RemoveConditionalMutator_EQUAL_IF)
removed call to com/google/common/base/Verify::verify (covered by 3 tests VoidMethodCallMutator)
|
2 different changes can be made to line 133 without causing a test to fail:
error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/Slf4jLoggerDeclaration.java#L133
removed conditional - replaced equality check with true (covered by 3 tests RemoveConditionalMutator_EQUAL_IF)
removed call to com/google/common/base/Verify::verify (covered by 3 tests VoidMethodCallMutator)
|