Apache Log4j Web Adapters ™
Logging Wiki
Apache
Logging Services
Log4j
Apache Log4j™ 2
About
Download
Maven and Ivy
Build
Changelog
Manual
Introduction
Architecture
Log4j 1.x Migration
API
Configuration
Plugins
Lookups
Appenders
Layouts
Filters
Async Loggers
JMX
Logging Separation
Extending Log4j
Components
API
Implementation
Commons Logging Bridge
Log4j 1.2 API
SLF4J Binding
Log4j 2 to SLF4J Adapter
Apache Flume
Log4j Web
Log4j Tag Library
Log4j JMX GUI
Component Documentation
Component Information
Component Reports
JIRA Report
Surefire Report
RAT Report
Checkstyle
JavaDocs
FindBugs Report
Source Xref
CPD Report
PMD Report
Log4j Project Information
Dependencies
Dependency Convergence
Dependency Management
Project Team
Mailing Lists
Issue Tracking
Project License
Source Repository
Project Summary
Log4j Project Reports
Changes Report
JIRA Report
Surefire Report
RAT Report
Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files
Infos
Warnings
Errors
3
0
0
5
Files
Files
I
W
E
org/apache/logging/log4j/core/web/JNDIContextFilter.java
0
0
3
org/apache/logging/log4j/core/web/Log4jContextListener.java
0
0
2
Details
org/apache/logging/log4j/core/web/JNDIContextFilter.java
Violation
Message
Line
Wrong order for 'org.apache.logging.log4j.core.LoggerContext' import.
23
Wrong order for 'javax.servlet.Filter' import.
27
Wrong order for 'java.io.IOException' import.
35
org/apache/logging/log4j/core/web/Log4jContextListener.java
Violation
Message
Line
Unused import - org.apache.logging.log4j.core.lookup.StrLookup.
26
'cast' is not followed by whitespace.
83