Directory statcvs/src/net/sf/statcvs/reports/

Directory Created:
2003-04-19 14:16
Total Files:
21
Deleted Files:
3
Lines of Code:
2030

Browse with ViewVC

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 124 (100.0%) 3374 (100.0%) 27.2
Benoit Xhenseval 41 (33.1%) 1553 (46.0%) 37.8
Richard Cyganiak 69 (55.6%) 1548 (45.9%) 22.4
Anja Jentzsch 1 (0.8%) 118 (3.5%) 118.0
uid91994 1 (0.8%) 88 (2.6%) 88.0
Jason Kealey 12 (9.7%) 67 (2.0%) 5.5

Most Recent Commits

Benoit Xhenseval 2009-08-22 11:30

Fixing 1721660 reported by David Multer. Fixing NPE issue and bad link when there are no commits in a repository

14 lines of code changed in 3 files:

Benoit Xhenseval 2009-08-22 00:06 Rev.: 1.1

First cut for a Module page with module statistics.

97 lines of code changed in 1 file:

Benoit Xhenseval 2009-08-20 18:44

Running FindBugs 1.3.9 against the code.

8 lines of code changed in 2 files:

Benoit Xhenseval 2009-05-08 14:18 Rev.: 1.5

Improve the cloud names to exclude.

2 lines of code changed in 1 file:

Benoit Xhenseval 2009-05-05 09:46 Rev.: 1.4

Fix by Doug for Maven2 (stripping spaces in Cloud report).

2 lines of code changed in 1 file:

Benoit Xhenseval 2009-05-04 18:58 Rev.: 1.5

the Twitter buttons can be disabled (although they are enabled by default).

4 lines of code changed in 1 file:

Benoit Xhenseval 2009-05-01 14:42 Rev.: 1.4

Added a few links to Twitter: Overview, Developer of the Month and Developer.

7 lines of code changed in 1 file:

Benoit Xhenseval 2009-04-25 11:22 Rev.: 1.3

Added documentation for the new Cloud mechanism.

10 lines of code changed in 1 file:

Benoit Xhenseval 2009-04-22 00:58 Rev.: 1.2

Add a few terms on the exclusion.

7 lines of code changed in 1 file:

Benoit Xhenseval 2009-04-22 00:17 Rev.: 1.1

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

194 lines of code changed in 1 file:

Benoit Xhenseval 2009-03-11 16:28 Rev.: 1.2

Tidying up the Twitter Integration.

2 lines of code changed in 1 file:

Benoit Xhenseval 2009-03-09 22:21 Rev.: 1.3

Fixing bug in new rolling report.

13 lines of code changed in 1 file:

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

Moved version to 0.5.0

Done a cleanUp too.

3 lines of code changed in 1 file:

Benoit Xhenseval 2009-03-08 20:41 Rev.: 1.1

Added suggestion from Muhammed Nasrullah for a 12m rolling Developers report.

256 lines of code changed in 2 files:

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

826 lines of code changed in 17 files:

Benoit Xhenseval 2008-04-01 16:08 Rev.: 1.3

Applied patch for [ 1757394 ] Do not lump C++ .C,.H files in "Others" [patch]

1 lines of code changed in 1 file:

Benoit Xhenseval 2008-03-27 23:31 Rev.: 1.2

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

87 lines of code changed in 1 file:

Benoit Xhenseval 2007-04-09 17:38

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.

20 lines of code changed in 4 files:

Richard Cyganiak 2006-12-16 23:36 Rev.: 1.2

Fixed NPE with StatSVN

3 lines of code changed in 1 file:

Anja Jentzsch 2006-12-16 19:07 Rev.: 1.1

Developer Of The Month table added to the All Developers Page

118 lines of code changed in 1 file:

Richard Cyganiak 2006-12-09 14:22

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.

16 lines of code changed in 2 files:

Richard Cyganiak 2006-12-09 00:38 Rev.: 1.1

Added file type report

102 lines of code changed in 1 file:

Richard Cyganiak 2006-12-08 22:33 Rev.: 1.3

Work around a JFreeChart bug that causes NPE

11 lines of code changed in 1 file:

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

- 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

146 lines of code changed in 1 file:

Richard Cyganiak 2006-12-08 16:19

Added -no-developer option to exclude noisy accounts

153 lines of code changed in 7 files:

Richard Cyganiak 2006-12-08 15:01

Changed directory sizes table to show current LOC insead of total contributed LOC; removed the lines per change column

53 lines of code changed in 2 files:

Richard Cyganiak 2006-12-08 02:05 Rev.: 1.2

Don't show LOC chart for directories that contain only binary files

11 lines of code changed in 1 file:

uid91994 2006-12-08 00:26 Rev.: 1.1

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

88 lines of code changed in 1 file:

Richard Cyganiak 2006-12-07 18:17

More refactoring of old to new report generation style, with tweaks to reports. We lost the ability to sort the developers table by name.

14 lines of code changed in 5 files:

Richard Cyganiak 2006-12-07 03:02

- started refactoring of report pages into their own package

- LOC, dir sizes, file stats, and commit log now use new page code

- restructured commit log -- now per-month pages

- heavily modified the stylesheet

6 lines of code changed in 2 files:

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.

67 lines of code changed in 12 files:

Richard Cyganiak 2005-03-30 00:44 Rev.: 1.4

Made file count chart end at date of last revision instead of date of last file count change

6 lines of code changed in 1 file:

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

23 lines of code changed in 5 files:

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

19 lines of code changed in 5 files:

Richard Cyganiak 2003-12-18 00:31

refactoring: moved FilesLocComparator and FilesRevisionCountComparator from model to report package

130 lines of code changed in 4 files:

Richard Cyganiak 2003-12-17 23:56

refactoring: replaced CvsContent.getRevisionIterator() by CvsContent.getRevisions()

17 lines of code changed in 4 files:

Richard Cyganiak 2003-12-17 23:12

refactoring: replaced Author.getRevisionIterator() with Author.getRevisions() (We are trying to get rid of RevisionIterator; better just use collections of revisions and do all sorting and filtering by yourself)

15 lines of code changed in 3 files:

Richard Cyganiak 2003-12-17 22:46 Rev.: 1.2

refactoring: removed hardly used RevisionFilterIterator and related classes

5 lines of code changed in 1 file:

Richard Cyganiak 2003-12-17 22:01 Rev.: 1.3

removed NullAuthor class because it made stuff more complicated -- the null object pattern was not useful in this case

3 lines of code changed in 1 file:

Richard Cyganiak 2003-12-15 03:26 Rev.: 1.2

- removed unused classes from model package

- simplified several classes in model package

- added unit tests for model.Author

4 lines of code changed in 1 file:

(12 more)

Generated by StatCVS 0.7.0