Directory statcvs/src/net/sf/statcvs/

Directory Created:
2002-07-26 13:01
Total Files:
7
Deleted Files:
4
Lines of Code:
607

Browse with ViewVC

[root]/statcvs/src/net/sf/statcvs
                        directory in repo ant (2 files, 299 lines)
                        directory in repo charts (9 files, 1244 lines)
                        directory in repo input (12 files, 1892 lines)
                        directory in repo model (10 files, 1678 lines)
                        directory in repo output (18 files, 2472 lines)
                            directory in repo web-files (1 files, 0 lines)
                        directory in repo pages (19 files, 2097 lines)
                            directory in repo xml (11 files, 1295 lines)
                        directory in repo renderer (5 files, 834 lines)
                        directory in repo reportmodel (14 files, 1207 lines)
                        directory in repo reports (17 files, 1476 lines)
                        directory in repo util (9 files, 1084 lines)
                        directory in repo web-files (9 files, 614 lines)
                        directory in repo weblinks (0 files, 0 lines)
                            directory in repo bugs (3 files, 144 lines)

Lines of Code

statcvs/src/net/sf/statcvs/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 190 (100.0%) 1723 (100.0%) 9.0
Richard Cyganiak 96 (50.5%) 651 (37.8%) 6.7
Lukasz Pekacki 56 (29.5%) 597 (34.6%) 10.6
Benoit Xhenseval 11 (5.8%) 342 (19.8%) 31.0
Anja Jentzsch 16 (8.4%) 51 (3.0%) 3.1
Jason Kealey 3 (1.6%) 46 (2.7%) 15.3
Manuel Schulze 6 (3.2%) 21 (1.2%) 3.5
uid91994 1 (0.5%) 12 (0.7%) 12.0
Steffen Pingel 1 (0.5%) 3 (0.2%) 3.0

Most Recent Commits

Benoit Xhenseval 2008-04-17 16:02 Rev.: 1.62

[1639462 ] Added support for TRAC, thanks to Jean-Francois Burdet.

9 lines of code changed in 1 file:

  • statcvs/src/net/sf/statcvs: Main.java (+9 -9)
Benoit Xhenseval 2008-04-02 12:22

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...

35 lines of code changed in 2 files:

Benoit Xhenseval 2008-03-31 17:04 Rev.: 1.60

Removed some 1.5 code.

6 lines of code changed in 1 file:

  • statcvs/src/net/sf/statcvs: Main.java (+6 -7)
Benoit Xhenseval 2008-03-28 16:56

The RepoMap and LOCChurn pages are now available to StatCVS.

27 lines of code changed in 2 files:

Benoit Xhenseval 2008-03-27 23:31

[1927587]Providing a basic XML export for the StatCVS statistics.

257 lines of code changed in 3 files:

Benoit Xhenseval 2007-04-09 17:38 Rev.: 1.76

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.

1 lines of code changed in 1 file:

Benoit Xhenseval 2007-04-09 16:40 Rev.: 1.75

Suggested to add a title to the icons for directories, it is 100% backward compatible. Any missing entry will be treated in the same way as before.

The entries in statcvs.properties for icon description are: DELETED_DIRECTORY_ICON, DELETED_FILE_ICON, DIRECTORY_ICON, FILE_ICON and BUG_ICON.

Some people found the icons 'difficult' to understand, the text, which is now part of the statcvs.properties (and hence customizable/i18n) should help.
the original request was for StatSVN on http://sourceforge.net/tracker/index.php?func=detail&aid=1685216&group_id=164845&atid=833329

7 lines of code changed in 1 file:

Richard Cyganiak 2007-01-01 10:20 Rev.: 1.57

Support for Mantis bug tracker (Brian J¿rgensen)

3 lines of code changed in 1 file:

  • statcvs/src/net/sf/statcvs: Main.java (+3 -3)
Richard Cyganiak 2006-12-09 14:22 Rev.: 1.56

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.

14 lines of code changed in 1 file:

  • statcvs/src/net/sf/statcvs: Main.java (+14 -6)
Richard Cyganiak 2006-12-08 13:55 Rev.: 1.55

Improved reporting of missing CVS metadata and out-of-sync state

4 lines of code changed in 1 file:

  • statcvs/src/net/sf/statcvs: Main.java (+4 -2)
Richard Cyganiak 2006-12-08 13:22 Rev.: 1.54

- show warning if specified log is not for specified working copy
- show warning if log and/or working copy need updating

10 lines of code changed in 1 file:

  • statcvs/src/net/sf/statcvs: Main.java (+10 -3)
uid91994 2006-12-08 00:26 Rev.: 1.53

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

12 lines of code changed in 1 file:

  • statcvs/src/net/sf/statcvs: Main.java (+12 -9)
Richard Cyganiak 2006-12-05 22:08 Rev.: 1.52

Warn when all files were rejected by an (overly broad?) include/exclude pattern (bug 1146204)

16 lines of code changed in 1 file:

  • statcvs/src/net/sf/statcvs: Main.java (+16 -2)
Richard Cyganiak 2006-12-05 21:44 Rev.: 1.51

Cope with empty log file instead of aborting. Deprecated EmptyRepositoryException, it is no longer used by StatCVS.

3 lines of code changed in 1 file:

  • statcvs/src/net/sf/statcvs: Main.java (+3 -12)
Richard Cyganiak 2006-12-05 18:16 Rev.: 1.50

Added JCVSWeb integration (Patch 1398245, ermeaney)

3 lines of code changed in 1 file:

  • statcvs/src/net/sf/statcvs: Main.java (+3 -3)
Richard Cyganiak 2006-12-02 23:35 Rev.: 1.49

tweaked command line help text

8 lines of code changed in 1 file:

  • statcvs/src/net/sf/statcvs: Main.java (+8 -9)
Jason Kealey 2006-11-22 16:29

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.

46 lines of code changed in 3 files:

Richard Cyganiak 2006-10-10 10:23 Rev.: 1.73

Fixed two small HTML escaping issues (regressions)

2 lines of code changed in 1 file:

Richard Cyganiak 2006-10-10 09:07 Rev.: 1.8

- Buildfile builds classes for Java 1.4
- Fixed some Javadoc warnings

3 lines of code changed in 1 file:

Steffen Pingel 2005-03-20 19:12 Rev.: 1.47

Added -tags parameter for filtering of symbolic names.

3 lines of code changed in 1 file:

  • statcvs/src/net/sf/statcvs: Main.java (+3 -2)

(132 more)

Generated by StatCVS 0.4.0