Directory statsvn/src/net/sf/statsvn/

Total Files:
5
Deleted Files:
2
Lines of Code:
546

Browse with ViewVC

[root]/statsvn/src/net/sf/statsvn

                         ant (2 files, 179 lines)

                         input (12 files, 3551 lines)

                         model (0 files, 0 lines)

                         output (7 files, 934 lines)

                             web-files (1 files, 0 lines)

                         renderer (0 files, 0 lines)

                         reportmodel (0 files, 0 lines)

                         reports (0 files, 0 lines)

                         util (13 files, 1428 lines)

Lines of Code

statsvn/src/net/sf/statsvn/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 31 (100.0%) 283 (100.0%) 9.1
benoitx 28 (90.3%) 237 (83.7%) 8.4
jkealey 3 (9.7%) 46 (16.3%) 15.3

Most Recent Commits

benoitx 2006-12-26 20:52

Adding a -dump functionality that read the svn log file, builds the Repository model and just prints it with the TaskLogger (Console by default).

This is useful to spot inconsistencies.

144 lines of code changed in:

  • statsvn/src/net/sf/statsvn: Main.java (+144 -39)
jkealey 2006-12-23 19:49

bug 1573421: updated statcvs dev jar file; fixed resource problems in ant task, added new arguments.

25 lines of code changed in:

  • statsvn/src/net/sf/statsvn: Main.java (+25 -9)
jkealey 2006-12-23 19:02

Bug 1573421: Update statcvs Ant task for SVN - better error logging.

20 lines of code changed in:

  • statsvn/src/net/sf/statsvn: Main.java (+20 -4)
jkealey 2006-12-23 18:07

Bug 1573421: Update statcvs Ant task for SVN.

1 lines of code changed in:

  • statsvn/src/net/sf/statsvn: Main.java (+1 -1)
benoitx 2006-12-12 20:26

New Report: LOC and Churn shows the usual LOC with the amount of code touched per day.

Hopefully the churn should go decreasingly towards a release.

5 lines of code changed in:

benoitx 2006-12-12 13:16

New Report: Repo Map, a jtreemap-based report (applet) that shows the entire source tree in a hierarchical manner, the size of each box is related to LOC and the colour to the changes over the last 30 days (red -loc, green +loc). This is experimental but quite useful I think.

22 lines of code changed in:

benoitx 2006-12-11 10:55

Upgraded StatCVS to version 0.3.0-dev (lots of refactoring inside StatCVS).

26 lines of code changed in:

  • statsvn/src/net/sf/statsvn: Main.java (+26 -20)
benoitx 2006-12-03 21:14

Introduce new options for multi-threading the SVN DIFF commands.

-threads (default 25)

-concurrency-threshold (default 2000 ms)

This means that unless an svn diff takes more than 2 sec, it will not launch the 25 threads.

Multi-threading is limited to the svn diff.

5 lines of code changed in:

benoitx 2006-11-22 23:55

A fair amount of tidy up following warnings from FindBugs, PMD, Checkstyle.

15 lines of code changed in:

  • statsvn/src/net/sf/statsvn: Main.java (+15 -13)
benoitx 2006-11-22 16:34

line up one option

1 lines of code changed in:

  • statsvn/src/net/sf/statsvn: Main.java (+1 -1)
benoitx 2006-11-21 00:08

Attention...

StatSvn no longer contains the StatCvs code, instead it shall depend on statcvs-0.2.4.jar (or whichever version StatCvs shall use when they take our changes).

A fair amount of changes will make it to StatCvs in order to support xdoc (in StatCvs), XHTML generation and use of StringBuffers.

Jason will do the StatCvs checkin soon, in the meantime I include statcvs-0.2.4.jar in the lib directory.

Enjoy

18 lines of code changed in:

benoitx 2006-11-19 20:08

Changing version number back to 0.1.3 in preparation to the 0.1.3 release.

1 lines of code changed in:

  • statsvn/src/net/sf/statsvn: Main.java (+1 -1)
benoitx 2006-11-19 19:35

Move to net.sf.statsvn

0 lines of code changed in:

benoitx 2006-11-19 11:39

move to net.sf.statsvn

0 lines of code changed in:

Generated by StatSVN 0.3.0-dev