Package edu.umd.cs.findbugs.gui2
Class BugLoader.RedoAnalysisCallback
- java.lang.Object
-
- edu.umd.cs.findbugs.gui2.BugLoader.RedoAnalysisCallback
-
- All Implemented Interfaces:
AnalysisCallback
- Enclosing class:
- BugLoader
private static class BugLoader.RedoAnalysisCallback extends java.lang.Object implements AnalysisCallback
just used to know how the new analysis went
-
-
Field Summary
Fields Modifier and Type Field Description (package private) boolean
finished
(package private) BugCollection
justAnalyzed
-
Constructor Summary
Constructors Modifier Constructor Description private
RedoAnalysisCallback()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
analysisFinished(BugCollection b)
void
analysisInterrupted()
(package private) BugCollection
getBugCollection()
-
-
-
Field Detail
-
justAnalyzed
BugCollection justAnalyzed
-
finished
volatile boolean finished
-
-
Method Detail
-
getBugCollection
BugCollection getBugCollection()
-
analysisFinished
public void analysisFinished(BugCollection b)
- Specified by:
analysisFinished
in interfaceAnalysisCallback
-
analysisInterrupted
public void analysisInterrupted()
- Specified by:
analysisInterrupted
in interfaceAnalysisCallback
-
-