Directory statcvs/tests-src/net/sf/statcvs/output/

Directory Created:
2003-04-18 00:25
Total Files:
2
Deleted Files:
1
Lines of Code:
336

Browse with ViewVC

[root]/statcvs/tests-src/net/sf/statcvs/output

Lines of Code

statcvs/tests-src/net/sf/statcvs/output/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 26 (100.0%) 894 (100.0%) 34.3
Richard Cyganiak 22 (84.6%) 580 (64.9%) 26.3
Benoit Xhenseval 2 (7.7%) 264 (29.5%) 132.0
Jason Kealey 1 (3.8%) 30 (3.4%) 30.0
Steffen Pingel 1 (3.8%) 20 (2.2%) 20.0

Most Recent Commits

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

264 lines of code changed in 2 files:

Jason Kealey 2006-11-22 16:29 Rev.: 1.20

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.

30 lines of code changed in 1 file:

Richard Cyganiak 2005-01-03 03:03 Rev.: 1.19

Support CVSweb URLs with ?cvsroot parameter

30 lines of code changed in 1 file:

Steffen Pingel 2004-12-14 13:38 Rev.: 1.18

merged parsing of entries file and symbolic names patch [#910508]

20 lines of code changed in 1 file:

Richard Cyganiak 2004-10-20 14:35 Rev.: 1.17

Added support for ViewCVS installations with query parameters in the URL, e.g. ?cvsroot=foobar. Thanks to Steffen Pingel and Don Coleman for patches.

30 lines of code changed in 1 file:

Richard Cyganiak 2004-02-20 19:32 Rev.: 1.16

Added factory methods for CvsRevisions to CvsFile. Revisions are no longer created by calling "new CvsRevision(file, ...)" but like "file.addInitialRevision(...)".

29 lines of code changed in 1 file:

Richard Cyganiak 2004-02-19 23:15 Rev.: 1.15

- made DirectoryRoot and DirectoryImpl package private
- added public Directory.createRoot and Directory.createSubdirectory methods
- more minor cleanups in Directory classes

4 lines of code changed in 1 file:

Richard Cyganiak 2004-02-19 22:23 Rev.: 1.14

Removed CvsFile.isInAttic(); instead, the Builder provides a method getAtticFileNames(). The idea is to keep CVS internals out of the model package. Also added CvsFile.compareTo

26 lines of code changed in 1 file:

Richard Cyganiak 2004-02-18 19:00 Rev.: 1.13

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

3 lines of code changed in 1 file:

Richard Cyganiak 2004-02-17 18:01 Rev.: 1.12

removed dependency on input package

31 lines of code changed in 1 file:

Richard Cyganiak 2004-02-17 17:54 Rev.: 1.11

removed another dependency on ConfigurationOptions from the input package by passing the include and exclude file patterns directly to the Builder

3 lines of code changed in 1 file:

Richard Cyganiak 2003-12-14 23:11 Rev.: 1.10

refactoring: made CvsRevision (almost) immutable, concentrated lots of logic in Builder.createFile

34 lines of code changed in 1 file:

Richard Cyganiak 2003-12-14 01:29 Rev.: 1.9

refactoring: revision list moved from CvsFile constructor to CvsFile.addRevision

11 lines of code changed in 1 file:

Richard Cyganiak 2003-06-03 14:00 Rev.: 1.8

- more small changes to Builder

- removed dependency of CvsFile on RepositoryFileManager (Good Thing!)

3 lines of code changed in 1 file:

Richard Cyganiak 2003-06-01 18:48 Rev.: 1.7

heavy refactoring of the input package

- rewrote CvsRevisionParser to get rid of its state machine design

- added LookaheadReader which allows reading the same line multiple times

- moved much responsibility from the parser classes to Builder

- parser classes now look much more similiar to each other

3 lines of code changed in 1 file:

Richard Cyganiak 2003-05-03 00:24 Rev.: 1.6

Heavy refactoring in the input module. The idea is to turn the Builder class into a layer between the input and the model. This would make changes to the model less costly, and will make it possible to replace the current input strategy.

3 lines of code changed in 1 file:

Richard Cyganiak 2003-05-02 21:29 Rev.: 1.5

refactorings in CvsFile, removed some unused code

16 lines of code changed in 1 file:

Richard Cyganiak 2003-05-01 00:42 Rev.: 1.4

small refactorings, externalizing strings etc.

18 lines of code changed in 1 file:

Richard Cyganiak 2003-04-20 18:45 Rev.: 1.3

more refactorings around the Directory class; incorporated functionality of CvsModule and CvsTree into Directory

11 lines of code changed in 1 file:

Richard Cyganiak 2003-04-20 15:24 Rev.: 1.2

introduced Directory object, marked all accesses to directories/modules through Strings as deprecated

23 lines of code changed in 1 file:

Richard Cyganiak 2003-04-18 10:31

added/fixed some unit tests for yesterday's changes

255 lines of code changed in 3 files:

Richard Cyganiak 2003-04-18 00:25 Rev.: 1.1

Started to implement [ 634897 ] links to cvsweb

- first added ViewCVS support, CVSweb will come later

- new command line switch "-viewcvs <url>"

47 lines of code changed in 2 files:

Generated by StatCVS 0.7.0