summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|