Class FormatStringValidation
java.lang.Object
com.google.errorprone.bugpatterns.formatstring.FormatStringValidation
Utilities for validating format strings.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classDescription of an incorrect format method call.
- 
Method SummaryModifier and TypeMethodDescriptionstatic @Nullable FormatStringValidation.ValidationResultvalidate(@Nullable com.sun.tools.javac.code.Symbol.MethodSymbol formatMethodSymbol, Collection<? extends ExpressionTree> arguments, VisitorState state) 
- 
Method Details- 
validatepublic static @Nullable FormatStringValidation.ValidationResult validate(@Nullable com.sun.tools.javac.code.Symbol.MethodSymbol formatMethodSymbol, Collection<? extends ExpressionTree> arguments, VisitorState state) 
 
-