PMD Results
The following document contains the results of PMD 7.7.0.
Violations By Priority
Priority 3
org/djunits/formatter/Formatter.java
| Rule | Violation | Line |
|---|---|---|
| EmptyCatchBlock | Avoid empty catch blocks | 90–93 |
| EmptyCatchBlock | Avoid empty catch blocks | 112–115 |
Priority 4
org/djunits/quantity/SolidAngle.java
| Rule | Violation | Line |
|---|---|---|
| UselessParentheses | Useless parentheses. | 158 |
Files
org/djunits/formatter/Formatter.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| EmptyCatchBlock | Avoid empty catch blocks | 3 | 90–93 |
| EmptyCatchBlock | Avoid empty catch blocks | 3 | 112–115 |
org/djunits/quantity/SolidAngle.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UselessParentheses | Useless parentheses. | 4 | 158 |
