A B C D E F G H I J K L M N O P R S T U V W X

R

RatioColumn - Class in net.sf.statcvs.reportmodel
A column showing the ratio between two IntegerColumns.
RatioColumn(String, IntegerColumn, IntegerColumn) - Constructor for class net.sf.statcvs.reportmodel.RatioColumn
Creates a new RatioColumn, which contains the ratio between col1 and col2
readTextFromURL(String) - Static method in class net.sf.statcvs.util.FileUtils
Read a full file into a string.
remove(Object) - Method in class net.sf.statcvs.util.IntegerMap
Deletes a value from the map.
render() - Method in class net.sf.statcvs.pages.CommitListFormatter
Returns HTML code for the commit log without splitting the list into pages.
renderAuthorCell(Author) - Method in class net.sf.statcvs.renderer.HTMLTableCellRenderer
Render a cell containing an author to HTML
renderAuthorCell(Author) - Method in interface net.sf.statcvs.renderer.TableCellRenderer
Render a cell containing an author
renderAuthorCell(Author) - Method in class net.sf.statcvs.renderer.XMLRenderer
Render a cell containing an author to XML
renderAuthorIdCell(Author) - Method in class net.sf.statcvs.renderer.HTMLTableCellRenderer
Render a cell containing an author Id to HTML
renderAuthorIdCell(Author) - Method in interface net.sf.statcvs.renderer.TableCellRenderer
Render a cell containing an author Id
renderAuthorIdCell(Author) - Method in class net.sf.statcvs.renderer.XMLRenderer
 
renderCell(String) - Method in class net.sf.statcvs.renderer.HTMLTableCellRenderer
Render a generic table cell to HTML
renderCell(String) - Method in interface net.sf.statcvs.renderer.TableCellRenderer
Render a generic table cell
renderCell(String) - Method in class net.sf.statcvs.renderer.XMLRenderer
Render a generic table cell to XML
renderCell(int, TableCellRenderer) - Method in class net.sf.statcvs.reportmodel.AuthorColumn
 
renderCell(int, TableCellRenderer) - Method in class net.sf.statcvs.reportmodel.AuthorIdColumn
 
renderCell(int, TableCellRenderer) - Method in class net.sf.statcvs.reportmodel.Column
Renders a row of the column into a TableCellRenderer by calling one of its TableCellRenderer.renderCell(java.lang.String) methods
renderCell(int, TableCellRenderer) - Method in class net.sf.statcvs.reportmodel.DirectoryColumn
 
renderCell(int, TableCellRenderer) - Method in class net.sf.statcvs.reportmodel.FileColumn
 
renderCell(int, TableCellRenderer) - Method in class net.sf.statcvs.reportmodel.GenericColumn
 
renderCell(int, TableCellRenderer) - Method in class net.sf.statcvs.reportmodel.IntegerColumn
 
renderCell(int, TableCellRenderer) - Method in class net.sf.statcvs.reportmodel.LinkColumn
 
renderCell(int, TableCellRenderer) - Method in class net.sf.statcvs.reportmodel.RatioColumn
 
renderCell(int, TableCellRenderer) - Method in class net.sf.statcvs.reportmodel.SimpleTextColumn
 
renderCommitList(List) - Method in class net.sf.statcvs.pages.xml.CommitListXml
 
