FindBugs™ 3.0.1

@ParametersAreNonnullByDefault @AnalysisContextContained

Package edu.umd.cs.findbugs.classfile

A high-level abstraction layer for codebases, classes, and components of classes (methods, fields, instructions, etc.).

See: Description

Package edu.umd.cs.findbugs.classfile Description

A high-level abstraction layer for codebases, classes, and components of classes (methods, fields, instructions, etc.). The idea is to decouple FindBugs as much as possible from any particular bytecode framework (BCEL, ASM, etc.) Implementations of these interfaces may be found in the edu.umd.cs.findbugs.classfile.impl package. Instances should be created using the ClassFactory singleton in that package.
FindBugs™ 3.0.1

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