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 classClassAnnotationA BugAnnotation object specifying a Java class involved in the bug.classFieldAnnotationA BugAnnotation specifying a particular field in particular class.classMethodAnnotationA 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 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.
-