Class Summary |
AbstractLocTableReport |
Convenience superclass for table reports related to authors and directories. |
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. |
AuthorsTableReport |
Table report which creates a table containing the names of
all authors, their LOC contributions and number of changes. |
AvgFileSizeTimeLineReport |
Time line for the average file size from a specified file list. |
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. |
DirectoriesTableReport |
Table report which creates a table containing the names of
all directories and the number of changes and LOC in them. |
FileCountTimeLineReport |
Time line for the number of non-dead files from a specified file list. |
FilesLocComparator |
Compares two files according to their lines of code |
FilesRevisionCountComparator |
Compares two files according to their number of changes (revisions). |
FilesWithMostRevisionsTableReport |
Table report for a table containing the files with most changes |
LargestFilesTableReport |
Table report for a table containing the files with most lines of code |
TopAuthorsTableReport |
Table report which creates a table containing the names of the
top 10 authors and their LOC contributions. |