|
FindBugs™ 1.3.8 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserAnnotationPlugin
Interface to allow persistence of bug user annotations using arbitrary mechanisms.
| Method Summary | |
|---|---|
void |
loadUserAnnotations(BugCollection bugs)
For the given BugCollection, load the user annotations for each BugInstance in the collection. |
void |
storeUserAnnotation(BugInstance bug)
Store the user annotation for the given BugInstance. |
void |
storeUserAnnotations(BugCollection bugs)
Store the user annotation for all BugInstances in the given BugCollection. |
| Method Detail |
|---|
void loadUserAnnotations(BugCollection bugs)
bugs - a BugCollectionvoid storeUserAnnotation(BugInstance bug)
bug - a BugInstancevoid storeUserAnnotations(BugCollection bugs)
bugs - a BugCollection
|
FindBugs™ 1.3.8 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||