Package | Description |
---|---|
net.sf.statcvs.pages | |
net.sf.statcvs.reports |
Modifier and Type | Method and Description |
---|---|
void |
Page.add(TableReport table) |
Modifier and Type | Class and Description |
---|---|
class |
AuthorsForDirectoryTableReport
Table report which creates a table containing the names of the
authors who have committed changes to a certain directory,
and their LOC contributions and number of changes in that directory.
|
class |
CloudCommitTableReport
Table report which A list of word frequencies in commit messages.
|
class |
DevelopersOfTheMonthTable
Table report which creates a table containing the names of all developers,
their LOC contributions and number of changes.
|
class |
DevelopersRollingTableReport
Table report which creates a table containing the names of
all developers, their LOC contributions and number of changes over the last n months.
|
class |
DevelopersTableReport
Table report which creates a table containing the names of
all developers, their LOC contributions and number of changes.
|
class |
DirectoriesForAuthorTableReport
Table report which creates a table containing directories to which
a specified author has committed changes, and their respective
number of changes and LOC.
|
class |
DirectoriesTableReport
Table report which creates a table containing the names of
all directories and the number of changes and LOC in them.
|
class |
FilesWithMostRevisionsTableReport
Table report for a table containing the files with most changes
|
class |
FileTypeReport |
class |
LargestFilesTableReport
Table report for a table containing the files with most lines of code
|
class |
ModuleTableReport
Table report which creates a table containing the names of
all modules and the number of changes and LOC in them.
|
class |
TagReport
Collects information about repository tags.
|
class |
TopDevelopersTableReport
Table report which creates a table containing the names of the
top 10 developers and their LOC contributions.
|