hudson.plugins.findbugs
Class FindBugsCounter

java.lang.Object
  extended by hudson.plugins.findbugs.FindBugsCounter

public class FindBugsCounter
extends java.lang.Object

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

FindBugsCounter

public FindBugsCounter()
Method Detail

count

public int count(org.apache.commons.io.LineIterator lines)
Returns the number of bugs in the FindBugs analysis file.

Parameters:
lines - the lines of the FindBugs analysis file
Returns:
the number of bugs


Copyright © 2007. All Rights Reserved.