Apache logging services logo Apache log4j logo

FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 2.0.3

Threshold is

Effort is min

Summary

ClassesBugsErrorsMissing Classes
11200

org.apache.logging.log4j.jul.AbstractLoggerAdapter

BugCategoryDetailsLinePriority
The class name org.apache.logging.log4j.jul.AbstractLoggerAdapter shadows the simple name of the superclass org.apache.logging.log4j.spi.AbstractLoggerAdapterBAD_PRACTICENM_SAME_SIMPLE_NAME_AS_SUPERCLASS30-34High

org.apache.logging.log4j.jul.LogManager

BugCategoryDetailsLinePriority
The class name org.apache.logging.log4j.jul.LogManager shadows the simple name of the superclass java.util.logging.LogManagerBAD_PRACTICENM_SAME_SIMPLE_NAME_AS_SUPERCLASS42-94High