Detector
, Priorities
@Deprecated public class InfiniteRecursiveLoop2 extends java.lang.Object implements Detector
This does the same thing as InfiniteRecursiveLoop, but uses CFG-based analysis for greater precision.
EXP_PRIORITY, HIGH_PRIORITY, IGNORE_PRIORITY, LOW_PRIORITY, NORMAL_PRIORITY
Constructor | Description |
---|---|
InfiniteRecursiveLoop2(BugReporter bugReporter) |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
void |
report() |
Deprecated.
This method is called after all classes to be visited.
|
void |
visitClassContext(ClassContext classContext) |
Deprecated.
Visit the ClassContext for a class which should be analyzed
for instances of bug patterns.
|
public InfiniteRecursiveLoop2(BugReporter bugReporter)
public void visitClassContext(ClassContext classContext)
Detector
visitClassContext
in interface Detector
classContext
- the ClassContextFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.