PMD Results

The following document contains the results of PMD 6.21.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 10813

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

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 113115
UselessQualifiedThis Useless qualified this usage in the same class. 198
UselessQualifiedThis Useless qualified this usage in the same class. 199

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

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

Priority 4

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

Rule Violation Line
UselessParentheses Useless parentheses. 223

Files

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

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

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

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 113115
UselessQualifiedThis Useless qualified this usage in the same class. 3 198
UselessQualifiedThis Useless qualified this usage in the same class. 3 199
UselessParentheses Useless parentheses. 4 223

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

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