Skip to content

Introduce RedundantStringEscape check #3844

Introduce RedundantStringEscape check

Introduce RedundantStringEscape check #3844

Triggered via pull request November 18, 2024 19:06
Status Success
Total duration 4m 7s
Artifacts

codeql.yml

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

Annotations

1 warning
2 different changes can be made to line 42 without causing a test to fail: error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/RedundantStringEscape.java#L42
removed conditional - replaced equality check with true (covered by 2 tests RemoveConditionalMutator_EQUAL_IF) removed conditional - replaced comparison check with false (covered by 2 tests RemoveConditionalMutator_ORDER_ELSE)