Author Statistics for ara_e_w

Back to Index Page

Author Details

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

Author of the Month

  • May 2002

Lines Of Code (per Author)

Lines Of Code for ara_e_w (per module)

Activity

Commit Log

DateAuthorFile/Message
03/10/02 21:47ara_e_w
*** empty log message *** (1 Files changed, 93 Lines changed)
07/09/02 22:17ara_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)
21/08/02 20:12ara_e_w
fixes problems in isA/isImplementingInterfaces for binary classes (3 Files changed, 5 Lines changed)
20/08/02 21:04ara_e_w
testcase for isA/isImplementingblabla for the n level inheritance fix (2 Files changed, 2 Lines changed)
20/08/02 20:19ara_e_w
*** empty log message *** (2 Files changed, 60 Lines changed)
17/08/02 19:58ara_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)
12/08/02 21:28ara_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:41ara_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)
02/08/02 21:38ara_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)
25/07/02 22:47ara_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)