PMD Results
The following document contains the results of PMD 5.3.2.
Files
ejava/jpa/example/validation/CityStateOrZipValidator.java
Violation |
Line |
Useless parentheses. |
19 |
ejava/jpa/example/validation/Purchase.java
Violation |
Line |
Dont create instances of already existing BigInteger and BigDecimal (ZERO, ONE, TEN) |
57 |
An operation on an Immutable object (String, BigDecimal or BigInteger) wont change the object itself |
59 |