PMD Results

The following document contains the results of PMD 6.13.0.

Violations By Priority

Priority 3

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

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 142144
UselessQualifiedThis Useless qualified this usage in the same class. 226
UselessQualifiedThis Useless qualified this usage in the same class. 227

Priority 4

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

Rule Violation Line
UselessParentheses Useless parentheses. 251

Files

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

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 142144
UselessQualifiedThis Useless qualified this usage in the same class. 3 226
UselessQualifiedThis Useless qualified this usage in the same class. 3 227
UselessParentheses Useless parentheses. 4 251