renderDirectoryCell(Directory) - Method in class net.sf.statcvs.renderer.HTMLTableCellRenderer
Render a cell containing a directory to HTML
renderDirectoryCell(Directory) - Method in interface net.sf.statcvs.renderer.TableCellRenderer
Render a cell containing a directory
renderDirectoryCell(Directory) - Method in class net.sf.statcvs.renderer.XMLRenderer
Render a cell containing a directory to XML
renderEmptyCell() - Method in class net.sf.statcvs.renderer.HTMLTableCellRenderer
Render an empty cell to HTML
renderEmptyCell() - Method in interface net.sf.statcvs.renderer.TableCellRenderer
Render an empty cell
renderEmptyCell() - Method in class net.sf.statcvs.renderer.XMLRenderer
Render an empty cell to XML
renderFileCell(VersionedFile, boolean, WebRepositoryIntegration) - Method in class net.sf.statcvs.renderer.HTMLTableCellRenderer
Render a cell containing a file to HTML
renderFileCell(VersionedFile, boolean, WebRepositoryIntegration) - Method in interface net.sf.statcvs.renderer.TableCellRenderer
Render a cell containing a file
renderFileCell(VersionedFile, boolean, WebRepositoryIntegration) - Method in class net.sf.statcvs.renderer.XMLRenderer
Render a cell containing a file to XML
renderHead(TableCellRenderer) - Method in class net.sf.statcvs.reportmodel.Column
Renders the head of the column into a TableCellRenderer by calling one of its TableCellRenderer.renderCell(java.lang.String) methods
renderHead(TableCellRenderer) - Method in class net.sf.statcvs.reportmodel.GenericColumn
 
renderHead(TableCellRenderer) - Method in class net.sf.statcvs.reportmodel.IntegerColumn
 
renderHead(TableCellRenderer) - Method in class net.sf.statcvs.reportmodel.LinkColumn
 
renderHead(TableCellRenderer) - Method in class net.sf.statcvs.reportmodel.RatioColumn
 
renderIntegerCell(int) - Method in class net.sf.statcvs.renderer.HTMLTableCellRenderer
Render an integer cell to HTML
renderIntegerCell(int, int) - Method in class net.sf.statcvs.renderer.HTMLTableCellRenderer
Render an integer cell to HTML, showing both the integer value and a percentage of a total
renderIntegerCell(int) - Method in interface net.sf.statcvs.renderer.TableCellRenderer
Render an integer cell
renderIntegerCell(int, int) - Method in interface net.sf.statcvs.renderer.TableCellRenderer
Render an integer cell, showing both the integer value and a percentage of a total
renderIntegerCell(int) - Method in class net.sf.statcvs.renderer.XMLRenderer
Render an integer cell to XML
renderIntegerCell(int, int) - Method in class net.sf.statcvs.renderer.XMLRenderer
Render an integer cell to XML, showing both the integer value and a percentage of a total
renderLinkCell(String, String) - Method in class net.sf.statcvs.renderer.HTMLTableCellRenderer
Render a cell containing a repository tag.
renderLinkCell(String, String) - Method in interface net.sf.statcvs.renderer.TableCellRenderer
Render a cell containing a link.
renderLinkCell(String, String) - Method in class net.sf.statcvs.renderer.XMLRenderer
Render a cell containing a repository tag.
renderPercentageCell(double) - Method in class net.sf.statcvs.renderer.HTMLTableCellRenderer
Render a percentage cell to HTML
renderPercentageCell(double) - Method in interface net.sf.statcvs.renderer.TableCellRenderer
Render a percentage cell
renderPercentageCell(double) - Method in class net.sf.statcvs.renderer.XMLRenderer
Render a percentage cell to XML
renderTotal(TableCellRenderer) - Method in class net.sf.statcvs.reportmodel.Column
Renders the footer of the column into a TableCellRenderer by calling one of its TableCellRenderer.renderCell(java.lang.String) methods.
renderTotal(TableCellRenderer) - Method in class net.sf.statcvs.reportmodel.GenericColumn
 
renderTotal(TableCellRenderer) - Method in class net.sf.statcvs.reportmodel.IntegerColumn
 
renderTotal(TableCellRenderer) - Method in class net.sf.statcvs.reportmodel.LinkColumn
 
renderTotal(TableCellRenderer) - Method in class net.sf.statcvs.reportmodel.RatioColumn
 
RepoMapPageMaker - Class in net.sf.statcvs.output
New report that Repo Map, a jtreemap-based report (applet) that shows the entire source tree in a hierarchical manner, the size of each box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related to LOC and the colour to the changes over the ch box is related t