Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | update tests for new options processing | acolyer | 2004-06-08 | 1 | -15/+15 |
| | |||||
* | adapt to new options and EclipseFactory constructor sig | acolyer | 2004-06-08 | 1 | -5/+4 |
| | |||||
* | use new AjCompilerOptions to store options | acolyer | 2004-06-08 | 1 | -159/+107 |
| | |||||
* | removed hard-wired dependency on AjBuildConfig | acolyer | 2004-06-08 | 2 | -5/+23 |
| | |||||
* | tests for the new options handling | acolyer | 2004-06-08 | 3 | -16/+154 |
| | |||||
* | new classes used when building inside Eclipse | acolyer | 2004-06-08 | 6 | -0/+592 |
| | |||||
* | make this class live up to its name at last | acolyer | 2004-06-08 | 1 | -6/+226 |
| | |||||
* | simplify options processing for AJDT | acolyer | 2004-06-08 | 1 | -11/+12 |
| | |||||
* | additional test cases to cover matching Pointcuts against | acolyer | 2004-06-08 | 9 | -0/+509 |
| | | | | JoinPoints | ||||
* | added a method to all Pointcuts that matches against a | acolyer | 2004-06-08 | 25 | -9/+790 |
| | | | | JoinPoint (as opposed to a Shadow). | ||||
* | ensure tests don't give false failures on fast machines | acolyer | 2004-06-08 | 1 | -0/+9 |
| | |||||
* | raise visibility of default constructor to allow subclassing. | acolyer | 2004-06-08 | 1 | -0/+2 |
| | |||||
* | enable construction of a BcelWorld with an externally provided | acolyer | 2004-06-08 | 1 | -0/+6 |
| | | | | ClassPathManager | ||||
* | add a getName() method to Lint.Kind | acolyer | 2004-06-08 | 1 | -0/+4 |
| | |||||
* | incorporating latest updates in shadows (aj_v_396) | acolyer | 2004-06-08 | 2 | -0/+0 |
| | |||||
* | add the runtime classes into aspectjtools.jar. needed because of | acolyer | 2004-06-08 | 1 | -0/+3 |
| | | | | | | static dependency from weaver classes to runtime classes. Better than alternative of updating all ant scripts that fork and the ajc compiler scripts to add aspectjrt.jar into path. | ||||
* | updated aspectjrt.jar with new Factory methods in | acolyer | 2004-06-08 | 1 | -0/+0 |
| | |||||
* | exposed additional factory methods for creating signatures | acolyer | 2004-06-08 | 1 | -0/+43 |
| | | | | | (the create from string ones that already exist seem to be unused and are a little odd). | ||||
* | @testcase PR#65925 Valid but inaccessible type names should not be flagged ↵ | wisberg | 2004-06-07 | 2 | -0/+33 |
| | | | | by XLint:invalidAbsoluteTypeName | ||||
* | Added AOSD 2004 demo slides. | mkersten | 2004-06-02 | 1 | -0/+0 |
| | |||||
* | ensure that no test involving the checking of timestamps in | acolyer | 2004-06-02 | 1 | -0/+6 |
| | | | | | directories can complete in < 1 second (File.lastModifiedTime is only accurate to the second and truncates). | ||||
* | replace hard-coded use of ';' with File.pathSeparator | acolyer | 2004-06-02 | 1 | -3/+3 |
| | |||||
* | don't sync bin dir | acolyer | 2004-06-02 | 1 | -0/+1 |
| | |||||
* | add direct support for reweavable, reweavable:compress and noInline in X options | acolyer | 2004-06-02 | 2 | -1/+19 |
| |