PMD Results
The following document contains the results of PMD 4.2.5.
Files
pt/digitalis/dif/model/dataset/AbstractDataSet.java
| Violation |
Line |
| Avoid empty if statements |
212 |
| An empty statement (semicolon) not part of a loop |
212 |
pt/digitalis/dif/model/dataset/QueryPart.java
| Violation |
Line |
| These nested if statements could be combined |
179 - 182 |
pt/digitalis/dif/model/hibernate/HibernateScrollableResultsIterator.java
| Violation |
Line |
| Avoid unused constructor parameters such as 'criteria'. |
40 - 44 |
pt/digitalis/dif/model/sql/SQLDataSet.java
| Violation |
Line |
| Always check the return of one of the navigation method (next,previous,first,last) of a ResultSet. |
186 |
| Avoid unused method parameters such as 'filterLines'. |
499 - 520 |