Skip to content

Introduce ExplicitArgumentEnumeration check #4043

Introduce ExplicitArgumentEnumeration check

Introduce ExplicitArgumentEnumeration check #4043

Triggered via pull request December 14, 2024 18:02
Status Success
Total duration 4m 17s
Artifacts

codeql.yml

on: pull_request
Matrix: analyze
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
A change can be made to line 106 without causing a test to fail: error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/ExplicitArgumentEnumeration.java#L106
removed conditional - replaced equality check with false (covered by 2 tests RemoveConditionalMutator_EQUAL_ELSE)
A change can be made to line 130 without causing a test to fail: error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/ExplicitArgumentEnumeration.java#L130
removed conditional - replaced equality check with true (covered by 2 tests RemoveConditionalMutator_EQUAL_IF)