net.sf.statcvs.reports
public abstract class AbstractLocTableReport extends Object
Modifier and Type | Field and Description |
---|---|
static int |
SORT_BY_LINES
Sort the authors table by lines of code
|
static int |
SORT_BY_NAME
Sort the authors table by name
|
Constructor and Description |
---|
AbstractLocTableReport(ReportConfig config)
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected void |
calculateChangesAndLinesPerDeveloper(Collection revs) |
protected void |
calculateChangesAndLinesPerDirectory(Collection revisions) |
protected Table |
createChangesAndLinesTable(GenericColumn keys,
GenericColumn keys2,
String summary) |
protected IntegerMap |
getChangesMap() |
protected Repository |
getContent() |
int |
getDeveloperCount() |
protected IntegerMap |
getLinesMap() |
public static final int SORT_BY_NAME
public static final int SORT_BY_LINES
public AbstractLocTableReport(ReportConfig config)
content
- render table on specified contentprotected void calculateChangesAndLinesPerDeveloper(Collection revs)
protected void calculateChangesAndLinesPerDirectory(Collection revisions)
protected Table createChangesAndLinesTable(GenericColumn keys, GenericColumn keys2, String summary)
protected Repository getContent()
protected IntegerMap getChangesMap()
protected IntegerMap getLinesMap()
public int getDeveloperCount()