Apache logging services logo Apache log4j logo

PMD Results

The following document contains the results of PMD 5.0.5.

Files

org/apache/logging/log4j/web/Log4jWebInitializerImpl.java

ViolationLine
Avoid unused imports such as 'java.net.MalformedURLException'19
Avoid unused imports such as 'java.util.Set'23
An empty statement (semicolon) not part of a loop99
Avoid empty catch blocks172174

org/apache/logging/log4j/web/appender/ServletAppender.java

ViolationLine
Avoid unused imports such as 'org.apache.logging.log4j.core.config.plugins.PluginConfiguration'27