A B E G K O R V

A

AbstractAnnotationDetector - Class in org.megatome.knowndefect.findbugs
Abstract base class for KnownDefect and KnownAndAcceptedDefect detectors
AbstractAnnotationDetector(BugReporter) - Constructor for class org.megatome.knowndefect.findbugs.AbstractAnnotationDetector
Create an instance of this detector

B

bugReporter - Variable in class org.megatome.knowndefect.findbugs.AbstractAnnotationDetector
 

E

exampleDescriptiveDefect() - Method in class org.megatome.knowndefect.example.ExampleKnownDefects
 
exampleEmptyDefect() - Method in class org.megatome.knowndefect.example.ExampleKnownDefects
 
exampleKnownAndAcceptedDefect() - Method in class org.megatome.knowndefect.example.ExampleKnownAndAcceptedDefects
 
ExampleKnownAndAcceptedDefects - Class in org.megatome.knowndefect.example
This is a sample class to show how the annotation is documented in JavaDoc.
ExampleKnownAndAcceptedDefects() - Constructor for class org.megatome.knowndefect.example.ExampleKnownAndAcceptedDefects
 
ExampleKnownDefects - Class in org.megatome.knowndefect.example
This is a sample class to show how the annotation is documented in JavaDoc.
ExampleKnownDefects() - Constructor for class org.megatome.knowndefect.example.ExampleKnownDefects
 

G

getAnnotationClass() - Method in class org.megatome.knowndefect.findbugs.AbstractAnnotationDetector
Get the annotation class to look for
getAnnotationClass() - Method in class org.megatome.knowndefect.findbugs.KnownAndAcceptedDefectAnnotationDetector
Get the class for the KnownAndAcceptedDefect annotation
getAnnotationClass() - Method in class org.megatome.knowndefect.findbugs.KnownDefectAnnotationDetector
Get the class for the KnownDefect annotation
getBugType() - Method in class org.megatome.knowndefect.findbugs.AbstractAnnotationDetector
Get the bug type to use when reporting.
getBugType() - Method in class org.megatome.knowndefect.findbugs.KnownAndAcceptedDefectAnnotationDetector
Get the bug type for KnownAndAcceptedDefect annotation
getBugType() - Method in class org.megatome.knowndefect.findbugs.KnownDefectAnnotationDetector
Get the bug type for KnownDefect annotation

K

KnownAndAcceptedDefect - Annotation Type in org.megatome.knowndefect.annotations
Annotation to be used when a KnownDefect will not be fixed, but should still be documented.
KnownAndAcceptedDefectAnnotationDetector - Class in org.megatome.knowndefect.findbugs
Detector for FindBugs that looks for instances of the KnownAndAcceptedDefect annotation.
KnownAndAcceptedDefectAnnotationDetector(BugReporter) - Constructor for class org.megatome.knowndefect.findbugs.KnownAndAcceptedDefectAnnotationDetector
Create an instance of this detector
KnownDefect - Annotation Type in org.megatome.knowndefect.annotations
Annotation to be used when creating characterization tests.
KnownDefectAnnotationDetector - Class in org.megatome.knowndefect.findbugs
Detector for FindBugs that looks for instances of the KnownDefect annotation.
KnownDefectAnnotationDetector(BugReporter) - Constructor for class org.megatome.knowndefect.findbugs.KnownDefectAnnotationDetector
Create an instance of this detector

O

org.megatome.knowndefect.annotations - package org.megatome.knowndefect.annotations
Provides annotations to be used when identifying known defects.
org.megatome.knowndefect.example - package org.megatome.knowndefect.example
Example code to show how the Known Defects annotations appear in JavaDoc.
org.megatome.knowndefect.findbugs - package org.megatome.knowndefect.findbugs
Classes to allow FindBugs to find and display instances of KnownDefects.

R

report() - Method in class org.megatome.knowndefect.findbugs.AbstractAnnotationDetector
 

V

visit(JavaClass) - Method in class org.megatome.knowndefect.findbugs.AbstractAnnotationDetector
 
visit(Method) - Method in class org.megatome.knowndefect.findbugs.AbstractAnnotationDetector
 
visitAnnotation(String, Map<String, Object>, boolean) - Method in class org.megatome.knowndefect.findbugs.AbstractAnnotationDetector
 
visitClassContext(ClassContext) - Method in class org.megatome.knowndefect.findbugs.AbstractAnnotationDetector
 

A B E G K O R V

Copyright (C) 2009, Megatome Technologies
All Rights Reserved