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 44223
Avoid empty catch blocks 98100
Avoid empty catch blocks 112114

org/eclipse/jgit/http/server/GitSmartHttpTools.java

Violation Line
Too many static imports may lead to messy code 44419
Useless parentheses. 250251

org/eclipse/jgit/http/server/ObjectFileServlet.java

Violation Line
Too many static imports may lead to messy code 44177

org/eclipse/jgit/http/server/ReceivePackServlet.java

Violation Line
Too many static imports may lead to messy code 44229
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 44167

org/eclipse/jgit/http/server/ServletUtils.java

Violation Line
Too many static imports may lead to messy code 44292
Avoid empty catch blocks 135137
Avoid empty while statements 155157
Avoid empty catch blocks 158160
Avoid empty catch blocks 163165

org/eclipse/jgit/http/server/SmartOutputStream.java

Violation Line
Avoid empty catch blocks 123127

org/eclipse/jgit/http/server/SmartServiceInfoRefs.java

Violation Line
Too many static imports may lead to messy code 44193

org/eclipse/jgit/http/server/UploadPackServlet.java

Violation Line
Too many static imports may lead to messy code 44229
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