Introduce EagerStringFormatting
check
#4099
Annotations
2 warnings
A change can be made to line 130 without causing a test to fail:
error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/EagerStringFormatting.java#L130
replaced return value with null for analyzeFormatStringContext (covered by 1 tests NullReturnValsMutator)
|
A change can be made to a lambda on line 246 without causing a test to fail:
error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/EagerStringFormatting.java#L246
replaced return value with null for 1st lambda in deriveFormatStringExpression (no tests cover this line NullReturnValsMutator)
|