Apache Commons logo Commons BCEL

PMD Results

The following document contains the results of PMD 7.2.0.

Violations By Priority

Priority 3

org/apache/bcel/classfile/BootstrapMethod.java
Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 8991
org/apache/bcel/classfile/CodeException.java
Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 128130
org/apache/bcel/classfile/Constant.java
Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 154156
org/apache/bcel/classfile/ConstantPool.java
Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 220222
org/apache/bcel/classfile/InnerClass.java
Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 8789
org/apache/bcel/classfile/LineNumber.java
Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 8688
org/apache/bcel/classfile/LocalVariable.java
Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 135137
org/apache/bcel/classfile/MethodParameter.java
Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 7072
org/apache/bcel/classfile/ModuleExports.java
Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 7779
org/apache/bcel/classfile/ModuleOpens.java
Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 7779
org/apache/bcel/classfile/ModuleProvides.java
Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 7981
org/apache/bcel/classfile/ModuleRequires.java
Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 6870
org/apache/bcel/classfile/StackMapType.java
Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 8991

Files

org/apache/bcel/classfile/BootstrapMethod.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 8991

org/apache/bcel/classfile/CodeException.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 128130

org/apache/bcel/classfile/Constant.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 154156

org/apache/bcel/classfile/ConstantPool.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 220222

org/apache/bcel/classfile/InnerClass.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 8789

org/apache/bcel/classfile/LineNumber.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 8688

org/apache/bcel/classfile/LocalVariable.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 135137

org/apache/bcel/classfile/MethodParameter.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 7072

org/apache/bcel/classfile/ModuleExports.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 7779

org/apache/bcel/classfile/ModuleOpens.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 7779

org/apache/bcel/classfile/ModuleProvides.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 7981

org/apache/bcel/classfile/ModuleRequires.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 6870

org/apache/bcel/classfile/StackMapType.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 8991

Suppressed Violations

Filename Rule message Suppression type Reason
org/apache/bcel/util/ClassVector.java Avoid unused private methods such as 'readObjectNoData()'. @suppresswarnings