Uses of Class
edu.umd.cs.findbugs.PackageMemberAnnotation
-
Packages that use PackageMemberAnnotation Package Description edu.umd.cs.findbugs 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.findbugs Modifier and Type Class Description class
ClassAnnotation
A BugAnnotation object specifying a Java class involved in the bug.class
FieldAnnotation
A BugAnnotation specifying a particular field in particular class.class
MethodAnnotation
A BugAnnotation specifying a particular method in a particular class.Methods in edu.umd.cs.findbugs with parameters of type PackageMemberAnnotation Modifier and Type Method Description private SourceLineAnnotation
BugInstance. inspectPackageMemberSourceLines(PackageMemberAnnotation packageMember)
If given PackageMemberAnnotation is non-null, return its SourceLineAnnotation.
-