[root]/statcvs/src/net/sf/statcvs/reports
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 106 (100.0%) | 2755 (100.0%) | 25.9 |
Richard Cyganiak | 69 (65.1%) | 1548 (56.2%) | 22.4 |
Benoit Xhenseval | 23 (21.7%) | 934 (33.9%) | 40.6 |
Anja Jentzsch | 1 (0.9%) | 118 (4.3%) | 118.0 |
uid91994 | 1 (0.9%) | 88 (3.2%) | 88.0 |
Jason Kealey | 12 (11.3%) | 67 (2.4%) | 5.5 |
Done an Eclipse cleanUp in order to reduce number of warnings by FindBugs / Checkstyle / PMD tools.
Sorry if it is looking like a massive change...
826 lines of code changed in 17 files:
Applied patch for [ 1757394 ] Do not lump C++ .C,.H files in "Others" [patch]
1 lines of code changed in 1 file:
[1927587]Providing a basic XML export for the StatCVS statistics.
87 lines of code changed in 1 file:
As per my email earlier today, I have reverted to using the login id for the CommitScatterChart (full names would overlap too easily).
So, in order to show the relationship between an author real name and an author id, I have added a column "Author Id" on the Developers page only,
which is the page containing the scatter diagram.
20 lines of code changed in 4 files:
Fixed NPE with StatSVN
3 lines of code changed in 1 file:
Developer Of The Month table added to the All Developers Page
118 lines of code changed in 1 file:
Refactoring to reduce the tunneling of configuration options through the static ConfigurationOptions class. Instead, a ReportConfig object is now widely passed around and has getters for most of the options.
16 lines of code changed in 2 files:
Added file type report
102 lines of code changed in 1 file:
Work around a JFreeChart bug that causes NPE
11 lines of code changed in 1 file:
- Repository.getSymbolicNames() now returns only those matching ConfigurationOptions.getSymbolicNamesPattern()
- Added Repository.getHead() special symbolic name
- Show repository tags in commit log
- Add table with all tags to index page
146 lines of code changed in 1 file:
Added -no-developer option to exclude noisy accounts
153 lines of code changed in 7 files:
Changed directory sizes table to show current LOC insead of total contributed LOC; removed the lines per change column
53 lines of code changed in 2 files:
Don't show LOC chart for directories that contain only binary files
11 lines of code changed in 1 file:
Another Big Refactoring.
- introduced ReportConfig object which is passed around during report creation, this makes many argument lists much shorter
- moved output.HTMLOutput to pages.ReportSuiteMaker
- moved output.HTMLTagger to pages.HTML
- changed the way the HTML/XDoc difference worked, now the interface is pages.MarkupSyntax
- simplified the registration of extra report, now they must be implemented as Pages and passed to the ReportSuiteMaker constructor
- moved LOCSeriesBuilder from output to reports
88 lines of code changed in 1 file:
More refactoring of old to new report generation style, with tweaks to reports. We lost the ability to sort the developers table by name.
14 lines of code changed in 5 files:
- started refactoring of report pages into their own package
- LOC, dir sizes, file stats, and commit log now use new page code
- restructured commit log -- now per-month pages
- heavily modified the stylesheet
6 lines of code changed in 2 files:
Refactoring of StatCVS so that StatSVN can properly extend it.
Added StatSVN features: bugzilla integration, viewvc integration, xdoc export
Many thanks to Benoit Xhenseval for refactoring both StatCVS and StatSVN and providing xdoc support.
67 lines of code changed in 12 files:
Made file count chart end at date of last revision instead of date of last file count change
6 lines of code changed in 1 file:
lots of small cleanups in the model package, including changed collection types, some removed methods, and lots of javadoc cleanup
23 lines of code changed in 5 files:
Removed CvsFile.isBinary(), this is now handled by the input package. The input package now creates files/revisions with 0 lines for binary files.
Many changes to CvsRevision:
- replaced all line count related methods by new ones with cleaner semantics
- renamed some more methods
- changed the line count related constructor arguments to cleaner semantics
19 lines of code changed in 5 files:
(18 more)