Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | also verigy that dir entries are copied when copying a dir. | acolyer | 2004-06-02 | 1 | -2/+7 |
| | |||||
* | Georges fixes for 61411 | aclement | 2004-05-28 | 2 | -1/+3 |
| | |||||
* | Patch now includes the bcel fix for 62631. Also changed the bcel-builder ↵V1_2_0 | aclement | 2004-05-24 | 3 | -22/+53 |
| | | | | build.xml to construct a bcel-src.zip that matches the bcel.jar - to ease debugging. | ||||
* | Updated with fix for Bugzilla Bug 62631 | aclement | 2004-05-21 | 1 | -0/+0 |
| | | | | Generated class gives "Illegal constant pool index" on loading | ||||
* | Hopefully better bcel-builder build system, | ehilsdal | 2004-05-21 | 2 | -56/+76 |
| | | | | | instigated by Andy actually trying to use this module the way it is supposed to be used | ||||
* | Tests for Bugzilla Bug 62458 | aclement | 2004-05-18 | 4 | -0/+128 |
| | | | | An if() pointcut inside a perthis() clause causes an ABORT - null pointer exception in ajc | ||||
* | Fix for Bugzilla Bug 62458 | aclement | 2004-05-18 | 1 | -0/+15 |
| | | | | An if() pointcut inside a perthis() clause causes an ABORT - null pointer exception in ajc | ||||
* | removed Maven section that is out of date with current Maven, which supports ↵ | wisberg | 2004-05-17 | 1 | -206/+0 |
| | | | | 1.2 directly | ||||
* | AOPAlliance adapter sample | acolyer | 2004-05-17 | 24 | -1/+720 |
| | |||||
* | Fix and tests for Bugzilla Bug 62227 | aclement | 2004-05-14 | 8 | -18/+79 |
| | | | | Load Time Weaving aborts on any kind of warning (declare/xlint) | ||||
* | Tests for Bugzilla Bug 62073 | aclement | 2004-05-14 | 3 | -2/+89 |
| | | | | false ambigous binding error (introduced in 1.2rc2) | ||||
* | Fix for Bugzilla Bug 62073 | aclement | 2004-05-14 | 3 | -7/+27 |
| | | | | false ambigous binding error (introduced in 1.2rc2) | ||||
* | to do list for building the 'ajdt.core' part of AJDT. | acolyer | 2004-05-12 | 1 | -0/+255 |
| | |||||
* | Test for Bug 60936 | aclement | 2004-05-12 | 1 | -0/+18 |
| | | | | error message for constructor-execution pcd | ||||
* | Test for Bugzilla Bug 61568 | aclement | 2004-05-12 | 1 | -0/+76 |
| | | | | wrong variable binding in || pointcuts |