aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix for Bugzilla Bug 57666 aclement2004-08-0213-12/+163
| | | | | duplicate manifests cause resource-copying to gack (Contributed by Matthew Webster)
* Fix for Bugzilla Bug 67774 aclement2004-08-023-0/+25
| | | | Nullpointer-exception in pointcuts using withincode() clause
* Fix for Bugzilla Bug 70773 aclement2004-08-021-11/+18
| | | | AspectJ Error: ConncurrentModificationException thrown: null
* Upgraded to Eclipse 3.0 final JDT core. v_449a_head_before_30_maintenanceacolyer2004-07-302-0/+0
|
* added some commented out debug code that is useful when you wantacolyer2004-07-301-2/+24
| | | | to get information on a failure in a forking task
* Upgraded to Eclipse 3.0 final JDT core. v_449a_head_before_30_maintenanceacolyer2004-07-3024-10/+9
|
* went for [error] in the end based on a quick local straw poll...acolyer2004-07-291-2/+2
|
* fix for Bugzilla Bug 40206acolyer2004-07-291-2/+1
| | | | need common isAspectJSourceFile() method
* fix for Bugzilla Bug 40206acolyer2004-07-294-9/+8
| | | | need common isAspectJSourceFile() method
* organized imports.aclement2004-07-291-1/+0
|
* organized imports.aclement2004-07-291-4/+4
|
* missed the word 'to' out of new error messageacolyer2004-07-291-1/+1
|
* Now ITDs are reflected correctly in the structure model. Made ↵aclement2004-07-291-1/+4
| | | | getSignature() more bullet proof in the case of incorrect programs.
* just an extra few comments...aclement2004-07-291-0/+7
|
* Moved all weaver messages into weaver-messages.properties.acolyer2004-07-2927-125/+404
| | | | | Includes fixes for Bugzilla Bug 30439 spurious "circular dependency" error
* organized imports.aclement2004-07-291-1/+0
|
* organized imports and deleted unused guff.aclement2004-07-291-11/+0
|
* organized imports.aclement2004-07-292-14/+0
|
* organized imports.aclement2004-07-291-1/+0
|
* Fix for Bugzilla Bug 61536 aclement2004-07-293-1/+41
| | | | Front-end bug, shouldn't allow patterns of the form foo.., should be foo..*
* fix for Bugzilla Bug 64262acolyer2004-07-291-1/+6
| | | | ClassCastException at BcelRenderer.java:16
* test for Bugzilla Bug 64262acolyer2004-07-292-0/+20
| | | | ClassCastException at BcelRenderer.java:16
* fix for Bugzilla Bug 64585acolyer2004-07-281-9/+9
| | | | Stale ITD example code in Programming Guide
* fix for Bugzilla Bug 48990acolyer2004-07-286-2/+238
| | | | Special case if(false) to not require a dynamic test
* Fix for 64331 aclement2004-07-288-7/+37
| | | | java.lang.NullPointerException in WeaverMessageHandler class
* Added declare parents relationship test, party commented out and waiting on ↵mkersten2004-07-271-2/+27
| | | | Andy's merge.
* added no-arg constructor for conveniencemkersten2004-07-271-0/+4
|
* ASM Usage and extension examples, implemented as test cases and mademkersten2004-07-277-199/+179
| | | | available in the sandbox as an Eclipse project.
* added -XserializableAspectsacolyer2004-07-271-0/+1
|
* fix for Bugzilla Bug 58681acolyer2004-07-276-12/+36
| | | | -X should output available -X options
* Fix for bug 69459 aclement2004-07-2713-3/+60
| | | | Hiding of Instance Methods by static methods
* ignore .ajsym filesacolyer2004-07-271-0/+1
|
* Fix for 53999 aclement2004-07-273-3/+21
| | | | "can't bind type" message has $ for . in type name for declare soft
* Test data for -showWeaveInfoaclement2004-07-2737-0/+215
|
* organized imports.aclement2004-07-272-4/+4
|
* organized imports.aclement2004-07-272-13/+9
|
* Made AsmHiearchyBuilder extensible in order to support tools that require moremkersten2004-07-272-28/+73
| | | | | static structure than is currently offered by the ASM, e.g. UML views. (changes are covered by existing test cases)
* Made AsmHiearchyBuilder extensible in order to support tools that require moremkersten2004-07-272-11/+54
| | | | static structure than is currently offered by the ASM, e.g. UML views.
* Fix for Bug 70619 aclement2004-07-266-1/+55
| | | | compiler aborts with "conflicting dominates orders" with circular declare precedences
* Generated aspectOf() method for singleton aspects will now decompile ↵aclement2004-07-261-17/+35
| | | | cleanly. Might help with bug #63347 (JRockit related)
* Expanded javadocs describing examples of ASM usage.mkersten2004-07-232-3/+11
|
* Fixed bug#70008 "problem with ajdoc -public"mkersten2004-07-144-28/+75
|
* Fixed bug#69011 "ajdoc fails when using default package"mkersten2004-07-053-2/+17
|
* Fixed: 68494 ajdoc does not support .aj filesmkersten2004-06-246-71/+56
|
* harness support for dirchanges delay (milliseconds) attributewisberg2004-06-103-2/+15
|
* ensure args() handles boxed primitives correctly when doingacolyer2004-06-095-7/+132
| | | | runtime matching (against JoinPoint)
* handle primitive types correctly when doing RTTI resolvingacolyer2004-06-091-0/+5
|
* skip on the exclude runtime test rather than patch it in the build file.acolyer2004-06-092-4/+2
| | | | This allows the correct testing-drivers-all.jar to be built too.
* new version of build.jar that does not exclude runtimeacolyer2004-06-091-0/+0
|
* set default warning values correctly when passed in 'null'acolyer2004-06-081-32/+51
|