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.
The package providing a
BugReporter implementation which produces report in SARIF format.-
Uses of ClassAnnotation in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs declared as ClassAnnotationFields in edu.umd.cs.findbugs with type parameters of type ClassAnnotationModifier and TypeFieldDescriptionprivate final Map<ClassAnnotation, Collection<WarningSuppressor>> SuppressionMatcher.suppressedWarningsMethods 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()(package private) static ClassAnnotationObfuscate.obfuscate(ClassAnnotation m) Methods in edu.umd.cs.findbugs with parameters of type ClassAnnotationModifier and TypeMethodDescriptionintFuzzyBugComparator.compareClasses(BugCollection lhsCollection, BugCollection rhsCollection, ClassAnnotation lhsClass, ClassAnnotation rhsClass) private intSloppyBugComparator.compareClassesAllowingNull(ClassAnnotation lhs, ClassAnnotation rhs) Compare class annotations.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.private StringFieldAnnotation.getNameInClass(ClassAnnotation primaryClass) MethodAnnotation.getNameInClass(ClassAnnotation primaryClass) Get the "full" method name.MethodAnnotation.getSignatureInClass(ClassAnnotation primaryClass) (package private) static ClassAnnotationObfuscate.obfuscate(ClassAnnotation m) 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, SuppressMatchType matchType, ClassAnnotation clazz, boolean userGeneratedClass) FieldWarningSuppressor(String bugPattern, SuppressMatchType matchType, ClassAnnotation clazz, FieldAnnotation field, boolean userGeneratedClass, boolean userGeneratedField) MethodWarningSuppressor(String bugPattern, SuppressMatchType matchType, ClassAnnotation clazz, MethodAnnotation method, boolean userGeneratedClass, boolean userGeneratedMethod) ParameterWarningSuppressor(String bugPattern, SuppressMatchType matchType, ClassAnnotation clazz, MethodAnnotation method, int register, boolean userGeneratedClass) -
Uses of ClassAnnotation in edu.umd.cs.findbugs.ba
Fields in edu.umd.cs.findbugs.ba with type parameters of type ClassAnnotationModifier and TypeFieldDescription(package private) final Map<ClassAnnotation, EqualsKindSummary.KindOfEquals> EqualsKindSummary.kindMapMethods in edu.umd.cs.findbugs.ba with parameters of type ClassAnnotationModifier and TypeMethodDescriptionEqualsKindSummary.get(ClassAnnotation c) voidEqualsKindSummary.put(ClassAnnotation c, EqualsKindSummary.KindOfEquals k) -
Uses of ClassAnnotation in edu.umd.cs.findbugs.detect
Fields in edu.umd.cs.findbugs.detect with type parameters of type ClassAnnotationModifier and TypeFieldDescription(package private) Map<ClassAnnotation, MethodDescriptor> OverridingEqualsNotSymmetrical.equalsMethod(package private) Map<ClassAnnotation, ClassAnnotation> OverridingEqualsNotSymmetrical.parentMap(package private) Map<ClassAnnotation, ClassAnnotation> OverridingEqualsNotSymmetrical.parentMap -
Uses of ClassAnnotation in edu.umd.cs.findbugs.sarif
Methods in edu.umd.cs.findbugs.sarif with parameters of type ClassAnnotationModifier and TypeMethodDescription(package private) static Optional<Location.ArtifactLocation> Location.ArtifactLocation.fromBugAnnotation(ClassAnnotation classAnnotation, SourceLineAnnotation bugAnnotation, SourceFinder sourceFinder, Map<URI, String> baseToId) (package private) StringPlaceholder.toArgument(List<? extends BugAnnotation> bugAnnotations, ClassAnnotation primaryClass)