Skip to content

Introduce BugPatternTestExtractor with tests #1265

Introduce BugPatternTestExtractor with tests

Introduce BugPatternTestExtractor with tests #1265

Triggered via pull request October 24, 2023 11:39
Status Success
Total duration 37s
Artifacts

openssf-scorecard.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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)