PMD Results
The following document contains the results of PMD 5.5.1.
Files
org/apache/shiro/crypto/hash/AbstractHash.java
Violation |
Line |
Avoid unused private methods such as 'isReserved(String)'. |
306 |
org/apache/shiro/crypto/hash/HashRequest.java
Violation |
Line |
Avoid modifiers which are implied by the context |
85–224 |
org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.java
Violation |
Line |
Useless parentheses. |
131 |
These nested if statements could be combined |
211–219 |
Avoid empty catch blocks |
336–337 |
org/apache/shiro/crypto/hash/format/ModularCryptFormat.java
Violation |
Line |
Avoid modifiers which are implied by the context |
31 |