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.A bytecode analysis framework for BCEL, providing CFG construction, generic
dataflow analysis, and a variety of specific dataflow analyses.
-
Uses of ClassAnnotation in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs that return ClassAnnotationModifier and TypeMethodDescriptionstatic ClassAnnotation
ClassAnnotation.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 TypeMethodDescriptionint
FuzzyBugComparator.compareClasses
(BugCollection lhsCollection, BugCollection rhsCollection, ClassAnnotation lhsClass, ClassAnnotation rhsClass) boolean
ClassAnnotation.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 String
PackageMemberAnnotation.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 String
ClassAnnotation.formatPackageMember
(String key, ClassAnnotation primaryClass) protected String
FieldAnnotation.formatPackageMember
(String key, ClassAnnotation primaryClass) protected String
MethodAnnotation.formatPackageMember
(String key, ClassAnnotation primaryClass) protected abstract String
PackageMemberAnnotation.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) void
BugAnnotationVisitor.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) void
EqualsKindSummary.put
(ClassAnnotation c, EqualsKindSummary.KindOfEquals k)