Package edu.umd.cs.findbugs.bcel


  • Classes
    Class
    Description
    Base class for Detectors which want to perform a preorder traversal of the classfile including visiting Annotations.
    Utility methods for detectors and analyses using BCEL.
    Base class for detectors that analyze CFG (and/or use CFG-based analyses).
    Base class for Detectors that want to scan the bytecode of a method and use an opcode stack.
     
    Base class for Detectors which want to perform a preorder traversal of the classfile.