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 TypeClassDescriptionclassA BugAnnotation object specifying a Java class involved in the bug.classA BugAnnotation specifying a particular field in particular class.classA BugAnnotation specifying a particular method in a particular class.Methods in edu.umd.cs.findbugs with parameters of type PackageMemberAnnotationModifier and TypeMethodDescriptionprivate static voidBugInstance.addAnnotationNames(PackageMemberAnnotation pma, org.apache.bcel.classfile.AnnotationEntry[] annotationEntries) private SourceLineAnnotationBugInstance.inspectPackageMemberSourceLines(PackageMemberAnnotation packageMember) If given PackageMemberAnnotation is non-null, return its SourceLineAnnotation.