Package edu.umd.cs.findbugs.detect
Class ViewCFG
java.lang.Object
edu.umd.cs.findbugs.detect.ViewCFG
- All Implemented Interfaces:
Detector,Priorities
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final BugReporterprivate final Patternprivate final Patternprivate final Patternprivate PathFields inherited from interface edu.umd.cs.findbugs.Priorities
EXP_PRIORITY, HIGH_PRIORITY, IGNORE_PRIORITY, LOW_PRIORITY, NORMAL_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidanalyzeMethod(ClassContext classContext, org.apache.bcel.classfile.Method method, PrintStream out) private PathgetMethodFile(Path classDir, String methodName) voidreport()This method is called after all classes to be visited.voidvisitClassContext(ClassContext classContext) Visit the ClassContext for a class which should be analyzed for instances of bug patterns.
-
Field Details
-
SPACE_ARROW
-
NUMBER_SUFFIX
-
SPECIAL_METHOD
-
bugReporter
-
tempDir
-
-
Constructor Details
-
ViewCFG
-
-
Method Details
-
visitClassContext
Description copied from interface:DetectorVisit the ClassContext for a class which should be analyzed for instances of bug patterns.- Specified by:
visitClassContextin interfaceDetector- Parameters:
classContext- the ClassContext
-
analyzeMethod
private void analyzeMethod(ClassContext classContext, org.apache.bcel.classfile.Method method, PrintStream out) throws CFGBuilderException - Throws:
CFGBuilderException
-
getMethodFile
-
report
public void report()Description copied from interface:DetectorThis method is called after all classes to be visited. It should be used by any detectors which accumulate information over all visited classes to generate results.
-