Commit Log

Back to Index Page

<< 1 2 3 4 5 >>

Commit Log

DateAuthorFile/Message
14/04/03 22:12 stevensa
Eliminate a couple of javadoc warnings during build. (1 Files changed, 2 Lines changed)
14/04/03 19:09 pathoss
Please do not use the 1.2beta directory anymore. (1 Files changed, 1 Lines changed)
project.xml 1.4 (+1 -1)
14/04/03 18:38 rinkrank
Updated version number (1 Files changed, 5 Lines changed)
project.xml 1.3 (+5 -5)
09/04/03 20:53 rinkrank
o Deprecated typesafe Iterators. o These classes will be removed after the next release. (Before 1.2 final). o Cleanup of various usages has not be done. (17 Files changed, 17 Lines changed)
09/04/03 20:04 rinkrank
o Added contributors o Tried to disable checkstyle, but doesn't work. (2 Files changed, 53 Lines changed)
project.xml 1.2 (+48 -0)
maven.xml 1.2 (+5 -1)
09/04/03 19:41 rinkrank
o Added a maven build o Cleaned up code (1 Files changed, 3 Lines changed)
09/04/03 19:26 rinkrank
fixed bad path and refactored (1 Files changed, 8 Lines changed)
09/04/03 19:19 rinkrank
o Added a maven build o Cleaned up code (27 Files changed, 1316 Lines changed)
project.xml 1.1 added 135
.cvsignore 1.4 (+3 -1)
maven.xml 1.1 added 158
25/03/03 23:55 rinkrank
Added two method to XMethod: getAccessor() and getMutator(). These are for accessing a mutator method's corresponding accessor method and vice versa. (9 Files changed, 177 Lines changed)
21/03/03 15:36 rinkrank
Fixed UnmodifiedInterfaceDeclaration bug (XJD-17) and added a test case for it. (5 Files changed, 59 Lines changed)
20/03/03 22:35 rinkrank
Introduced a new Interface in XJavaDoc: xjavadoc.Type. This interface provides about the XClass AND the dimension. (26 Files changed, 453 Lines changed)
build.xml 1.48 (+1 -1)
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 (12 Files changed, 136 Lines changed)
24/02/03 13:31 rinkrank
- Fixed bug XDT-289 - Changed copyright years (80 Files changed, 205 Lines changed)
10/02/03 21:02 rinkrank
Fixed NPE that occurred with "extra classes" (classes at the botom in the source) -Thanks to Michael Newcomb for spotting it. (2 Files changed, 12 Lines changed)
10/02/03 00:19 rinkrank
o Added tag validation mechanism. o Added line number logic so a tag knows its file and line number. The tag validation mechanism has to be switched on explicitly, so for XDoclet 1.2, there is no tag validation. The tag validation will currently only be used by XDoclet 2. The way it currently works is that if an unknown tag is encountered (except standard java tags), an UnknownTagException will be thrown. Tags can be registered to avoid this, and this is what the plugins should do. (12 Files changed, 339 Lines changed)
07/02/03 02:10 rinkrank
Added two fancy-pancy methods for accessing a CodeUnit class' directory and root directory. This is to make it easier to reference the files we want to compare. (3 Files changed, 43 Lines changed)
07/02/03 02:09 rinkrank
dot tag names before registering them (1 Files changed, 3 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. (5 Files changed, 67 Lines changed)
05/02/03 20:28 rinkrank
Added getPath() method to AbstractFile (2 Files changed, 7 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 (9 Files changed, 131 Lines changed)