public class BugInstanceGroup
extends java.lang.Object
Constructor and Description |
---|
BugInstanceGroup(java.lang.String groupType,
java.lang.String groupName)
Creates a new instance of BugInstanceGroup.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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)public java.lang.String getGroupType()
public void incrementMemberCount()
public int getMemberCount()
public java.lang.String toString()
toString
in class java.lang.Object
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.