Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for Bugzilla Bug 57666 | aclement | 2004-08-02 | 13 | -12/+163 |
| | | | | | duplicate manifests cause resource-copying to gack (Contributed by Matthew Webster) | ||||
* | Fix for Bugzilla Bug 67774 | aclement | 2004-08-02 | 3 | -0/+25 |
| | | | | Nullpointer-exception in pointcuts using withincode() clause | ||||
* | Fix for Bugzilla Bug 70773 | aclement | 2004-08-02 | 1 | -11/+18 |
| | | | | AspectJ Error: ConncurrentModificationException thrown: null | ||||
* | Upgraded to Eclipse 3.0 final JDT core. v_449a_head_before_30_maintenance | acolyer | 2004-07-30 | 2 | -0/+0 |
| | |||||
* | added some commented out debug code that is useful when you want | acolyer | 2004-07-30 | 1 | -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_maintenance | acolyer | 2004-07-30 | 24 | -10/+9 |
| | |||||
* | went for [error] in the end based on a quick local straw poll... | acolyer | 2004-07-29 | 1 | -2/+2 |
| | |||||
* | fix for Bugzilla Bug 40206 | acolyer | 2004-07-29 | 1 | -2/+1 |
| | | | | need common isAspectJSourceFile() method | ||||
* | fix for Bugzilla Bug 40206 | acolyer | 2004-07-29 | 4 | -9/+8 |
| | | | | need common isAspectJSourceFile() method | ||||
* | organized imports. | aclement | 2004-07-29 | 1 | -1/+0 |
| | |||||
* | organized imports. | aclement | 2004-07-29 | 1 | -4/+4 |
| | |||||
* | missed the word 'to' out of new error message | acolyer | 2004-07-29 | 1 | -1/+1 |
| | |||||
* | Now ITDs are reflected correctly in the structure model. Made ↵ | aclement | 2004-07-29 | 1 | -1/+4 |
| | | | | getSignature() more bullet proof in the case of incorrect programs. | ||||
* | just an extra few comments... | aclement | 2004-07-29 | 1 | -0/+7 |
| | |||||
* | Moved all weaver messages into weaver-messages.properties. | acolyer | 2004-07-29 | 27 | -125/+404 |
| | | | | | Includes fixes for Bugzilla Bug 30439 spurious "circular dependency" error | ||||
* | organized imports. | aclement | 2004-07-29 | 1 | -1/+0 |
| | |||||
* | organized imports and deleted unused guff. | aclement | 2004-07-29 | 1 | -11/+0 |
| | |||||
* | organized imports. | aclement | 2004-07-29 | 2 | -14/+0 |
| | |||||
* | organized imports. | aclement | 2004-07-29 | 1 | -1/+0 |
| | |||||
* | Fix for Bugzilla Bug 61536 | aclement | 2004-07-29 | 3 | -1/+41 |
| | | | | Front-end bug, shouldn't allow patterns of the form foo.., should be foo..* | ||||
* | fix for Bugzilla Bug 64262 | acolyer | 2004-07-29 | 1 | -1/+6 |
| | | | | ClassCastException at BcelRenderer.java:16 | ||||
* | test for Bugzilla Bug 64262 | acolyer | 2004-07-29 | 2 | -0/+20 |
| | | | | ClassCastException at BcelRenderer.java:16 | ||||
* | fix for Bugzilla Bug 64585 | acolyer | 2004-07-28 | 1 | -9/+9 |
| | | | | Stale ITD example code in Programming Guide | ||||
* | fix for Bugzilla Bug 48990 | acolyer | 2004-07-28 | 6 | -2/+238 |
| | | | | Special case if(false) to not require a dynamic test | ||||
* | Fix for 64331 | aclement | 2004-07-28 | 8 | -7/+37 |
| | | | | java.lang.NullPointerException in WeaverMessageHandler class | ||||
* | Added declare parents relationship test, party commented out and waiting on ↵ | mkersten | 2004-07-27 | 1 | -2/+27 |
| | | | | Andy's merge. | ||||
* | added no-arg constructor for convenience | mkersten | 2004-07-27 | 1 | -0/+4 |
| | |||||
* | ASM Usage and extension examples, implemented as test cases and made | mkersten | 2004-07-27 | 7 | -199/+179 |
| | | | | available in the sandbox as an Eclipse project. | ||||
* | added -XserializableAspects | acolyer | 2004-07-27 | 1 | -0/+1 |
| | |||||
* | fix for Bugzilla Bug 58681 | acolyer | 2004-07-27 | 6 | -12/+36 |
| | | | | -X should output available -X options | ||||
* | Fix for bug 69459 | aclement | 2004-07-27 | 13 | -3/+60 |
| | | | | Hiding of Instance Methods by static methods | ||||
* | ignore .ajsym files | acolyer | 2004-07-27 | 1 | -0/+1 |
| | |||||
* | Fix for 53999 | aclement | 2004-07-27 | 3 | -3/+21 |
| | | | | "can't bind type" message has $ for . in type name for declare soft | ||||
* | Test data for -showWeaveInfo | aclement | 2004-07-27 | 37 | -0/+215 |
| | |||||
* | organized imports. | aclement | 2004-07-27 | 2 | -4/+4 |
| | |||||
* | organized imports. | aclement | 2004-07-27 | 2 | -13/+9 |
| | |||||
* | Made AsmHiearchyBuilder extensible in order to support tools that require more | mkersten | 2004-07-27 | 2 | -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 more | mkersten | 2004-07-27 | 2 | -11/+54 |
| | | | | static structure than is currently offered by the ASM, e.g. UML views. | ||||
* | Fix for Bug 70619 | aclement | 2004-07-26 | 6 | -1/+55 |
| | | | | compiler aborts with "conflicting dominates orders" with circular declare precedences | ||||
* | Generated aspectOf() method for singleton aspects will now decompile ↵ | aclement | 2004-07-26 | 1 | -17/+35 |
| | | | | cleanly. Might help with bug #63347 (JRockit related) | ||||
* | Expanded javadocs describing examples of ASM usage. | mkersten | 2004-07-23 | 2 | -3/+11 |
| | |||||
* | Fixed bug#70008 "problem with ajdoc -public" | mkersten | 2004-07-14 | 4 | -28/+75 |
| | |||||
* | Fixed bug#69011 "ajdoc fails when using default package" | mkersten | 2004-07-05 | 3 | -2/+17 |
| | |||||
* | Fixed: 68494 ajdoc does not support .aj files | mkersten | 2004-06-24 | 6 | -71/+56 |
| | |||||
* | harness support for dirchanges delay (milliseconds) attribute | wisberg | 2004-06-10 | 3 | -2/+15 |
| | |||||
* | ensure args() handles boxed primitives correctly when doing | acolyer | 2004-06-09 | 5 | -7/+132 |
| | | | | runtime matching (against JoinPoint) | ||||
* | handle primitive types correctly when doing RTTI resolving | acolyer | 2004-06-09 | 1 | -0/+5 |
| | |||||
* | skip on the exclude runtime test rather than patch it in the build file. | acolyer | 2004-06-09 | 2 | -4/+2 |
| | | | | This allows the correct testing-drivers-all.jar to be built too. | ||||
* | new version of build.jar that does not exclude runtime | acolyer | 2004-06-09 | 1 | -0/+0 |
| | |||||
* | set default warning values correctly when passed in 'null' | acolyer | 2004-06-08 | 1 | -32/+51 |
| |