[root]/statsvn/src/net/sf/statcvs/renderer
Move to net.sf.statsvn
0 lines of code changed in:
Fixed some checkstyle issues (using final wherever possible, hence a few changes...)
Introduced constants and rename final static method in upper case (was inconsistent).
Also there were a few inconsistencies in the use of { on the same line as for or if.
Re-ordered private/static/final keywords to follow java standard (e.g. private static final...)
I hope this is ok.
219 lines of code changed in:
Replaced string concatenation with StringBuffer
Added a few final on constructor parameters.
Fixed a few FindBugs/PMD/Checkstyle.
Added a site navigation file for Maven.
125 lines of code changed in:
First cut for the refactored html/xdoc generation.
Use the new command line parameter -format xdoc|html (html by default).
When xdoc is used and NO css is provided, it will use the objectlab-statcvs-xdoc.css which is now part of StatSvn.
This checkin also resurrect the Maven build.
56 lines of code changed in:
- version 0.1.2
- patch to be XHTML compliant.
7 lines of code changed in:
Merged in changes from StatCVS 0.2.3. Creating StatSVN 0.1.1
29 lines of code changed in:
Bug 34: refactoring the bugzilla integration a bit to implement the new WebBugtrackerIntegration interface. No functional change.
5 lines of code changed in:
Adding support for -bugzilla option
2 lines of code changed in:
* Added some serial ids to serializable classes.
* added utility methods to go from [relative, absolute, url] to [relative, absolute, url]
* deprecated a few files
* Bug 1: added test suite to make sure they work as intended. need to test in the field, but behaviour is now easy to track.
5 lines of code changed in:
renaming from CVS to abstract names or SVN; followed StatsCVS recommedations
27 lines of code changed in:
Initial statcvs project import
244 lines of code changed in: