PMD Results
The following document contains the results of PMD 4.2.5.
Files
org/apache/torque/TorqueInstance.java
Violation | Line |
---|
These nested if statements could be combined | 687 - 701 |
org/apache/torque/avalon/TorqueComponent.java
Violation | Line |
---|
These nested if statements could be combined | 149 - 153 |
org/apache/torque/manager/NoOpMethodResultCache.java
Violation | Line |
---|
Avoid unused constructor parameters such as 'cache'. | 36 - 39 |
org/apache/torque/oid/IDBroker.java
Violation | Line |
---|
Don't create instances of already existing BigInteger and BigDecimal (ZERO, ONE, TEN) | 173 |
Always check the return of one of the navigation method (next,previous,first,last) of a ResultSet. | 500 |
org/apache/torque/om/NumberKey.java
Violation | Line |
---|
Ensure you override both equals() and hashCode() | 207 |
org/apache/torque/sql/whereclausebuilder/InBuilder.java
Violation | Line |
---|
These nested if statements could be combined | 166 - 169 |
org/apache/torque/util/ColumnValues.java
Violation | Line |
---|
Avoid unused constructor parameters such as 'table'. | 65 - 69 |
Avoid unused constructor parameters such as 'table'. | 101 - 108 |
org/apache/torque/util/Criteria.java
Violation | Line |
---|
Avoid unused constructor parameters such as 'initialCapacity'. | 223 - 226 |
Avoid unused constructor parameters such as 'initialCapacity'. | 250 - 254 |