formatStringValue = ASTHelpers.constValue(formatStringTree,String.class) | formatStringValues = FormatStringValidation.constValues(formatStringTree) | ASTHelpers.constValue(formatStringTree,String.class) | FormatStringValidation.constValues(formatStringTree) | error-prone | ad6a8b174cc1c1fae57ba2b248daf185fd8053f0 | com.google.errorprone.bugpatterns.formatstring.StrictFormatStringValidation | | _1 | formatStringValue |
---|
_2 | formatStringValues |
---|
| | - com.google.errorprone.util.ASTHelpers
| | AssignedTo | True |
String formatStringValue=ASTHelpers.constValue(formatStringTree,String.class); | Stream<String> formatStringValues=FormatStringValidation.constValues(formatStringTree); | ASTHelpers.constValue(formatStringTree,String.class) | FormatStringValidation.constValues(formatStringTree) | error-prone | ad6a8b174cc1c1fae57ba2b248daf185fd8053f0 | com.google.errorprone.bugpatterns.formatstring.StrictFormatStringValidation | | _1 | formatStringValue |
---|
_2 | formatStringValues |
---|
| | - com.google.errorprone.util.ASTHelpers
| | AssignedTo | True |