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 85224

org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.java

Violation Line
Useless parentheses. 131
These nested if statements could be combined 211219
Avoid empty catch blocks 336337

org/apache/shiro/crypto/hash/format/ModularCryptFormat.java

Violation Line
Avoid modifiers which are implied by the context 31