|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodAnnotation | |
---|---|
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. |
edu.umd.cs.findbugs.model | Eventually, all model classes (BugInstance, BugCollection, etc.) should go in this package. |
Uses of MethodAnnotation in edu.umd.cs.findbugs |
---|
Methods in edu.umd.cs.findbugs that return MethodAnnotation | |
---|---|
static MethodAnnotation |
MethodAnnotation.fromCalledMethod(DismantleBytecode visitor)
Factory method to create a MethodAnnotation from a method called by the instruction the given visitor is currently visiting. |
static MethodAnnotation |
MethodAnnotation.fromCalledMethod(java.lang.String className,
java.lang.String methodName,
java.lang.String methodSig,
boolean isStatic)
Create a MethodAnnotation from a method that is not directly accessible. |
static MethodAnnotation |
MethodAnnotation.fromForeignMethod(java.lang.String className,
java.lang.String methodName,
java.lang.String methodSig,
boolean isStatic)
|
static MethodAnnotation |
MethodAnnotation.fromVisitedMethod(PreorderVisitor visitor)
Factory method to create a MethodAnnotation from the method the given visitor is currently visiting. |
static MethodAnnotation |
MethodAnnotation.fromXMethod(XMethod xmethod)
Create a MethodAnnotation from an XMethod. |
MethodAnnotation |
BugInstance.getPrimaryMethod()
Get the primary method annotation, which indicates where the bug occurs. |
Methods in edu.umd.cs.findbugs with parameters of type MethodAnnotation | |
---|---|
BugInstance |
BugInstance.addClassAndMethod(MethodAnnotation methodAnnotation)
Add class and method annotations for given method. |
BugInstance |
BugInstance.addMethod(MethodAnnotation methodAnnotation)
Add a method annotation. |
int |
FuzzyBugComparator.compareMethods(BugCollection lhsCollection,
BugCollection rhsCollection,
MethodAnnotation lhsMethod,
MethodAnnotation rhsMethod)
|
void |
BugAnnotationVisitor.visitMethodAnnotation(MethodAnnotation methodAnnotation)
|
Constructors in edu.umd.cs.findbugs with parameters of type MethodAnnotation | |
---|---|
MethodWarningSuppressor(java.lang.String bugPattern,
ClassAnnotation clazz,
MethodAnnotation method)
|
Uses of MethodAnnotation in edu.umd.cs.findbugs.model |
---|
Methods in edu.umd.cs.findbugs.model that return MethodAnnotation | |
---|---|
static MethodAnnotation |
ClassNameRewriterUtil.convertMethodAnnotation(ClassNameRewriter classNameRewriter,
MethodAnnotation annotation)
Rewrite a MethodAnnotation to update the class name, and any class names mentioned in the method signature. |
Methods in edu.umd.cs.findbugs.model with parameters of type MethodAnnotation | |
---|---|
static MethodAnnotation |
ClassNameRewriterUtil.convertMethodAnnotation(ClassNameRewriter classNameRewriter,
MethodAnnotation annotation)
Rewrite a MethodAnnotation to update the class name, and any class names mentioned in the method signature. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |