PMD Results
The following document contains the results of PMD 4.2.2.
Files
net/smartlab/web/Action.java
Violation | Line |
---|
Avoid unused private methods such as 'getConverter(Locale)'. | 211 |
net/smartlab/web/BusinessException.java
Violation | Line |
---|
Avoid unused constructor parameters such as 'params'. | 111 - 113 |
net/smartlab/web/BusinessObjectFactory.java
Violation | Line |
---|
Avoid empty if statements | 550 - 552 |
net/smartlab/web/Enumeration.java
Violation | Line |
---|
These nested if statements could be combined | 125 - 127 |
net/smartlab/web/StringEnumeration.java
Violation | Line |
---|
These nested if statements could be combined | 116 - 118 |
net/smartlab/web/config/FileDomainConfigurationStrategy.java
Violation | Line |
---|
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
Violation | Line |
---|
Avoid unused local variables such as 'setter'. | 82 |
Avoid unused local variables such as 'setter'. | 86 |
Avoid empty if statements | 91 - 93 |
net/smartlab/web/page/SQLPaginator.java
Violation | Line |
---|
Always check the return of one of the navigation method (next,previous,first,last) of a ResultSet. | 163 |