summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* update tests for new options processingacolyer2004-06-081-15/+15
|
* adapt to new options and EclipseFactory constructor sigacolyer2004-06-081-5/+4
|
* use new AjCompilerOptions to store optionsacolyer2004-06-081-159/+107
|
* removed hard-wired dependency on AjBuildConfigacolyer2004-06-082-5/+23
|
* tests for the new options handlingacolyer2004-06-083-16/+154
|
* new classes used when building inside Eclipseacolyer2004-06-086-0/+592
|
* make this class live up to its name at lastacolyer2004-06-081-6/+226
|
* simplify options processing for AJDTacolyer2004-06-081-11/+12
|
* additional test cases to cover matching Pointcuts againstacolyer2004-06-089-0/+509
| | | | JoinPoints
* added a method to all Pointcuts that matches against aacolyer2004-06-0825-9/+790
| | | | JoinPoint (as opposed to a Shadow).
* ensure tests don't give false failures on fast machinesacolyer2004-06-081-0/+9
|
* raise visibility of default constructor to allow subclassing.acolyer2004-06-081-0/+2
|
* enable construction of a BcelWorld with an externally providedacolyer2004-06-081-0/+6
| | | | ClassPathManager
* add a getName() method to Lint.Kindacolyer2004-06-081-0/+4
|
* incorporating latest updates in shadows (aj_v_396)acolyer2004-06-082-0/+0
|
* add the runtime classes into aspectjtools.jar. needed because ofacolyer2004-06-081-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 inacolyer2004-06-081-0/+0
|
* exposed additional factory methods for creating signaturesacolyer2004-06-081-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 ↵wisberg2004-06-072-0/+33
| | | | by XLint:invalidAbsoluteTypeName
* Added AOSD 2004 demo slides.mkersten2004-06-021-0/+0
|
* ensure that no test involving the checking of timestamps inacolyer2004-06-021-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.pathSeparatoracolyer2004-06-021-3/+3
|
* don't sync bin diracolyer2004-06-021-0/+1
|
* add direct support for reweavable, reweavable:compress and noInline in X optionsacolyer2004-06-022-1/+19
|
* also verigy that dir entries are copied when copying a dir.acolyer2004-06-021-2/+7
|
* Georges fixes for 61411aclement2004-05-282-1/+3
|
* Patch now includes the bcel fix for 62631. Also changed the bcel-builder ↵V1_2_0aclement2004-05-243-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 aclement2004-05-211-0/+0
| | | | Generated class gives "Illegal constant pool index" on loading
* Hopefully better bcel-builder build system, ehilsdal2004-05-212-56/+76
| | | | | instigated by Andy actually trying to use this module the way it is supposed to be used
* Tests for Bugzilla Bug 62458 aclement2004-05-184-0/+128
| | | | An if() pointcut inside a perthis() clause causes an ABORT - null pointer exception in ajc
* Fix for Bugzilla Bug 62458 aclement2004-05-181-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 ↵wisberg2004-05-171-206/+0
| | | | 1.2 directly
* AOPAlliance adapter sampleacolyer2004-05-1724-1/+720
|
* Fix and tests for Bugzilla Bug 62227 aclement2004-05-148-18/+79
| | | | Load Time Weaving aborts on any kind of warning (declare/xlint)
* Tests for Bugzilla Bug 62073 aclement2004-05-143-2/+89
| | | | false ambigous binding error (introduced in 1.2rc2)
* Fix for Bugzilla Bug 62073 aclement2004-05-143-7/+27
| | | | false ambigous binding error (introduced in 1.2rc2)
* to do list for building the 'ajdt.core' part of AJDT.acolyer2004-05-121-0/+255
|
* Test for Bug 60936 aclement2004-05-121-0/+18
| | | | error message for constructor-execution pcd
* Test for Bugzilla Bug 61568 aclement2004-05-121-0/+76
| | | | wrong variable binding in || pointcuts