Directory statcvs/src/net/sf/statcvs/model/

Directory Created:
2002-07-26 13:01
Total Files:
10
Deleted Files:
40
Lines of Code:
1714

Browse with ViewVC

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 583 (100.0%) 11789 (100.0%) 20.2
Richard Cyganiak 314 (53.9%) 4308 (36.5%) 13.7
Manuel Schulze 129 (22.1%) 3107 (26.4%) 24.0
Lukasz Pekacki 98 (16.8%) 1804 (15.3%) 18.4
Benoit Xhenseval 13 (2.2%) 1391 (11.8%) 107.0
Jason Kealey 10 (1.7%) 922 (7.8%) 92.2
Steffen Pingel 4 (0.7%) 201 (1.7%) 50.2
Anja Jentzsch 14 (2.4%) 51 (0.4%) 3.6
farkas 1 (0.2%) 5 (0.0%) 5.0

Most Recent Commits

Benoit Xhenseval 2009-03-10 23:24 Rev.: 1.15

A bit of fun, added links to Twitter. In the statcvs.properties file defining the user, you can add:

user.[cvsusername].twitterUsername=[twitterUserName]

user.[cvsusername].twitterUserId=[twitterUserId] -> which is an int, not easy to find...

user.[cvsusername].twitterIncludeHtml=[true/false]

user.[cvsusername].twitterIncludeFlash=[true/false]

37 lines of code changed in 1 file:

  • statcvs/src/net/sf/statcvs/model: Author.java (+37 -1)
Benoit Xhenseval 2009-03-09 21:45 Rev.: 1.3

Moved version to 0.5.0

Done a cleanUp too.

2 lines of code changed in 1 file:

Benoit Xhenseval 2008-04-02 12:52 Rev.: 1.5

Fixing FindBugs warnings / bugs.

6 lines of code changed in 1 file:

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

1305 lines of code changed in 9 files:

Benoit Xhenseval 2007-04-06 17:53 Rev.: 1.13

[Request 1252864 ] Displaying author real names, first cut.

41 lines of code changed in 1 file:

  • statcvs/src/net/sf/statcvs/model: Author.java (+41 -2)
Richard Cyganiak 2006-12-28 20:32 Rev.: 1.3

SymbolicNames can have an explicit date. Needed for StatSVN.

18 lines of code changed in 1 file:

Richard Cyganiak 2006-12-08 21:15 Rev.: 1.2

- 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

13 lines of code changed in 1 file:

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.

922 lines of code changed in 10 files:

Steffen Pingel 2004-12-14 13:38

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

201 lines of code changed in 4 files:

Richard Cyganiak 2004-10-12 09:38 Rev.: 1.1

Package descriptions for Javadoc

14 lines of code changed in 1 file:

Richard Cyganiak 2004-10-12 08:22 Rev.: 1.53

Fixed lots of Eclipse warnings, mostly Javadoc related

6 lines of code changed in 1 file:

Richard Cyganiak 2004-02-20 19:32

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

92 lines of code changed in 2 files:

Richard Cyganiak 2004-02-20 01:33

lots of small cleanups in the model package, including changed collection types, some removed methods, and lots of javadoc cleanup

178 lines of code changed in 6 files:

Richard Cyganiak 2004-02-19 23:31

modified Directory to a SortedSet based implementation

20 lines of code changed in 2 files:

Richard Cyganiak 2004-02-19 23:15

- made DirectoryRoot and DirectoryImpl package private

- added public Directory.createRoot and Directory.createSubdirectory methods

- more minor cleanups in Directory classes

68 lines of code changed in 3 files:

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

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

17 lines of code changed in 1 file:

  • statcvs/src/net/sf/statcvs/model: CvsFile.java (+17 -19)
Richard Cyganiak 2004-02-18 19:00

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

147 lines of code changed in 2 files:

Richard Cyganiak 2004-02-17 21:40 Rev.: 1.13

refactoring: moving more CVS-specific stuff (clustering of revisions into commits) from model.Commit to input.CommitListBuilder; some other changes in Commit

37 lines of code changed in 1 file:

  • statcvs/src/net/sf/statcvs/model: Commit.java (+37 -98)
Richard Cyganiak 2004-02-17 18:37 Rev.: 1.6

- moved DummyRepositoryFileManager from model to input

- added some tests for model.Directory class

2 lines of code changed in 1 file:

Richard Cyganiak 2004-02-17 06:55

- added CvsContent.getCommits()

- moved CommitListBuilder from model to input

- changed users of CommitListBuilder to use getCommits

25 lines of code changed in 3 files:

(182 more)

Generated by StatCVS 0.5.0