|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.plugins.findbugs.FindBugsCounter
public class FindBugsCounter
Counts the number of bugs in a FindBugs analysis file.
TODO: extract all FindBugs information instead of just counting
| Constructor Summary | |
|---|---|
FindBugsCounter()
|
|
| Method Summary | |
|---|---|
int |
count(org.apache.commons.io.LineIterator lines)
Returns the number of bugs in the FindBugs analysis file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FindBugsCounter()
| Method Detail |
|---|
public int count(org.apache.commons.io.LineIterator lines)
lines - the lines of the FindBugs analysis file
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||