SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.0.4

Threshold is

Effort is default

Summary

Classes Bugs Errors Missing Classes
14 2 0 2

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 31-36 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-106 High