Introduce BugPatternTestExtractor
with tests
#1265
Annotations
2 warnings
A change can be made to line 116 without causing a test to fail:
documentation-support/src/main/java/tech/picnic/errorprone/documentation/BugPatternTestExtractor.java#L116
replaced return value with null for visitMethodInvocation (covered by 22 tests NullReturnValsMutator)
|
3 different changes can be made to line 69 without causing a test to fail:
documentation-support/src/main/java/tech/picnic/errorprone/documentation/DocumentationGeneratorTaskListener.java#L69
removed conditional - replaced equality check with false (covered by 22 tests RemoveConditionalMutator_EQUAL_ELSE)
removed conditional - replaced equality check with true (covered by 22 tests RemoveConditionalMutator_EQUAL_IF)
removed conditional - replaced equality check with true (covered by 22 tests RemoveConditionalMutator_EQUAL_IF)
|