PMD Results

The following document contains the results of PMD 6.29.0.

Violations By Priority

Priority 3

org/eclipse/jgit/junit/ssh/SshTestBase.java

Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 10836

org/eclipse/jgit/junit/ssh/SshTestGitServer.java

Rule Violation Line
UselessQualifiedThis Useless qualified this usage in the same class. 303
UselessQualifiedThis Useless qualified this usage in the same class. 304
EmptyCatchBlock Avoid empty catch blocks 545547

org/eclipse/jgit/junit/ssh/SshTestHarness.java

Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 10443

Priority 4

org/eclipse/jgit/junit/ssh/SshTestGitServer.java

Rule Violation Line
UselessParentheses Useless parentheses. 322

Files

org/eclipse/jgit/junit/ssh/SshTestBase.java

Rule Violation Priority Line
TooManyStaticImports Too many static imports may lead to messy code 3 10836

org/eclipse/jgit/junit/ssh/SshTestGitServer.java

Rule Violation Priority Line
UselessQualifiedThis Useless qualified this usage in the same class. 3 303
UselessQualifiedThis Useless qualified this usage in the same class. 3 304
UselessParentheses Useless parentheses. 4 322
EmptyCatchBlock Avoid empty catch blocks 3 545547

org/eclipse/jgit/junit/ssh/SshTestHarness.java

Rule Violation Priority Line
TooManyStaticImports Too many static imports may lead to messy code 3 10443