Package net.sf.statcvs.reports
Class AbstractRollingLocTableReport
java.lang.Object
net.sf.statcvs.reports.AbstractRollingLocTableReport
- Direct Known Subclasses:
DevelopersRollingTableReport
Convenience superclass for table reports related to last n months for authors and directories.
Contains methods to calculate some common stuff for these tables.
- Version:
- $Id: AbstractRollingLocTableReport.java,v 1.3 2009/03/09 22:21:36 benoitx Exp $
- Author:
- Lukasz Pekacki, Benoit Xhenseval
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Sort the authors table by lines of codestatic final int
Sort the authors table by name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected Table
createChangesAndLinesTable
(GenericColumn keys, GenericColumn keys2, String summary) protected Repository
int
-
Field Details
-
SORT_BY_NAME
public static final int SORT_BY_NAMESort the authors table by name- See Also:
-
SORT_BY_LINES
public static final int SORT_BY_LINESSort the authors table by lines of code- See Also:
-
-
Constructor Details
-
AbstractRollingLocTableReport
Constructor- Parameters:
content
- render table on specified content
-
-
Method Details
-
calculateChangesAndLinesPerDeveloper
-
createChangesAndLinesTable
-
getContent
-
getDeveloperCount
public int getDeveloperCount()
-