Directory Statistics for src/xjavadoc/

Back to Index Page

Lines Of Code for src/xjavadoc/

Commits for src/xjavadoc/ (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
rinkrank 733 (69.6%)6142 (76.5%)22564 (57.4%)8.38
ara_e_w 120 (11.4%)1019 (12.7%)4099 (10.4%)8.49
ko5tik 62 (5.9%)641 (8.0%)9271 (23.6%)10.34
pathoss 40 (3.8%)-13 (-0.2%)1844 (4.7%)-0.32
stevensa 31 (2.9%)-188 (-2.3%)388 (1.0%)-6.06
vharcq 29 (2.8%)352 (4.4%)715 (1.8%)12.14
pilhuhn 21 (2.0%)-39 (-0.5%)2 (0.0%)-1.86
pazu 6 (0.6%)192 (2.4%)199 (0.5%)32.00
dimc 4 (0.4%)-175 (-2.2%)105 (0.3%)-43.75
topping 2 (0.2%)46 (0.6%)52 (0.1%)23.00
dmlloyd 2 (0.2%)52 (0.6%)52 (0.1%)26.00
d_jencks 2 (0.2%)1 (0.0%)3 (0.0%)0.50
mraible 1 (0.1%)3 (0.0%)4 (0.0%)3.00

Commit Log

DateAuthorFile/Message
02/10/04 00:07 stevensa
Remove deprecated methods. We already have to roll the version number more than a bugfix release, due to the removed (deprecated) collection classes, so we may as well remove these too. (4 Files changed, 13 Lines changed)
06/09/04 00:50 stevensa
Docs. (1 Files changed, 39 Lines changed)
17/08/04 06:16 pilhuhn
Remove deprecated classes that contained the typed collections. (19 Files changed, 0 Lines changed)
10/07/04 15:09 pilhuhn
Remove unused imports. (1 Files changed, 2 Lines changed)
10/07/04 14:53 pilhuhn
Remove unused imports. (1 Files changed, 0 Lines changed)
09/07/04 20:16 mraible
Fixed (XJD-43) Truncates source when saving to a different file (1 Files changed, 4 Lines changed)
19/04/04 15:14 dmlloyd
Add support for transformed class name; add tests for same (2 Files changed, 52 Lines changed)
30/08/03 07:23 topping
Patch submitted by Takashi Okamoto for alternate source file encodings (2 Files changed, 52 Lines changed)
20/08/03 14:56 rinkrank
Made CodeTestCase possible to use from a static context. Useful when the CodeTestCase is used without extending it. (needed by XDoclet2/Generama's tests). (1 Files changed, 11 Lines changed)
09/07/03 13:33 rinkrank
o Fixed a bug preventing one-line javadoc to be read. o CodeUnit can now compare directories. o Removed some bad javadocs o Fixed build so generated tests are run again (3 Files changed, 17 Lines changed)
09/07/03 13:30 rinkrank
Help the GC (1 Files changed, 3 Lines changed)
09/07/03 13:29 rinkrank
Improved toString() method (for debugging only) (1 Files changed, 1 Lines changed)
10/06/03 14:25 rinkrank
Removed email address for Aslak (39 Files changed, 64 Lines changed)
10/06/03 12:24 rinkrank
Fixed XJD-28 - Tags defined on interfaces (6 Files changed, 121 Lines changed)
05/05/03 00:20 rinkrank
o Added tag discovery via BeanInfo o Set version to 1.0.1-SNAPSHOT (16 Files changed, 100 Lines changed)
29/04/03 20:12 rinkrank
o XJavaDoc is no longer a singleton o Applied XJD-24 (14 Files changed, 210 Lines changed)
26/04/03 00:31 stevensa
Eliminate javadoc warnings during build (6 Files changed, 20 Lines changed)
25/04/03 23:14 pathoss
Cleanup javadoc. (1 Files changed, 2 Lines changed)
16/04/03 13:54 pazu
Fixed a small typo that was preventing XJavadoc from correctly parsing constructors. This fixes XDT-449. Thanks to Stephen Gargan for pointing the bug and providing the fix. (1 Files changed, 1 Lines changed)
15/04/03 09:58 rinkrank
o Added xjavadoc download logic to the XDoclet ant build o Aligned xjavadoc's ant build with Maven build o Upgraded JavaCC to 2.1 (3 Files changed, 14 Lines changed)