|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.umd.cs.findbugs.gui.RunAnalysisDialog.RunAnalysisProgress
private class RunAnalysisDialog.RunAnalysisProgress
| Field Summary | |
|---|---|
private int |
count
|
private int |
goal
|
| Constructor Summary | |
|---|---|
private |
RunAnalysisDialog.RunAnalysisProgress()
|
| Method Summary | |
|---|---|
private void |
beginStage(java.lang.String stageName,
int goal)
|
void |
finishArchive()
Report that FindBugs has finished scanning an archive in order to add its classes to the repository. |
void |
finishClass()
Report that FindBugs has finished analyzing a class. |
void |
finishPerClassAnalysis()
Called to indicate that the per-class analysis is finished, and that the whole program analysis is taking place. |
private int |
getCount()
|
private int |
getGoal()
|
void |
reportNumberOfArchives(int numArchives)
Report the total number of archives (Jar or zip files) that will be analyzed. |
void |
startAnalysis(int numClasses)
Report that FindBugs has finished scanning the archives and will start analysing the classes contained therein. |
private void |
step()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private int goal
private int count
| Constructor Detail |
|---|
private RunAnalysisDialog.RunAnalysisProgress()
| Method Detail |
|---|
private int getGoal()
private int getCount()
public void reportNumberOfArchives(int numArchives)
FindBugsProgress
reportNumberOfArchives in interface FindBugsProgressnumArchives - the number of archivespublic void finishArchive()
FindBugsProgress
finishArchive in interface FindBugsProgresspublic void startAnalysis(int numClasses)
FindBugsProgress
startAnalysis in interface FindBugsProgressnumClasses - number of classes found in all of the archivespublic void finishClass()
FindBugsProgress
finishClass in interface FindBugsProgresspublic void finishPerClassAnalysis()
FindBugsProgress
finishPerClassAnalysis in interface FindBugsProgress
private void beginStage(java.lang.String stageName,
int goal)
private void step()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||