PMD Results
The following document contains the results of PMD 3.7.
Files
org/apache/geronimo/jetty/JettyServletHolder.java
Violation | Line |
---|
Avoid unused constructor parameters such as 'previous' | 60 - 84 |
org/apache/geronimo/jetty/JettyContainerImpl.java
Violation | Line |
---|
Avoid empty if statements | 141 |
These nested if statements could be combined | 175 - 177 |
org/apache/geronimo/jetty/JAASJettyRealm.java
Violation | Line |
---|
Avoid unused private fields such as 'log' | 31 |
org/apache/geronimo/jetty/JettyWebAppContext.java
Violation | Line |
---|
These nested if statements could be combined | 287 - 289 |
org/apache/geronimo/jetty/requestlog/JettyLogManagerImpl.java
Violation | Line |
---|
Avoid unused private fields such as 'GROUP_FILENAME_YEAR' | 55 |
Avoid unused private fields such as 'GROUP_FILENAME_MONTH' | 56 |
Avoid unused private fields such as 'GROUP_FILENAME_DAY' | 57 |
Avoid unused private fields such as 'GROUP_RESPONSE_CODE' | 72 |
Avoid unused private fields such as 'GROUP_RESPONSE_LENGTH' | 73 |
Avoid empty catch blocks | 239 - 241 |
org/apache/geronimo/jetty/JettyEJBWebServiceContext.java
Violation | Line |
---|
These nested if statements could be combined | 147 - 149 |
org/apache/geronimo/jetty/JettyPOJOWebServiceHolder.java
Violation | Line |
---|
Avoid unused constructor parameters such as 'previous' | 60 - 81 |