PMD Results
The following document contains the results of PMD 6.38.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 |
11–356 |
org/eclipse/jgit/http/server/ObjectFileServlet.java
Rule |
Violation |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
11–149 |
org/eclipse/jgit/http/server/ReceivePackErrorHandler.java
Rule |
Violation |
Line |
UnnecessaryModifier |
Unnecessary modifier 'public' on interface 'ReceivePackRunnable': members of interface types are implicitly public |
50–58 |
org/eclipse/jgit/http/server/ReceivePackServlet.java
Rule |
Violation |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
11–200 |
org/eclipse/jgit/http/server/RepositoryFilter.java
Rule |
Violation |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
11–129 |
org/eclipse/jgit/http/server/SmartOutputStream.java
Rule |
Violation |
Line |
EmptyCatchBlock |
Avoid empty catch blocks |
86–90 |
org/eclipse/jgit/http/server/SmartServiceInfoRefs.java
Rule |
Violation |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
11–189 |
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 |
11–231 |
Files
org/eclipse/jgit/http/server/GitSmartHttpTools.java
Rule |
Violation |
Priority |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
3 |
11–356 |
org/eclipse/jgit/http/server/ObjectFileServlet.java
Rule |
Violation |
Priority |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
3 |
11–149 |
org/eclipse/jgit/http/server/ReceivePackErrorHandler.java
Rule |
Violation |
Priority |
Line |
UnnecessaryModifier |
Unnecessary modifier 'public' on interface 'ReceivePackRunnable': members of interface types are implicitly public |
3 |
50–58 |
org/eclipse/jgit/http/server/ReceivePackServlet.java
Rule |
Violation |
Priority |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
3 |
11–200 |
org/eclipse/jgit/http/server/RepositoryFilter.java
Rule |
Violation |
Priority |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
3 |
11–129 |
org/eclipse/jgit/http/server/SmartOutputStream.java
Rule |
Violation |
Priority |
Line |
EmptyCatchBlock |
Avoid empty catch blocks |
3 |
86–90 |
org/eclipse/jgit/http/server/SmartServiceInfoRefs.java
Rule |
Violation |
Priority |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
3 |
11–189 |
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 |
11–231 |