Reports SLF4J or Log4j 2 logging calls, such as logger.info("{}: {}", key) where the number of {} placeholders in the logger message doesn't match the number of other arguments to the logging call.
logger.info("{}: {}", key)
{}