Apache logging services logo Apache log4j logo

FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.9

Threshold is

Effort is min

Summary

ClassesBugsErrorsMissing Classes
68200

org.apache.logging.log4j.message.StructuredDataId

BugCategoryDetailsLinePriority
Argument of type String can't be handled by format specifier %d in new org.apache.logging.log4j.message.StructuredDataId(String, String[], String[])CORRECTNESSVA_FORMAT_STRING_BAD_CONVERSION60High

org.apache.logging.log4j.status.StatusLogger$BoundedQueue

BugCategoryDetailsLinePriority
org.apache.logging.log4j.status.StatusLogger$BoundedQueue is serializable but also an inner class of a non-serializable classBAD_PRACTICESE_BAD_FIELD_INNER_CLASS254-263High