Flogger uses printf-style format specifiers, such as %s and %d. Message format-style specifiers like {0} don’t work.
Suppress false positives by adding the suppression annotation @SuppressWarnings("FloggerMessageFormat")
to the enclosing element.