Introduce EagerStringFormatting
check
#4159
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)
|