PMD Results
The following document contains the results of PMD 4.1.
Files
org/apache/commons/ognl/ASTAdd.java
Violation | Line |
---|
These nested if statements could be combined | 275 - 282 |
These nested if statements could be combined | 294 - 307 |
org/apache/commons/ognl/ASTChain.java
Violation | Line |
---|
These nested if statements could be combined | 82 - 146 |
These nested if statements could be combined | 165 - 236 |
org/apache/commons/ognl/ASTMethod.java
Violation | Line |
---|
Avoid empty catch blocks | 410 - 413 |
org/apache/commons/ognl/ASTProperty.java
Violation | Line |
---|
Avoid empty catch blocks | 370 - 373 |
org/apache/commons/ognl/ASTStaticMethod.java
Violation | Line |
---|
Avoid empty catch blocks | 187 - 190 |
org/apache/commons/ognl/EvaluationPool.java
Violation | Line |
---|
Avoid unused constructor parameters such as 'initialSize'. | 38 - 42 |
org/apache/commons/ognl/ObjectPropertyAccessor.java
Violation | Line |
---|
Avoid empty catch blocks | 258 - 261 |
org/apache/commons/ognl/OgnlContext.java
Violation | Line |
---|
Avoid empty catch blocks | 125 - 128 |
org/apache/commons/ognl/OgnlException.java
Violation | Line |
---|
Avoid empty catch blocks | 45 - 48 |
Avoid empty catch blocks | 96 - 99 |
org/apache/commons/ognl/OgnlRuntime.java
Violation | Line |
---|
These nested if statements could be combined | 485 - 488 |
These nested if statements could be combined | 1161 - 1164 |
These nested if statements could be combined | 1202 - 1205 |
These nested if statements could be combined | 1299 - 1302 |
These nested if statements could be combined | 2037 - 2042 |
The null check here is misplaced; if the variable is null therell be a NullPointerException | 2038 |
The null check here is misplaced; if the variable is null therell be a NullPointerException | 2038 |
Avoid empty catch blocks | 2247 - 2250 |
org/apache/commons/ognl/SimpleNode.java
Violation | Line |
---|
Avoid empty catch blocks | 121 - 124 |
These nested if statements could be combined | 391 - 394 |
org/apache/commons/ognl/ToStringVisitor.java
Violation | Line |
---|
These nested if statements could be combined | 247 - 251 |
org/apache/commons/ognl/internal/ClassCacheHandler.java
Violation | Line |
---|
These nested if statements could be combined | 83 - 86 |
org/apache/commons/ognl/internal/ConcurrentHashMapCache.java
Violation | Line |
---|
These nested if statements could be combined | 71 - 74 |
org/apache/commons/ognl/internal/HashMapCache.java
Violation | Line |
---|
These nested if statements could be combined | 83 - 86 |
org/apache/commons/ognl/internal/ReentrantReadWriteLockCache.java
Violation | Line |
---|
These nested if statements could be combined | 117 - 120 |
org/apache/commons/ognl/internal/entry/PropertyDescriptorCacheEntryFactory.java
Violation | Line |
---|
These nested if statements could be combined | 166 - 182 |