Package edu.umd.cs.findbugs
Class CheckBcel
java.lang.Object
edu.umd.cs.findbugs.CheckBcel
Check that the BCEL classes present seem to be the right ones. Specifically,
we check whether the ones extended in FindBugs code are non-final. The
following BCEL classes are extended in FindBugs code:
org.apache.bcel.generic.ObjectType; org.apache.bcel.generic.Type;
org.apache.bcel.Constants; org.apache.bcel.classfile.EmptyVisitor
org.apache.bcel.Repository;
- Author:
- langmead
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
check()
Check that the BCEL classes present seem to be the right ones.
-
Constructor Details
-
CheckBcel
public CheckBcel()
-
-
Method Details
-
check
public static boolean check()Check that the BCEL classes present seem to be the right ones. Specifically, we check whether the ones extended in FindBugs code are non-final.- Returns:
- true iff all checks passed
-