PMD Results
The following document contains the results of PMD 6.13.0.
Violations By Priority
Priority 3
org/eclipse/jgit/http/server/GitSmartHttpTools.java
Rule |
Violation |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
44–422 |
org/eclipse/jgit/http/server/ObjectFileServlet.java
Rule |
Violation |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
44–182 |
org/eclipse/jgit/http/server/ReceivePackServlet.java
Rule |
Violation |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
44–217 |
org/eclipse/jgit/http/server/RepositoryFilter.java
Rule |
Violation |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
44–162 |
org/eclipse/jgit/http/server/SmartOutputStream.java
Rule |
Violation |
Line |
EmptyCatchBlock |
Avoid empty catch blocks |
121–125 |
org/eclipse/jgit/http/server/SmartServiceInfoRefs.java
Rule |
Violation |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
44–222 |
org/eclipse/jgit/http/server/UploadPackErrorHandler.java
Rule |
Violation |
Line |
UnnecessaryModifier |
Unnecessary modifier 'public' on interface 'UploadPackRunnable': members of interface types are implicitly public |
50–58 |
org/eclipse/jgit/http/server/UploadPackServlet.java
Rule |
Violation |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
44–258 |
Files
org/eclipse/jgit/http/server/ObjectFileServlet.java
Rule |
Violation |
Priority |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
3 |
44–182 |
org/eclipse/jgit/http/server/ReceivePackServlet.java
Rule |
Violation |
Priority |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
3 |
44–217 |
org/eclipse/jgit/http/server/RepositoryFilter.java
Rule |
Violation |
Priority |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
3 |
44–162 |
org/eclipse/jgit/http/server/SmartOutputStream.java
Rule |
Violation |
Priority |
Line |
EmptyCatchBlock |
Avoid empty catch blocks |
3 |
121–125 |
org/eclipse/jgit/http/server/SmartServiceInfoRefs.java
Rule |
Violation |
Priority |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
3 |
44–222 |
org/eclipse/jgit/http/server/UploadPackErrorHandler.java
Rule |
Violation |
Priority |
Line |
UnnecessaryModifier |
Unnecessary modifier 'public' on interface 'UploadPackRunnable': members of interface types are implicitly public |
3 |
50–58 |
org/eclipse/jgit/http/server/UploadPackServlet.java
Rule |
Violation |
Priority |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
3 |
44–258 |