Uses of Class
edu.umd.cs.findbugs.PackageMemberAnnotation
Packages that use PackageMemberAnnotation
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.-
Uses of PackageMemberAnnotation in edu.umd.cs.findbugs
Subclasses of PackageMemberAnnotation in edu.umd.cs.findbugsModifier and TypeClassDescriptionclass
A BugAnnotation object specifying a Java class involved in the bug.class
A BugAnnotation specifying a particular field in particular class.class
A BugAnnotation specifying a particular method in a particular class.Methods in edu.umd.cs.findbugs with parameters of type PackageMemberAnnotationModifier and TypeMethodDescriptionprivate SourceLineAnnotation
BugInstance.inspectPackageMemberSourceLines
(PackageMemberAnnotation packageMember) If given PackageMemberAnnotation is non-null, return its SourceLineAnnotation.