Directory Statistics for test/

Back to Index Page

Lines Of Code for test/

Commits for test/ (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
rinkrank 24 (72.7%)123 (73.7%)161 (77.4%)5.12
ara_e_w 7 (21.2%)33 (19.8%)36 (17.3%)4.71
pazu 2 (6.1%)11 (6.6%)11 (5.3%)5.50

Commit Log

DateAuthorFile/Message
04/03/03 23:49 rinkrank
- Added logic to discover whether a method is a bean property accessor/mutator, as well as getting the property name. - Removed dummy javadocs (2 Files changed, 4 Lines changed)
24/02/03 13:31 rinkrank
- Fixed bug XDT-289 - Changed copyright years (1 Files changed, 7 Lines changed)
06/02/03 01:51 rinkrank
o Added mockobjects module (Stig Jørgensen's port of Joe Walnes' MockDoclet). o Important change in xjavadoc: getMethods(true) now retirieves methods not only from superclasses, but now also from interfaces. (2 Files changed, 14 Lines changed)
05/02/03 20:28 rinkrank
o Added methods to get fields from superclasses o Made sure private fields and methods from superclasses are not retrieved (2 Files changed, 7 Lines changed)
05/01/03 19:24 rinkrank
Allow semicolons after method blocks. The official grammar (http://java.sun.com/docs/books/jls/second_edition/html/syntax.doc.html) disallows it, but javac allows it. Therefore xjavadoc should allow it too, so bad coders can avoid unpleasant surprises. (1 Files changed, 1 Lines changed)
22/11/02 23:52 rinkrank
Fixed XJD-8. (1 Files changed, 11 Lines changed)
30/10/02 22:36 rinkrank
Fixed XJD-4. Unicode is now supported in XJavadoc (phew!). Building xjavadoc or xdoclet with -Dxjavadoc.unicode=true will now generate xjavadoc.unicode.jar (which is a bit slower than the normal xjavadoc.jar). Without this option, everything works as before. For the release, remember to build xjavadoc both with and without this option, so both jars go into the distro. People who want unicode support will just have to remove xjavadoc.jar (or make sure xjavadoc-unicode.jar comes earlier in the classpath). Warning messages from javacc are also gone now (except the unicode warning when generating the regular xjavadoc). Aslak (1 Files changed, 3 Lines changed)
23/09/02 03:24 pazu
Modified XDoc.getFirstSentence() to comply with the JLS section 18.3, where the following is said about the first sentence: "This sentence ends at the first period that is followed by a blank, tab, or line terminator, or at the first tagline." Also, aded an unit test to pick this up. (1 Files changed, 8 Lines changed)
11/09/02 23:03 rinkrank
Trying to pinpoint Curt Johnson's problem (1 Files changed, 1 Lines changed)
09/09/02 05:23 pazu
Added dereferenceProperties() support directly to the xjavadoc core. Now ant properties will *always* be dereferenced. All tests are green :) (1 Files changed, 3 Lines changed)
21/08/02 20:12 ara_e_w
fixes problems in isA/isImplementingInterfaces for binary classes (1 Files changed, 1 Lines changed)
20/08/02 21:04 ara_e_w
testcase for isA/isImplementingblabla for the n level inheritance fix (1 Files changed, 1 Lines changed)
02/08/02 21:38 ara_e_w
- implemented stack base class/inner/anonymous class handling - added a test case (note: tests fail but not because of my changes, Aslak plz check it) - changed type resolution order a bit: inner class first, then import/etc note: inner classes defined in a method block are treated like inner classes of the containging class, anonymous classes are just ignored. It's very unlikely to tag a name-less anon class. (1 Files changed, 16 Lines changed)
29/07/02 00:27 rinkrank
-Refactored xjavadoc to use java.util.Collection instead of arrays -Added typesafe iterators -Added supermethod support to xjavadoc -Various bugfixes (1 Files changed, 22 Lines changed)
15/07/02 22:26 rinkrank
Added support for the assert keyword. Couldn't find a bug report or FR for this (!?) (1 Files changed, 2 Lines changed)
10/07/02 22:18 rinkrank
Set UnknownClass' superclass to java.lang.Object to avoid NPE (1 Files changed, 1 Lines changed)
10/07/02 02:01 rinkrank
Fixed the null problem that's been bugging us lately and showed up in compilation of samples (1 Files changed, 1 Lines changed)
28/06/02 20:32 ara_e_w
apllied Aslak's updated tests (1 Files changed, 3 Lines changed)
29/04/02 13:21 rinkrank
-Tests are 100% -Fixed a bug which caused Parameter flyweights to be overwritten if a superclass wasn't resolved -Reverted to OLD xdoclet.jar (which makes it possible to compare xjavadoc/javadoc) -Refactored dimensionAsString to Util -Upgraded to Ant 1.5 and Xalan 1.2.3 (1 Files changed, 1 Lines changed)
26/03/02 20:12 rinkrank
I'm doing funny things with CVS... (1 Files changed, 0 Lines changed)