PMD Results
The following document contains the results of PMD 6.29.0.
Violations By Priority
Priority 3
org/oxerr/commons/ws/rs/provider/InstantProvider.java
| Rule | Violation | Line |
|---|---|---|
| EmptyCatchBlock | Avoid empty catch blocks | 55–57 |
org/oxerr/commons/ws/rs/provider/OffsetDateTimeProvider.java
| Rule | Violation | Line |
|---|---|---|
| UnusedFormalParameter | Avoid unused constructor parameters such as 'offset'. | 35 |
Files
org/oxerr/commons/ws/rs/provider/InstantProvider.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| EmptyCatchBlock | Avoid empty catch blocks | 3 | 55–57 |
org/oxerr/commons/ws/rs/provider/OffsetDateTimeProvider.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UnusedFormalParameter | Avoid unused constructor parameters such as 'offset'. | 3 | 35 |
