Package com.google.errorprone.bugpatterns.formatstring
package com.google.errorprone.bugpatterns.formatstring
-
ClassDescriptionA
BugChecker
; see the associatedBugPattern
annotation for details.BugChecker
to assert validity of methods calls withFormatString
annotations.Format string utilities.Utilities for validating format strings.Description of an incorrect format method call.ABugChecker
; see the associatedBugPattern
annotation for details.Format string validation utility that fails on more cases thanFormatStringValidation
to enforce strict format string checking.