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
14 2 0 0

Files

Class Bugs
org.apache.logging.log4j.jul.AbstractLoggerAdapter 1
org.apache.logging.log4j.jul.LogManager 1

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 44-108 High