edu.umd.cs.findbugs
public static class PackageStats.ClassStats extends Object implements XMLWriteable, Cloneable
| Constructor Summary | |
|---|---|
| ClassStats(String name, String sourceFile) | |
| Method Summary | |
|---|---|
| void | addError(BugInstance bug) |
| void | clearBugCounts() |
| int | getBugsAtPriority(int p) |
| String | getName() |
| int | getTotalBugs() |
| void | setInterface(boolean isInterface) |
| void | setSize(int size) |
| int | size() |
| void | writeXML(XMLOutput xmlOutput) |