Apache logging services logo Apache log4j logo

FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is

Effort is min

Summary

Classes Bugs Errors Missing Classes
11 2 0 0

org.apache.logging.log4j.jul.AbstractLoggerAdapter

Bug Category Details Line Priority
The class name org.apache.logging.log4j.jul.AbstractLoggerAdapter shadows the simple name of the superclass org.apache.logging.log4j.spi.AbstractLoggerAdapter BAD_PRACTICE NM_SAME_SIMPLE_NAME_AS_SUPERCLASS 30-34 High

org.apache.logging.log4j.jul.LogManager

Bug Category Details Line Priority
The class name org.apache.logging.log4j.jul.LogManager shadows the simple name of the superclass java.util.logging.LogManager BAD_PRACTICE NM_SAME_SIMPLE_NAME_AS_SUPERCLASS 42-94 High