PMD Results
The following document contains the results of PMD 3.7.
Files
net/sf/valjax/AbstractBlackListValidator.java
Violation | Line |
---|
When doing a String.toLowerCase()/toUpperCase() call, use a Locale | 111 |
net/sf/valjax/AbstractValidator.java
Violation | Line |
---|
Avoid excessively long variable names like PATTERN_ALPHANUMERIC | 47 |
Avoid excessively long variable names like PATTERN_MONTH_YEAR | 97 |
net/sf/valjax/AjaxSimpleFormController.java
Violation | Line |
---|
StringBuffer constructor is initialized with size 16, but has at least 47 characters appended | 147 |
StringBuffer.append is called 2 consecutive times with literal Strings. Use a single append with a single String. | 154 |
StringBuffer.append is called 2 consecutive times with literal Strings. Use a single append with a single String. | 155 |