Uses of Package
edu.umd.cs.findbugs.visitclass
Packages that use edu.umd.cs.findbugs.visitclass
Package
Description
Main package for the FindBugs application - contains the engine class
(
FindBugs
), the object model classes for bug
instances (BugInstance
,
BugAnnotation
), and other miscellany.A bytecode analysis framework for BCEL, providing CFG construction, generic
dataflow analysis, and a variety of specific dataflow analyses.
-
Classes in edu.umd.cs.findbugs.visitclass used by edu.umd.cs.findbugsClassDescriptionSubclass of PreorderVisitor that visits annotations on classes, fields, methods, and method parameters.Fixedup of from org.apache.bcel.classfile.VisitorInterface to make the use of a visitor pattern programming style possible.
-
Classes in edu.umd.cs.findbugs.visitclass used by edu.umd.cs.findbugs.baClassDescriptionSubclass of PreorderVisitor that visits annotations on classes, fields, methods, and method parameters.Fixedup of from org.apache.bcel.classfile.VisitorInterface to make the use of a visitor pattern programming style possible.
-
Classes in edu.umd.cs.findbugs.visitclass used by edu.umd.cs.findbugs.bcelClassDescriptionSubclass of PreorderVisitor that visits annotations on classes, fields, methods, and method parameters.Fixedup of from org.apache.bcel.classfile.VisitorInterface to make the use of a visitor pattern programming style possible.
-
Classes in edu.umd.cs.findbugs.visitclass used by edu.umd.cs.findbugs.detectClassDescriptionSubclass of PreorderVisitor that visits annotations on classes, fields, methods, and method parameters.Fixedup of from org.apache.bcel.classfile.VisitorInterface to make the use of a visitor pattern programming style possible.
-
Classes in edu.umd.cs.findbugs.visitclass used by edu.umd.cs.findbugs.visitclassClassDescriptionSubclass of PreorderVisitor that visits annotations on classes, fields, methods, and method parameters.Fixedup of from org.apache.bcel.classfile.VisitorInterface to make the use of a visitor pattern programming style possible.