PMD Results
The following document contains the results of PMD 6.53.0.
Violations By Priority
Priority 3
org/eclipse/jgit/internal/transport/sshd/GssApiMechanisms.java
Rule |
Violation |
Line |
EmptyCatchBlock |
Avoid empty catch blocks |
183–185 |
org/eclipse/jgit/internal/transport/sshd/GssApiWithMicAuthentication.java
Rule |
Violation |
Line |
EmptyCatchBlock |
Avoid empty catch blocks |
243–245 |
org/eclipse/jgit/internal/transport/sshd/GssApiWithMicAuthenticationReporter.java
Rule |
Violation |
Line |
UnnecessaryModifier |
Unnecessary modifiers 'static final' on field 'GSS_AUTHENTICATION_REPORTER': the field is declared in an interface type |
27 |
org/eclipse/jgit/internal/transport/sshd/JGitPublicKeyAuthentication.java
Rule |
Violation |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
10–547 |
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 |
281 |
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 |
32–33 |
org/eclipse/jgit/transport/sshd/JGitKeyCache.java
Rule |
Violation |
Line |
EmptyCatchBlock |
Avoid empty catch blocks |
49–51 |
org/eclipse/jgit/transport/sshd/SshdSessionFactory.java
Rule |
Violation |
Line |
EmptyCatchBlock |
Avoid empty catch blocks |
251–253 |
Priority 4
org/eclipse/jgit/internal/transport/sshd/JGitSshClient.java
Rule |
Violation |
Line |
UselessParentheses |
Useless parentheses. |
473 |
org/eclipse/jgit/internal/transport/sshd/JGitUserInteraction.java
Rule |
Violation |
Line |
UselessParentheses |
Useless parentheses. |
132 |
org/eclipse/jgit/internal/transport/sshd/agent/SshAgentClient.java
Rule |
Violation |
Line |
UselessParentheses |
Useless parentheses. |
251 |
org/eclipse/jgit/internal/transport/sshd/proxy/AbstractClientProxyConnector.java
Rule |
Violation |
Line |
UselessParentheses |
Useless parentheses. |
91 |
Files
org/eclipse/jgit/internal/transport/sshd/GssApiMechanisms.java
Rule |
Violation |
Priority |
Line |
EmptyCatchBlock |
Avoid empty catch blocks |
3 |
183–185 |
org/eclipse/jgit/internal/transport/sshd/GssApiWithMicAuthentication.java
Rule |
Violation |
Priority |
Line |
EmptyCatchBlock |
Avoid empty catch blocks |
3 |
243–245 |
org/eclipse/jgit/internal/transport/sshd/GssApiWithMicAuthenticationReporter.java
Rule |
Violation |
Priority |
Line |
UnnecessaryModifier |
Unnecessary modifiers 'static final' on field 'GSS_AUTHENTICATION_REPORTER': the field is declared in an interface type |
3 |
27 |
org/eclipse/jgit/internal/transport/sshd/JGitClientSession.java
Rule |
Violation |
Priority |
Line |
UselessQualifiedThis |
Useless qualified this usage in the same class. |
3 |
168 |
UselessQualifiedThis |
Useless qualified this usage in the same class. |
3 |
186 |
org/eclipse/jgit/internal/transport/sshd/JGitSshClient.java
Rule |
Violation |
Priority |
Line |
UselessParentheses |
Useless parentheses. |
4 |
473 |
org/eclipse/jgit/internal/transport/sshd/JGitUserInteraction.java
Rule |
Violation |
Priority |
Line |
UselessParentheses |
Useless parentheses. |
4 |
132 |
org/eclipse/jgit/internal/transport/sshd/agent/SshAgentClient.java
Rule |
Violation |
Priority |
Line |
UselessParentheses |
Useless parentheses. |
4 |
251 |
org/eclipse/jgit/internal/transport/sshd/proxy/AbstractClientProxyConnector.java
Rule |
Violation |
Priority |
Line |
UselessParentheses |
Useless parentheses. |
4 |
91 |
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 |
32–33 |
org/eclipse/jgit/transport/sshd/JGitKeyCache.java
Rule |
Violation |
Priority |
Line |
EmptyCatchBlock |
Avoid empty catch blocks |
3 |
49–51 |
org/eclipse/jgit/transport/sshd/SshdSessionFactory.java
Rule |
Violation |
Priority |
Line |
EmptyCatchBlock |
Avoid empty catch blocks |
3 |
251–253 |