PMD Results
The following document contains the results of PMD 7.0.0.
Violations By Priority
Priority 3
org/mybatis/jpetstore/domain/Item.java
Rule | Violation | Line |
---|---|---|
UnusedPrivateField | Avoid unused private fields such as 'productId'. | 31 |
org/mybatis/jpetstore/web/actions/CartActionBean.java
Rule | Violation | Line |
---|---|---|
EmptyCatchBlock | Avoid empty catch blocks | 118–120 |
Files
org/mybatis/jpetstore/domain/Item.java
Rule | Violation | Priority | Line |
---|---|---|---|
UnusedPrivateField | Avoid unused private fields such as 'productId'. | 3 | 31 |
org/mybatis/jpetstore/web/actions/CartActionBean.java
Rule | Violation | Priority | Line |
---|---|---|---|
EmptyCatchBlock | Avoid empty catch blocks | 3 | 118–120 |