PMD Results
The following document contains the results of PMD 4.1.
Files
org/apache/commons/latka/DefaultLatkaEventInfo.java
Violation |
Line |
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. |
157 |
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. |
158 |
org/apache/commons/latka/http/RequestImpl.java
Violation |
Line |
Avoid unused local variables such as 'sideEffectOnly'. |
271 |
org/apache/commons/latka/http/ResponseImpl.java
Violation |
Line |
Avoid empty catch blocks |
120 - 121 |
org/apache/commons/latka/servlet/ViewSuiteServlet.java
Violation |
Line |
Avoid unused local variables such as 'suite'. |
63 |
org/apache/commons/latka/validators/ByteLengthValidator.java
Violation |
Line |
These nested if statements could be combined |
78 - 80 |
org/apache/commons/latka/validators/CookieValidator.java
Violation |
Line |
These nested if statements could be combined |
103 - 105 |
org/apache/commons/latka/XMLReporter.java
Violation |
Line |
Avoid unused local variables such as 'request'. |
180 |