PMD Results

The following document contains the results of PMD 6.29.0.

Violations By Priority

Priority 3

org/eclipse/jgit/internal/transport/sshd/CachingKeyPairProvider.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 133135

org/eclipse/jgit/internal/transport/sshd/GssApiMechanisms.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 183185

org/eclipse/jgit/internal/transport/sshd/GssApiWithMicAuthentication.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 234236

org/eclipse/jgit/internal/transport/sshd/JGitClientSession.java

Rule Violation Line
UselessQualifiedThis Useless qualified this usage in the same class. 147
UselessQualifiedThis Useless qualified this usage in the same class. 172

org/eclipse/jgit/internal/transport/sshd/proxy/HttpClientConnector.java

Rule Violation Line
UnnecessaryModifier Unnecessary modifier 'public' on method 'getName': the method is declared in an interface type 280

org/eclipse/jgit/internal/transport/sshd/proxy/StatefulProxyConnector.java

Rule Violation Line
UnnecessaryModifier Unnecessary modifiers 'static final' on field 'TIMEOUT_PROPERTY': the field is declared in an interface type 3233

org/eclipse/jgit/transport/sshd/JGitKeyCache.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 4951

Priority 4

org/eclipse/jgit/internal/transport/sshd/JGitPasswordAuthentication.java

Rule Violation Line
UselessParentheses Useless parentheses. 62

Files

org/eclipse/jgit/internal/transport/sshd/CachingKeyPairProvider.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 133135

org/eclipse/jgit/internal/transport/sshd/GssApiMechanisms.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 183185

org/eclipse/jgit/internal/transport/sshd/GssApiWithMicAuthentication.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 234236

org/eclipse/jgit/internal/transport/sshd/JGitClientSession.java

Rule Violation Priority Line
UselessQualifiedThis Useless qualified this usage in the same class. 3 147
UselessQualifiedThis Useless qualified this usage in the same class. 3 172

org/eclipse/jgit/internal/transport/sshd/JGitPasswordAuthentication.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 62

org/eclipse/jgit/internal/transport/sshd/proxy/HttpClientConnector.java

Rule Violation Priority Line
UnnecessaryModifier Unnecessary modifier 'public' on method 'getName': the method is declared in an interface type 3 280

org/eclipse/jgit/internal/transport/sshd/proxy/StatefulProxyConnector.java

Rule Violation Priority Line
UnnecessaryModifier Unnecessary modifiers 'static final' on field 'TIMEOUT_PROPERTY': the field is declared in an interface type 3 3233

org/eclipse/jgit/transport/sshd/JGitKeyCache.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 4951