Skip navigation links
SpotBugs 4.0.0

@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.
Skip navigation links
SpotBugs 4.0.0

SpotBugs is licensed under the LGPL.