StringFormatWithLiteral
There is no need to use String.format() when all the arguments are literals.
- Severity
- WARNING
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("StringFormatWithLiteral") to the enclosing element.
