LenientFormatStringValidation
The number of arguments provided to lenient format methods should match the positional specifiers.

Severity
ERROR

Suppression

Suppress false positives by adding the suppression annotation @SuppressWarnings("LenientFormatStringValidation") to the enclosing element.