Package net.sf.statcvs.reports


package net.sf.statcvs.reports
  • Class
    Description
    Convenience superclass for table reports related to authors and directories.
    Convenience superclass for table reports related to last n months for authors and directories.
    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.
    Time line for the average file size from a specified file list.
    Table report which A list of word frequencies in commit messages.
    Table report which creates a table containing the names of all developers, their LOC contributions and number of changes.
    Table report which creates a table containing the names of all developers, their LOC contributions and number of changes over the last n months.
    Table report which creates a table containing the names of all developers, their LOC contributions and number of changes.
    Table report which creates a table containing directories to which a specified author has committed changes, and their respective number of changes and LOC.
    Table report which creates a table containing the names of all directories and the number of changes and LOC in them.
    Time line for the number of non-dead files from a specified file list.
    Compares two files according to their lines of code
    Compares two files according to their number of changes (revisions).
    Table report for a table containing the files with most changes
     
    Table report for a table containing the files with most lines of code
    Builds a BasicTimesSeries for the LOC history of a set of revisions.
    Table report which creates a table containing the names of all modules and the number of changes and LOC in them.
    A table report generates a Table from some data source.
    Collects information about repository tags.
    Table report which creates a table containing the names of the top 10 developers and their LOC contributions.