PMD Results
The following document contains the results of PMD 6.13.0.
Violations By Priority
Priority 3
org/eclipse/jgit/transport/ssh/SshTestBase.java
Rule |
Violation |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
43–842 |
org/eclipse/jgit/transport/ssh/SshTestHarness.java
Rule |
Violation |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
43–452 |
Files
org/eclipse/jgit/transport/ssh/SshTestBase.java
Rule |
Violation |
Priority |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
3 |
43–842 |
org/eclipse/jgit/transport/ssh/SshTestHarness.java
Rule |
Violation |
Priority |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
3 |
43–452 |