Commit Log

Back to Index Page

<< 1 2 3 4 5 >>

Commit Log

DateAuthorFile/Message
05/02/03 17:06 rinkrank
Fixed a rather serios bug I introduced two days ago that resulted in a lot of different methods being treated as equal!! (1 Files changed, 1 Lines changed)
03/02/03 15:37 rinkrank
Modified xjavadoc so that a signature can be retrieved with or without the method signature. (2 Files changed, 48 Lines changed)
28/01/03 12:54 rinkrank
Fixed: Add support for the <database-type> element in weblogic-cmp-rdbms-jar.xml (XDT-150) Plus some xjavadoc changes I forgot in the last commit. (2 Files changed, 27 Lines changed)
28/01/03 10:16 rinkrank
Updated version number to 1.2b3-dev. Change this back to 1.2b3 when we release 1.2b3. (1 Files changed, 2 Lines changed)
21/01/03 23:57 rinkrank
Fixed XJD-14: Wrong type due to SourceClass caches qualified names globally. (2 Files changed, 3 Lines changed)
07/01/03 10:00 rinkrank
o Fixed bug XJD-12 o Improved CodeUnit documentation o Removed calls to deprecated xjavadoc methods (4 Files changed, 37 Lines changed)
05/01/03 19:40 rinkrank
Improved comments (1 Files changed, 8 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. (2 Files changed, 2 Lines changed)
04/01/03 20:18 rinkrank
Make sure qualified name is set before looking at extends list. This fixes incorrect complaints about non existing classes. (1 Files changed, 3 Lines changed)
04/01/03 17:16 rinkrank
typo (1 Files changed, 1 Lines changed)
13/12/02 17:09 rinkrank
Fixed bug: Containing package not set for binary class (XJD-10) (1 Files changed, 2 Lines changed)
09/12/02 23:19 rinkrank
o Updated build to produce jar files with proper version names. o For the sake of reduced confusion, all modules and xjavadoc's version number is the same as xdoclet. o Improved the Maven XDoclet plugin. It now produces a jar file to drop into $MAVEN/plugins. o Included the unicode version of xjavadoc in the general build process. (2 Files changed, 4 Lines changed)
build.xml 1.47 (+2 -2)
23/11/02 12:13 rinkrank
Solved the static class initialiser problem once and for all. Thanks Joe Walnes! (1 Files changed, 1 Lines changed)
23/11/02 10:44 rinkrank
These files had disappeared for some reason. branching confusion... (3 Files changed, 112 Lines changed)
23/11/02 00:12 rinkrank
removed debug (1 Files changed, 0 Lines changed)
22/11/02 23:52 rinkrank
Fixed XJD-8. (6 Files changed, 89 Lines changed)
build.xml 1.46 (+1 -1)
13/11/02 14:55 d_jencks
Demonstration that xjavadoc will not handle multiple (package access level) classes per file. Run jmxdoclet on samples (1 Files changed, 1 Lines changed)
06/11/02 21:25 rinkrank
Fixed XJD-5 by introducing a xjavadoc.compiledmethods system property. If set to true, XJavaDoc will discover methods in compiled (super)classes too. (3 Files changed, 24 Lines changed)
build.xml 1.45 (+1 -1)
04/11/02 23:16 rinkrank
Doc change for XJD-7. (1 Files changed, 1 Lines changed)
04/11/02 22:51 rinkrank
Applied improvement XJD-7 from Ludovic Claude. Thanks! (1 Files changed, 141 Lines changed)