|
FindBugs™ 1.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.umd.cs.findbugs.gui.BugInstanceGroup
public class BugInstanceGroup
A BugInstanceGroup represents a node in the bug tree which groups related bug instances. For example, it might group all of the bug instances for the same class.
| Constructor Summary | |
|---|---|
BugInstanceGroup(java.lang.String groupType,
java.lang.String groupName)
Creates a new instance of BugInstanceGroup. |
|
| Method Summary | |
|---|---|
java.lang.String |
getGroupType()
Get the group type. |
int |
getMemberCount()
Get the member count (number of bug instances in this group). |
void |
incrementMemberCount()
Increment the member count (number of bug instances in this group). |
java.lang.String |
toString()
Convert to string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BugInstanceGroup(java.lang.String groupType,
java.lang.String groupName)
groupType - string indicating why the bug instances in the group
are relatedgroupName - name of the group (e.g., the class name if the group
is all bug instances in the same class)| Method Detail |
|---|
public java.lang.String getGroupType()
public void incrementMemberCount()
public int getMemberCount()
public java.lang.String toString()
toString in class java.lang.Object
|
FindBugs™ 1.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||