edu.umd.cs.findbugs.gui
public class BugInstanceGroup extends Object
Constructor Summary | |
---|---|
BugInstanceGroup(String groupType, String groupName)
Creates a new instance of BugInstanceGroup.
|
Method Summary | |
---|---|
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). |
Parameters: groupType string indicating why the bug instances in the group are related groupName name of the group (e.g., the class name if the group is all bug instances in the same class)