summaryrefslogtreecommitdiffstats
path: root/weaver
Commit message (Expand)AuthorAgeFilesLines
...
* from branch: add aspectOf() via a mungeraclement2005-04-192-0/+16
* from branch: binding rules different for @AJaclement2005-04-192-1/+18
* from branch: @AJ supportaclement2005-04-191-12/+53
* from branch: dealing with the binding of formalsaclement2005-04-191-2/+13
* improved error messageaclement2005-04-191-1/+1
* changed visibilityaclement2005-04-191-2/+2
* from branch: changes for @AJ - any tests for this???aclement2005-04-191-13/+25
* from branch: expected test results changed because of new JP subtypesaclement2005-04-191-10/+10
* From branch: New build scripts that Alex uses under IntelliJ - can be run ind...aclement2005-04-191-0/+62
* bug#82171 Created sepereate handle provider to enable ASM use of IDE-specific...mkersten2005-04-142-12/+13
* copyright addedaclement2005-04-148-0/+80
* From The Branch: Alex's changes in the weaver module to avoid use of the defa...aclement2005-04-1313-5/+30
* Fix for: Bugzilla Bug 91090: declare warning with staticinitialization matchi...aclement2005-04-131-1/+5
* Fix for pr90806 - stash sourcecontext whilst we have it.aclement2005-04-131-1/+4
* Use names like 'tjp.GetInfo' rather than 'tjp_GetInfo' in the lint message !aclement2005-04-071-1/+1
* replaced Java 1.4 APIwisberg2005-03-262-2/+29
* Don't report unimportant relationships (e.g. perobject)aclement2005-03-241-1/+1
* Removed 4 FIXMEs and added relationships for declare annotation on ITDsaclement2005-03-241-16/+11
* Fix for using declare annotation to target things in the default packageaclement2005-03-241-2/+2
* Enhancement 88862: declare annotation hitting ITDs.aclement2005-03-238-139/+593
* Declare annotation hitting ITDs: reworked the code generation mechanism for ...aclement2005-03-231-23/+21
* fix for Bug 84122 - Allow aspectPath to contain directoriesacolyer2005-03-231-16/+41
* allow for changes in the underlying annotation set.aclement2005-03-231-1/+1
* one fixme resolved ...aclement2005-03-231-2/+2
* enh 76055 -acolyer2005-03-232-0/+10
* test and fix for handling a *... varargs patternacolyer2005-03-232-2/+2
* Fix for Bugzilla Bug 88652: an array type as the last parameter in a signatur...acolyer2005-03-224-4/+17
* fix for missing syntax error on execution((@XXX *) Foo.new(..))acolyer2005-03-141-10/+12
* fix for Bugzilla Bug 42743: declare soft limitationacolyer2005-03-145-16/+42
* Much more robust way to dig round the structure model ...aclement2005-03-111-19/+27
* Oops! Now skips advice/etc when looking for matches for dec @method/@ctoraclement2005-03-111-3/+5
* temporary fix to ensure we see relationships for dec @type when incrementally...aclement2005-03-111-0/+5
* Guard test execution on 1.5 vm levelaclement2005-03-112-7/+43
* Declare annotation: does binary weaving of @type, copes with recursive applic...aclement2005-03-101-27/+156
* Declare annotation: Does weaving of @field, @method, @ctor - copes with recur...aclement2005-03-101-4/+164
* Improved FIXME comments ;)aclement2005-03-101-5/+5
* Declare annotation: uses the new annotation type mungeraclement2005-03-101-0/+9
* Declare annotation: manages a set of annotations nowaclement2005-03-105-61/+231
* Declare annotation: getAnnotations added.aclement2005-03-101-0/+4
* Declare annotation: new kind of type munger created.aclement2005-03-101-0/+2
* Declare annotation: added getAnnotation/addAnnotation to the RTX hierarchyaclement2005-03-101-1/+26
* Declare annotation: support for new declare collections.aclement2005-03-103-1/+97
* Declare annotation: put guards in for structure model building, added 'annota...aclement2005-03-101-1/+132
* Declare annotation: only declare annotation provides a differing name suffix ...aclement2005-03-101-0/+11
* Declare annotation: modified to take account of new AnnotationX stuffaclement2005-03-101-4/+5
* FIXME altered - now names culprit (me)aclement2005-03-101-1/+1
* Declare annotation: useful to know if a type pattern specifies a starred anno...aclement2005-03-101-0/+4
* Declare annotation: useful to know if a signature pattern specifies a starred...aclement2005-03-101-0/+5
* Declare annotation: creates DeclareAnnotations of the right types (using type...aclement2005-03-101-3/+4
* Declare annotation: loads of changes!aclement2005-03-101-31/+229