PMD Results
The following document contains the results of PMD
Files
javax/security/jacc/EJBMethodPermission.java
Violation | Line |
---|
Avoid instantiating Boolean objects; you can usually invoke Boolean.TRUE instead. | 341 |
Avoid instantiating Boolean objects; you can usually invoke Boolean.TRUE instead. | 371 |
javax/security/jacc/HTTPMethodSpec.java
Violation | Line |
---|
Ensure you override both equals() and hashCode() | 180 |
javax/security/jacc/URLPatternSpec.java
Violation | Line |
---|
Ensure you override both equals() and hashCode() | 108 |