summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* test code for 158126 - already fixed ;) just a nice test to haveaclement2006-09-216-0/+53
|
* Bug 157474 "Handle duplicate aop.xml definitions more gracefully" (tests for ↵mwebster2006-09-1916-2/+149
| | | | duplicate aop.xml and -Dorg.aspectj.weaver.loadtime.configuration)
* Bug 157474 "Handle duplicate aop.xml definitions more gracefully" (info ↵mwebster2006-09-191-0/+1
| | | | message for defining concrete aspects)
* ignore duplicate aop.xml definitionmwebster2006-09-152-2/+14
|
* Test for 157057aclement2006-09-142-1/+20
|
* Fix for 157057: expanded EclipseResolvedMember to work for fields as well as ↵aclement2006-09-142-20/+75
| | | | methods and finished off a little more of its implementation relating to annotations. I have put an exception guard in for something that has been missing implementation for a while - so that may trigger when this build gets out into the wild...
* new type - not yet used, but may prove useful when we get into the situation ↵aclement2006-09-141-0/+198
| | | | of converting eclipse annotations to our internal AnnotationAJ format. Didn't want to lose this code!
* found whilst investigating 157057 - we sometimes crashed for bad input ↵aclement2006-09-141-0/+2
| | | | (duplicate class declarations) rather than just putting out a nice message.
* testcode for 157054 - random matching (!!) with pointcuts matching on get of ↵aclement2006-09-145-0/+209
| | | | annotated fields
* test and fix for 153845: Rogue signature containing a 'P' getting into the ↵aclement2006-09-148-2/+17
| | | | classfile.
* test for 156058 - commented outaclement2006-09-133-1/+18
|
* fixes for 153490: mixing delegates. Refactored a *lot* of stuff - promoting ↵aclement2006-09-138-77/+71
| | | | duplicate code up from AsmDelegate/BcelObjectType up to AbstractReferenceTypeDelegate and higher.
* tests for 153490: mixing delegatesaclement2006-09-132-0/+16
|
* testcode for 153490: nested delegate problems.aclement2006-09-1211-0/+43
|
* testcode and fixes for 156962: Problems with @Deprecated in method signaturesaclement2006-09-125-4/+20
|
* typo!aclement2006-09-121-1/+1
|
* testcode for 156962: Problems with @Deprecated in method signaturesaclement2006-09-123-0/+10
|
* test and fix for 155763 - incorrect codegen from compiler leads to NPEaclement2006-09-112-0/+0
|
* test and fix for 155763 - incorrect codegen from compiler leads to NPEaclement2006-09-113-0/+41
|
* refix 112098 - check for correct aspectjrt.jar version re-enabled for Main ↵wisberg2006-09-071-0/+3
| | | | (taskdef, command-line) but still disabled otherwise (for AJDT)
* refix 112098 - check for correct aspectjrt.jar version re-enabled for Main ↵wisberg2006-09-071-0/+88
| | | | (taskdef, command-line) but still disabled otherwise (for AJDT)
* Bug 155972 "NullPointerException in ConstructorSignature.getConstructor()"mwebster2006-09-0411-3/+97
|
* Bug 155238 "Trace should use System.identityHashCode, not hashCode"mwebster2006-08-302-2/+2
|
* Bug 155148 "jdk14 trace deadlock in oc4j" (use formatObj for _all_ arguments)mwebster2006-08-254-10/+51
|
* includes refactoring that is in real Version.javaaclement2006-08-251-12/+15
|
* fix for 155213: made using date formatter lazy.aclement2006-08-254-15/+18
|
* testcode for 152848 'deploying generics code when non-generics types are about'aclement2006-08-251-0/+1
|
* fix for 152848: cope with discovering a non-generic typeaclement2006-08-252-2/+15
|
* last of the dreaded jdtlikehandleprovider changes - 141730#22aclement2006-08-2510-9/+260
|
* Bug 150487 "Tracing and Logging Framework" (Trace.event())mwebster2006-08-257-8/+59
|
* 141556#13 - messagehandler pulled out of CompilerAdapter and changed to have ↵aclement2006-08-253-28/+81
| | | | nothing to do with holders (since it doesnt need to store messages)
* testcode for 152848 'deploying generics code when non-generics types are about'aclement2006-08-255-0/+15
|
* back again, lower case dir name for linux (see 154552#12)aclement2006-08-251-0/+33
|
* removed, needs a renameaclement2006-08-251-33/+0
|
* 141556#11 - reworked messagehandler with 'ignore' function! (wooo) - hope ↵aclement2006-08-2524-42/+132
| | | | Matthew doesnt complain.
* Bug 129525 "Don't Dump Bytecodes to Syserr in LTW" (don't throw ↵mwebster2006-08-249-9/+75
| | | | AbortException in LTW message handler)
* comments explaining impact of changing model dumping code - pr154552, comment #9aclement2006-08-241-1/+5
|
* no longer required - model tests moved.aclement2006-08-232-0/+0
|
* Bug 149289 "Support system and user aop.xml configuration files" (add ↵mwebster2006-08-238-7/+28
| | | | META-INF/aop-ajc.xml)
* 112098: checkRtJar removed.aclement2006-08-232-82/+1
|
* Bug 150271 "Allow multiple levels of LTW information" (make weaving/not ↵mwebster2006-08-2317-38/+54
| | | | weaving messages debug and add -debug to options for aop.xml)
* correct the comment!aclement2006-08-231-1/+1
|
* switch to a different XLint to rely on - since adviceDidNotMatch cannot ↵aclement2006-08-233-7/+9
| | | | occur in LTW now.
* fixes for 149560: (1) correct the bcel code for creating clinit call (2) ↵aclement2006-08-227-9/+82
| | | | don't let singleton aspects be implemented as late type mungers, the clinit manipulation breaks.
* code has moved into model area...154552, comment 3aclement2006-08-2219-259/+0
|
* refactored tests for 154552 - use new model testing structureaclement2006-08-2248-627/+877
|
* oops! fix for serial version uid calculation (abstract class problem)aclement2006-08-228-3/+97
|
* some updates to ClassLoaderRepository - tested by RontimeWeavingaclement2006-08-218-130/+396
|
* 145963: work on linuxaclement2006-08-215-43/+57
|
* tests for pr153572acolyer2006-08-186-1/+41
|