|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.bcel.CFGDetector
cz.vutbr.fit.findbugs.atom.detect.FindPatterns
public class FindPatterns
FindBugs detector which uses the results of our analysis to producing atoms. At the end the atoms are converted to atomicities and stored into the predefined file.
Field Summary |
---|
Fields inherited from interface edu.umd.cs.findbugs.Priorities |
---|
EXP_PRIORITY, HIGH_PRIORITY, IGNORE_PRIORITY, LOW_PRIORITY, NORMAL_PRIORITY |
Constructor Summary | |
---|---|
FindPatterns(edu.umd.cs.findbugs.BugReporter bugReporter)
Constructor initialize the atom collection. |
Method Summary | |
---|---|
void |
finishPass()
This class is called at the end of the computation. |
protected void |
visitMethodCFG(edu.umd.cs.findbugs.classfile.MethodDescriptor methodDescriptor,
edu.umd.cs.findbugs.ba.CFG cfg)
This method is called when this type of detector is starting to analyze some method. |
Methods inherited from class edu.umd.cs.findbugs.bcel.CFGDetector |
---|
getDetectorClassName, visitClass |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FindPatterns(edu.umd.cs.findbugs.BugReporter bugReporter)
bugReporter
- is not usedMethod Detail |
---|
protected void visitMethodCFG(edu.umd.cs.findbugs.classfile.MethodDescriptor methodDescriptor, edu.umd.cs.findbugs.ba.CFG cfg) throws edu.umd.cs.findbugs.classfile.CheckedAnalysisException
The key phase of the analysis is called from here. The previous analysis results are obtained and processed. The collection of atoms is builded.
visitMethodCFG
in class edu.umd.cs.findbugs.bcel.CFGDetector
edu.umd.cs.findbugs.classfile.CheckedAnalysisException
public void finishPass()
finishPass
in interface edu.umd.cs.findbugs.Detector2
finishPass
in class edu.umd.cs.findbugs.bcel.CFGDetector
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |