Directory statcvs/src/net/sf/statcvs/

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

Browse with ViewVC

[root]/statcvs/src/net/sf/statcvs

                        directory in repo ant (2 files, 307 lines)

                        directory in repo charts (10 files, 1534 lines)

                        directory in repo input (12 files, 1916 lines)

                        directory in repo model (10 files, 1714 lines)

                        directory in repo output (18 files, 2697 lines)

                            directory in repo web-files (1 files, 0 lines)

                        directory in repo pages (20 files, 2174 lines)

                            directory in repo xml (11 files, 1286 lines)

                        directory in repo renderer (5 files, 834 lines)

                        directory in repo reportmodel (14 files, 1207 lines)

                        directory in repo reports (20 files, 1917 lines)

                        directory in repo util (10 files, 1104 lines)

                        directory in repo web-files (10 files, 615 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 195 (100.0%) 1756 (100.0%) 9.0
Richard Cyganiak 96 (49.2%) 651 (37.1%) 6.7
Lukasz Pekacki 56 (28.7%) 597 (34.0%) 10.6
Benoit Xhenseval 16 (8.2%) 375 (21.4%) 23.4
Anja Jentzsch 16 (8.2%) 51 (2.9%) 3.1
Jason Kealey 3 (1.5%) 46 (2.6%) 15.3
Manuel Schulze 6 (3.1%) 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 2009-04-22 00:17 Rev.: 1.81

Added a CLOUD Tag report for words in the commit comments.

8 lines of code changed in 1 file:

Benoit Xhenseval 2009-03-13 23:04 Rev.: 1.80

Make the Charts much more configurable through the properties file.

Upgraded to JFreeChart 1.0.12.

10 lines of code changed in 1 file:

Benoit Xhenseval 2009-03-09 21:45 Rev.: 1.64

Moved version to 0.5.0

Done a cleanUp too.

6 lines of code changed in 1 file:

  • statcvs/src/net/sf/statcvs: Main.java (+6 -7)
Benoit Xhenseval 2009-03-08 20:38 Rev.: 1.79

Added text for Rolling12m report.

3 lines of code changed in 1 file:

Benoit Xhenseval 2008-06-25 21:46 Rev.: 1.63

Added -chartset option on command line and ant task for html/xdoc documentation.

6 lines of code changed in 1 file:

  • statcvs/src/net/sf/statcvs: Main.java (+6 -4)
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)

(137 more)

Generated by StatCVS 0.5.0