|
Login: ara_e_w
Fullname: ara_e_w
Revisions: 144
Lines of Code: 1304
Added Lines of Code: 4750
Lines of Code per Change: 9.1
|
Date | Author | File/Message |
---|---|---|
03/10/02 21:47 | ara_e_w |
*** empty log message ***
(1 Files changed,
93 Lines changed)
javacc/Java1.2-b.jjt 1.32
(+93
-98)
|
07/09/02 22:17 | ara_e_w |
- refactored the ejb-ref stuff and made it a separate xdt file (which is merged in web.xml subtask)
- web.xml subtask now merges ejb-ref.xdt file which means you can *also* use ejb:ejb-ref and ejb:external-ref tags to setup ejb refrences
- some cleanup, mostly getting rid of orphan references to logoing class (xjavadoc doesn't depend on commons-logging anymore)
- checked in Ed Ward's websphere web bnd/ext templates+subtask, plus some changes to it and the way the old ejb-bnd handles ejb-refs. It uses ejb-ref/ejb-external-ref's jndi-name parameter which we discussed recently and will be the consolidated format of the jndi mapping for ejb-ref/resource-ref tags. docs will be updated :-)
(4 Files changed,
13 Lines changed)
src/xjavadoc/XJavaDoc.java 1.57
(+13
-20)
|
21/08/02 20:12 | ara_e_w |
fixes problems in isA/isImplementingInterfaces for binary classes
(3 Files changed,
5 Lines changed)
test/Hello.java 1.17
(+1
-1)
|
20/08/02 21:04 | ara_e_w |
testcase for isA/isImplementingblabla for the n level inheritance fix
(2 Files changed,
2 Lines changed)
test/Hello.java 1.16
(+1
-1)
|
20/08/02 20:19 | ara_e_w |
*** empty log message ***
(2 Files changed,
60 Lines changed)
src/xjavadoc/BinaryClass.java 1.16
(+43
-1)
src/xjavadoc/AbstractClass.java 1.44
(+17
-16)
|
17/08/02 19:58 | ara_e_w |
- fixes isOfType bugs which fixes [ 595280 ] Incorrect orion-ejb-jar.xml generated
- applied patch [ 581778 ] FIX for 581773: vo's don't work w/ AXIS which fixes bug [ 581773 ] valueobjects don't work with Apache AXIS
- XClass changed a bit: isA/isSubclassOf/isImplementingInterface have an overloaded version which checks superclasses, also TypeTagsHandler.ifOfType is overhauled
(2 Files changed,
90 Lines changed)
src/xjavadoc/XClass.java 1.28
(+46
-19)
src/xjavadoc/AbstractClass.java 1.42
(+44
-43)
|
12/08/02 21:28 | ara_e_w |
- implemented [ 512180 ] make ejb:select a method level @tag, plus updated docs and a sample (IT IS NOT BACKWARD COMPATIBLE)
- fix the build (who changed dist to target?!)
- added a throwsException(String) to XExecutableMember
(2 Files changed,
45 Lines changed)
|
04/08/02 15:41 | ara_e_w |
Fixes ConcurrentModificationException bug
note: qualification of inner classes do not work properly, probably after Aslak's refactoring. Run todo target to see it.
(1 Files changed,
8 Lines changed)
src/xjavadoc/XJavaDoc.java 1.53
(+8
-1)
|
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.
(4 Files changed,
120 Lines changed)
test/Hello.java 1.15
(+16
-0)
javacc/Java1.2-b.jjt 1.29
(+97
-53)
|
25/07/02 22:47 | ara_e_w |
- build goes to the end
- no memory leaks any more
- small optimizations
- small fix to an orphan property in TemplateSubTask
(10 Files changed,
135 Lines changed)
src/xjavadoc/AbstractClass.java 1.35
(+23
-0)
src/xjavadoc/SourceClass.java 1.37
(+13
-7)
src/xjavadoc/DefaultXTag.java 1.18
(+22
-6)
src/xjavadoc/SimpleNode.java 1.9
(+5
-5)
src/xjavadoc/XDoc.java 1.45
(+20
-6)
src/xjavadoc/XJavaDoc.java 1.46
(+26
-1)
|