Tag List Report

The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

TagTotal number of occurrences
@todo0
TODO34

Each tag is detailed below:

TODO

Number of occurrences found in the code: 34

net.sf.statcvs.ant.StatCvsTaskLine
This supports just a single value, but should support multiple login names -- how?280
net.sf.statcvs.charts.ChartImageLine
Better integrate all charts with ReportConfig15
net.sf.statcvs.charts.LOCChartMakerLine
At least the single-series charts should be done by TimeLineChartMakers40
net.sf.statcvs.charts.SymbolicNameAnnotationLine
Move vertically to accommodate annotations that are close together34
net.sf.statcvs.input.CvsLogfileParserLine
uncomment when tag/branch reports are added boolean isLogWithoutSymbolicNames = false;75
net.sf.statcvs.model.AuthorLine
Rename to <tt>Login</tt>28
net.sf.statcvs.model.CommitLine
Rename getAuthor() to getLogin(), getAffectedFiles() to getAffectedFileNames() (or change to return CvsFiles?)32
net.sf.statcvs.model.DirectoryLine
Rename getCurrentLOC to getCurrentLines or getCurrentLineCount32
net.sf.statcvs.model.RepositoryLine
Rename class to Repository, getCurrentLOC to getCurrentLines, getAuthors to getLogins33
Change getCommits to SortedSet34
Fix this ugly hack!79
net.sf.statcvs.model.RevisionLine
Replace type code with hierarchy36
Rename class to Revision, getAuthor() to getLogin(), isDead() to isDeletion()37
remove all deprecated methods when they are no longer used by StatCvs-XML320
net.sf.statcvs.model.VersionedFileLine
Rename class to something like VersionedFile, getCurrentLinesOfCode() to getCurrentLines(), maybe getFilenameXXX, isDead() to isDeleted()34
net.sf.statcvs.output.ConfigurationOptionsLine
Should be moved to more appropriate package and made non-public52
net.sf.statcvs.output.CssHandlerLine
Should be refactored into something that produces a ReportFile, which has methods getURL() and write() and can be added to report pages.32
net.sf.statcvs.pages.HTMLLine
Can we turn this into an abstract base class of MarkupHTML and MarkupXDoc?15
Replace everything *but* known good characters, instead of just evil ones161
net.sf.statcvs.pages.ReportSuiteMakerLine
Clean up18
Don't throw exception73
net.sf.statcvs.pages.xml.MarkupXMLLine
Auto-generated method stub24
Auto-generated method stub29
Auto-generated method stub34
Auto-generated method stub43
Auto-generated method stub48
Auto-generated method stub53
Auto-generated method stub58
Auto-generated method stub63
net.sf.statcvs.pages.xml.XMLLine
Can we turn this into an abstract base class of MarkupHTML and MarkupXDoc?13
Replace everything *but* known good characters, instead of just evil ones114
net.sf.statcvs.reportmodel.ColumnLine
this is probably unnecessary; better add a getTitle method47
net.sf.statcvs.reports.LOCSeriesBuilderLine
Replace by a custom LocTimeSeriesReport17
net.sf.statcvs.util.FileUtilsLine
Remove redundancy, write tests35