Apache Commons logo

Commons JCS™

PMD Results

The following document contains the results of PMD 6.55.0.

Violations By Priority

Priority 2

org/apache/commons/jcs3/jcache/cdi/CDIJCacheHelper.java

Rule Violation Line
AvoidBranchingStatementAsLastInLoop Avoid using a branching statement as the last in a loop. 271

Priority 3

org/apache/commons/jcs3/jcache/JCSCache.java

Rule Violation Line
UnusedFormalParameter Avoid unused method parameters such as 'now'. 204

org/apache/commons/jcs3/jcache/jmx/JMXs.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 5861

org/apache/commons/jcs3/jcache/lang/Subsitutor.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 4144

Files

org/apache/commons/jcs3/jcache/JCSCache.java

Rule Violation Priority Line
UnusedFormalParameter Avoid unused method parameters such as 'now'. 3 204

org/apache/commons/jcs3/jcache/cdi/CDIJCacheHelper.java

Rule Violation Priority Line
AvoidBranchingStatementAsLastInLoop Avoid using a branching statement as the last in a loop. 2 271

org/apache/commons/jcs3/jcache/jmx/JMXs.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 5861

org/apache/commons/jcs3/jcache/lang/Subsitutor.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 4144