PMD Results

The following document contains the results of PMD 4.2.2.

Files

net/smartlab/web/Action.java

ViolationLine
Avoid unused private methods such as 'getConverter(Locale)'.211

net/smartlab/web/BusinessException.java

ViolationLine
Avoid unused constructor parameters such as 'params'.111 - 113

net/smartlab/web/BusinessObjectFactory.java

ViolationLine
Avoid empty if statements550 - 552

net/smartlab/web/Enumeration.java

ViolationLine
These nested if statements could be combined125 - 127

net/smartlab/web/StringEnumeration.java

ViolationLine
These nested if statements could be combined116 - 118

net/smartlab/web/config/FileDomainConfigurationStrategy.java

ViolationLine
Avoid unused imports such as 'org.apache.commons.logging.Log'27
Avoid unused imports such as 'org.apache.commons.logging.LogFactory'28

net/smartlab/web/history/Interceptor.java

ViolationLine
Avoid unused local variables such as 'setter'.82
Avoid unused local variables such as 'setter'.86
Avoid empty if statements91 - 93

net/smartlab/web/page/SQLPaginator.java

ViolationLine
Always check the return of one of the navigation method (next,previous,first,last) of a ResultSet.163