FindBugs™ 1.3.9

edu.umd.cs.findbugs
Class CheckBcel

java.lang.Object
  extended by edu.umd.cs.findbugs.CheckBcel

public class CheckBcel
extends java.lang.Object

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
CheckBcel()
           
 
Method Summary
static boolean check()
          Check that the BCEL classes present seem to be the right ones.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckBcel

public CheckBcel()
Method Detail

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

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.