Have ErrorProneRuntimeClasspath
ignore non-public types
#343
Annotations
2 warnings
A change can be made to line 91 without causing a test to fail:
error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/util/ThirdPartyLibrary.java#L91
removed conditional - replaced equality check with true (covered by 17 tests RemoveConditionalMutator_EQUAL_IF)
|
2 different changes can be made to line 96 without causing a test to fail:
error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/util/ThirdPartyLibrary.java#L96
removed conditional - replaced equality check with false (covered by 17 tests RemoveConditionalMutator_EQUAL_ELSE)
removed conditional - replaced equality check with false (covered by 6 tests RemoveConditionalMutator_EQUAL_ELSE)
|