PMD Results

The following document contains the results of PMD 6.38.0.

Violations By Priority

Priority 3

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

Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 11–192
EmptyCatchBlock Avoid empty catch blocks 67–69
EmptyCatchBlock Avoid empty catch blocks 81–83

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

Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 11–360

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/ServletUtils.java

Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 11–255
EmptyCatchBlock Avoid empty catch blocks 102–104
EmptyWhileStmt Avoid empty while statements 122–124
EmptyCatchBlock Avoid empty catch blocks 125–127
EmptyCatchBlock Avoid empty catch blocks 130–132

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 method 'statusCodeForThrowable': the method is declared in an interface type 51–60
UnnecessaryModifier Unnecessary modifier 'public' on interface 'UploadPackRunnable': members of interface types are implicitly public 74–82

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

Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 11–237

Files

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

Rule Violation Priority Line
TooManyStaticImports Too many static imports may lead to messy code 3 11–192
EmptyCatchBlock Avoid empty catch blocks 3 67–69
EmptyCatchBlock Avoid empty catch blocks 3 81–83

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

Rule Violation Priority Line
TooManyStaticImports Too many static imports may lead to messy code 3 11–360

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/ServletUtils.java

Rule Violation Priority Line
TooManyStaticImports Too many static imports may lead to messy code 3 11–255
EmptyCatchBlock Avoid empty catch blocks 3 102–104
EmptyWhileStmt Avoid empty while statements 3 122–124
EmptyCatchBlock Avoid empty catch blocks 3 125–127
EmptyCatchBlock Avoid empty catch blocks 3 130–132

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 method 'statusCodeForThrowable': the method is declared in an interface type 3 51–60
UnnecessaryModifier Unnecessary modifier 'public' on interface 'UploadPackRunnable': members of interface types are implicitly public 3 74–82

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

Rule Violation Priority Line
TooManyStaticImports Too many static imports may lead to messy code 3 11–237