summaryrefslogtreecommitdiffstats
path: root/weaver/testsrc
Commit message (Collapse)AuthorAgeFilesLines
* implemented fastMatch method along with some basic tests of jhugunin2003-03-121-1/+15
| | | | weave performance with and without it
* fixing Bug 31724 jhugunin2003-03-111-1/+2
| | | | | declare warning/error emitted without context and generally providing better error context information
* Half-way through refactoring of ResolvedTypeX's and Worlds. This jhugunin2003-03-084-11/+15
| | | | | | | should make incremental compilation and using binary aspect libraries work MUCH better. The current state doesn't fix any of those issues, but it also does continue to pass all of the existing tests.
* FIXED: Bugzilla Bug 32463 jhugunin2003-03-061-2/+2
| | | | ajc reports error when encountering static declaration of nested classes
* applying Martin Lippert's patch in support of a weaving class loader jhugunin2003-02-141-1/+1
| | | | made some modifications to avoid duplication of code from weave method
* resolving unused-imports warningswisberg2003-02-1320-42/+1
|
* changed class name to match change from declare dominates to jhugunin2003-01-211-1/+1
| | | | declare precedence
* renamed "declare dominates" to "declare precedence"jhugunin2003-01-141-2/+2
|
* fixed initial implementor for code written in 2002 to be just PARC, not ↵jhugunin2003-01-1445-45/+45
| | | | Xerox/PARC
* added information about proceed to around advice attributejhugunin2002-12-311-2/+2
|
* refactored hasThis kinda thingjhugunin2002-12-311-7/+1
|
* fixed to use A.aspectOf() instead of A.ajc$perSingletonField for getting jhugunin2002-12-231-0/+2
| | | | | singleton aspects this lets us produce much better errors when the field is null
* fixed rules for overriding/inheriting pointcutsjhugunin2002-12-201-27/+27
|
* better error handling for cases where type name is required jhugunin2002-12-173-10/+10
| | | | instead of type pattern
* more bug fixesjhugunin2002-12-171-14/+7
|
* removing aberrant regenerate = trueehilsdal2002-12-161-1/+1
|
* Changing string constant for classDir, since the package changed names ↵ehilsdal2002-12-161-1/+1
| | | | (correctly) to "weaver"
* Changing string constant for classDir, since the package changed names ↵ehilsdal2002-12-161-1/+1
| | | | (correctly) to "weaver"
* initial versionwisberg2002-12-1656-0/+5209