PMD Results

The following document contains the results of PMD 3.7.

Files

net/sf/valjax/AbstractBlackListValidator.java

ViolationLine
When doing a String.toLowerCase()/toUpperCase() call, use a Locale111

net/sf/valjax/AbstractValidator.java

ViolationLine
Avoid excessively long variable names like PATTERN_ALPHANUMERIC47
Avoid excessively long variable names like PATTERN_MONTH_YEAR97

net/sf/valjax/AjaxSimpleFormController.java

ViolationLine
StringBuffer constructor is initialized with size 16, but has at least 47 characters appended147
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