Uses of Class
edu.umd.cs.findbugs.ClassAnnotation
Packages that use ClassAnnotation
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 ClassAnnotation in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs that return ClassAnnotationModifier and TypeMethodDescriptionstatic ClassAnnotationClassAnnotation.fromClassDescriptor(ClassDescriptor classDescriptor) Factory method to create a ClassAnnotation from a ClassDescriptor.ClassWarningSuppressor.getClassAnnotation()BugInstance.getPrimaryClass()Get the primary class annotation, which indicates where the bug occurs.ClassAnnotation.getTopLevelClass()Methods in edu.umd.cs.findbugs with parameters of type ClassAnnotationModifier and TypeMethodDescriptionintFuzzyBugComparator.compareClasses(BugCollection lhsCollection, BugCollection rhsCollection, ClassAnnotation lhsClass, ClassAnnotation rhsClass) booleanClassAnnotation.contains(ClassAnnotation other) BugAnnotation.format(String key, ClassAnnotation primaryClass) Format the annotation as a String.FindBugsMessageFormat.format(BugAnnotation[] args, ClassAnnotation primaryClass) FindBugsMessageFormat.format(BugAnnotation[] args, ClassAnnotation primaryClass, boolean abridgedMessages) Format the message using the given array of BugAnnotations as arguments to bind to the placeholders in the pattern string.IntAnnotation.format(String key, ClassAnnotation primaryClass) LocalVariableAnnotation.format(String key, ClassAnnotation primaryClass) final StringPackageMemberAnnotation.format(String key, ClassAnnotation primaryClass) Format the annotation.SourceLineAnnotation.format(String key, ClassAnnotation primaryClass) StringAnnotation.format(String key, ClassAnnotation primaryClass) TypeAnnotation.format(String key, ClassAnnotation primaryClass) protected StringClassAnnotation.formatPackageMember(String key, ClassAnnotation primaryClass) protected StringFieldAnnotation.formatPackageMember(String key, ClassAnnotation primaryClass) protected StringMethodAnnotation.formatPackageMember(String key, ClassAnnotation primaryClass) protected abstract StringPackageMemberAnnotation.formatPackageMember(String key, ClassAnnotation primaryClass) Do default and subclass-specific formatting.MethodAnnotation.getFullMethod(ClassAnnotation primaryClass) Get the "full" method name.MethodAnnotation.getNameInClass(ClassAnnotation primaryClass) Get the "full" method name.MethodAnnotation.getSignatureInClass(ClassAnnotation primaryClass) BugAnnotation.toString(ClassAnnotation primaryClass) BugAnnotationWithSourceLines.toString(ClassAnnotation primaryClass) IntAnnotation.toString(ClassAnnotation primaryClass) LocalVariableAnnotation.toString(ClassAnnotation primaryClass) PackageMemberAnnotation.toString(ClassAnnotation primaryClass) SourceLineAnnotation.toString(ClassAnnotation primaryClass) StringAnnotation.toString(ClassAnnotation primaryClass) voidBugAnnotationVisitor.visitClassAnnotation(ClassAnnotation classAnnotation) Constructors in edu.umd.cs.findbugs with parameters of type ClassAnnotationModifierConstructorDescriptionClassWarningSuppressor(String bugPattern, ClassAnnotation clazz) FieldWarningSuppressor(String bugPattern, ClassAnnotation clazz, FieldAnnotation field) MethodWarningSuppressor(String bugPattern, ClassAnnotation clazz, MethodAnnotation method) ParameterWarningSuppressor(String bugPattern, ClassAnnotation clazz, MethodAnnotation method, int register) -
Uses of ClassAnnotation in edu.umd.cs.findbugs.ba
Methods in edu.umd.cs.findbugs.ba with parameters of type ClassAnnotationModifier and TypeMethodDescriptionEqualsKindSummary.get(ClassAnnotation c) voidEqualsKindSummary.put(ClassAnnotation c, EqualsKindSummary.KindOfEquals k)