Skip to content

Introduce EagerStringFormatting check #4159

Introduce EagerStringFormatting check

Introduce EagerStringFormatting check #4159

Triggered via pull request December 27, 2024 13:01
Status Success
Total duration 4m 25s
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 181 without causing a test to fail: error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/EagerStringFormatting.java#L181
replaced return value with null for analyzeFormatStringContext (covered by 1 tests NullReturnValsMutator)
A change can be made to a lambda on line 227 without causing a test to fail: error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/EagerStringFormatting.java#L227
replaced return value with null for 1st lambda in deriveFormatStringExpression (no tests cover this line NullReturnValsMutator)