net.sf.statcvs.reports
Class AbstractLocTableReport
public abstract class AbstractLocTableReport
Convenience superclass for table reports related to authors and directories.
Contains methods to calculate some common stuff for these tables.
$Id: AbstractLocTableReport.java,v 1.12 2008/04/02 11:22:15 benoitx Exp $
SORT_BY_LINES
public static final int SORT_BY_LINES
Sort the authors table by lines of code
SORT_BY_NAME
public static final int SORT_BY_NAME
Sort the authors table by name
AbstractLocTableReport
public AbstractLocTableReport(ReportConfig config)
Constructor
calculateChangesAndLinesPerDeveloper
protected void calculateChangesAndLinesPerDeveloper(Collection revs)
calculateChangesAndLinesPerDirectory
protected void calculateChangesAndLinesPerDirectory(Collection revisions)
getDeveloperCount
public int getDeveloperCount()