PMD Results
The following document contains the results of PMD 5.6.1.
Files
org/eclipse/jgit/http/server/FileSender.java
Violation |
Line |
Too many static imports may lead to messy code |
44–223 |
Avoid empty catch blocks |
98–100 |
Avoid empty catch blocks |
112–114 |
org/eclipse/jgit/http/server/GitSmartHttpTools.java
Violation |
Line |
Too many static imports may lead to messy code |
44–419 |
Useless parentheses. |
250–251 |
org/eclipse/jgit/http/server/ObjectFileServlet.java
Violation |
Line |
Too many static imports may lead to messy code |
44–177 |
org/eclipse/jgit/http/server/ReceivePackServlet.java
Violation |
Line |
Too many static imports may lead to messy code |
44–229 |
Unnecessary use of fully qualified name 'GitSmartHttpTools.sendError' due to existing static import 'org.eclipse.jgit.http.server.GitSmartHttpTools.sendError' |
179 |
org/eclipse/jgit/http/server/RepositoryFilter.java
Violation |
Line |
Too many static imports may lead to messy code |
44–167 |
org/eclipse/jgit/http/server/ServletUtils.java
Violation |
Line |
Too many static imports may lead to messy code |
44–292 |
Avoid empty catch blocks |
135–137 |
Avoid empty while statements |
155–157 |
Avoid empty catch blocks |
158–160 |
Avoid empty catch blocks |
163–165 |
org/eclipse/jgit/http/server/SmartOutputStream.java
Violation |
Line |
Avoid empty catch blocks |
123–127 |
org/eclipse/jgit/http/server/SmartServiceInfoRefs.java
Violation |
Line |
Too many static imports may lead to messy code |
44–193 |
org/eclipse/jgit/http/server/UploadPackServlet.java
Violation |
Line |
Too many static imports may lead to messy code |
44–229 |
Unnecessary use of fully qualified name 'GitSmartHttpTools.sendError' due to existing static import 'org.eclipse.jgit.http.server.GitSmartHttpTools.sendError' |
178 |
org/eclipse/jgit/http/server/glue/ServletBinder.java
Violation |
Line |
Avoid modifiers which are implied by the context |
60 |
Avoid modifiers which are implied by the context |
68 |