PMD Results
The following document contains the results of PMD 3.9.
Files
net/sf/statcvs/charts/LOCChartMaker.java
Violation | Line |
---|
Avoid unused constructor parameters such as 'i'. | 82 - 98 |
Avoid unused local variables such as 'i'. | 88 |
net/sf/statcvs/input/CvsFileBlockParser.java
Violation | Line |
---|
Avoid empty while statements | 145 - 147 |
Avoid empty while statements | 161 - 163 |
net/sf/statcvs/input/CvsLogfileParser.java
Violation | Line |
---|
Avoid empty while statements | 94 - 96 |
Avoid empty while statements | 104 - 106 |
net/sf/statcvs/input/CvsRevisionParser.java
Violation | Line |
---|
Avoid empty catch blocks | 190 - 192 |
net/sf/statcvs/input/FileBuilder.java
Violation | Line |
---|
Avoid unused imports such as 'net.sf.statcvs.model.Revision' | 35 |
Avoid empty if statements | 178 - 180 |
net/sf/statcvs/input/RepositoryFileManager.java
Violation | Line |
---|
Avoid empty if statements | 108 - 110 |
Avoid empty if statements | 115 - 117 |
net/sf/statcvs/Messages.java
Violation | Line |
---|
Avoid empty catch blocks | 75 - 77 |
net/sf/statcvs/output/ChurnPageMaker.java
Violation | Line |
---|
No need to import a type that lives in the same package | 36 |
net/sf/statcvs/output/RepoMapPageMaker.java
Violation | Line |
---|
Avoid unused imports such as 'net.sf.statcvs.model.Repository' | 35 |
Avoid empty catch blocks | 122 - 124 |
net/sf/statcvs/pages/DirectoryPageMaker.java
Violation | Line |
---|
An empty statement (semicolon) not part of a loop | 68 |
net/sf/statcvs/pages/HTML.java
Violation | Line |
---|
Avoid unused private fields such as 'LOGGER'. | 26 |
net/sf/statcvs/pages/xml/CommitListXml.java
Violation | Line |
---|
Avoid unused constructor parameters such as 'max'. | 46 - 50 |
Avoid unused constructor parameters such as 'withPermalinks'. | 46 - 50 |
Avoid unused method parameters such as 'id'. | 76 - 93 |
net/sf/statcvs/pages/xml/DirectoriesXml.java
Violation | Line |
---|
Avoid unused method parameters such as 'currentDepth'. | 76 - 94 |