PMD Results

The following document contains the results of PMD 6.13.0.

Violations By Priority

Priority 3

org/apache/shiro/guice/BeanTypeListener.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 109112

org/apache/shiro/guice/DestroyableInjectionListener.java

Rule Violation Line
UnnecessaryModifier Unnecessary modifier 'static' on interface 'DestroyableRegistry': member interfaces are implicitly static 4547

Priority 4

org/apache/shiro/guice/web/ShiroWebModule.java

Rule Violation Line
UselessParentheses Useless parentheses. 184

Files

org/apache/shiro/guice/BeanTypeListener.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 109112

org/apache/shiro/guice/DestroyableInjectionListener.java

Rule Violation Priority Line
UnnecessaryModifier Unnecessary modifier 'static' on interface 'DestroyableRegistry': member interfaces are implicitly static 3 4547

org/apache/shiro/guice/web/ShiroWebModule.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 184