aboutsummaryrefslogtreecommitdiffstats
path: root/weaver
Commit message (Collapse)AuthorAgeFilesLines
* @AJ annotation are runtime visible, fixed all licenses from branch for EPLavasseur2005-04-225-34/+39
|
* Fixed bug#91912 added softens / softened by relationship to ASMmkersten2005-04-211-9/+18
|
* this set of commits teaches the TypeX world about parameterized types. it ↵acolyer2005-04-203-4/+140
| | | | handles passing of parameterized types into the weaver from Eclipse, and back out again. Fixes the ITD and parameterized types issue that shows up in the examples. Much more work to be done in this area of course before M3.
* commented jar target from bcel-builder/build.xml since broken (can someone ↵avasseur2005-04-201-13/+27
| | | | | | | comment ?) impl @Aspect("issingleton") fixed error reporting on readPerClause from @AJ
* Fix for pr92053: atargs causes a VerifyError: Unable to pop operand off an ↵aclement2005-04-201-17/+11
| | | | empty stack
* fix for Bugzilla Bug 91858acolyer2005-04-201-2/+1
| | | | | | NullPointerException when declare @type is spelt with capital letter patch submitted by Andrew Huff
* I didn't move the test suite class..aclement2005-04-191-1/+1
|
* Copyright altered to pass the test..aclement2005-04-193-3/+12
|
* from branch: change to advice ordering (sorts on source loc rather than ↵aclement2005-04-191-26/+109
| | | | name) and various binding processing changes for @AJ aspects.
* from branch: changed visibilityaclement2005-04-191-3/+2
|
* from branch: loads of @AJ changes for inlining strategies, using the right ↵aclement2005-04-191-50/+234
| | | | JP, wiring up the closure, etc.
* from branch: needs to implement mustcheckexceptions methodaclement2005-04-191-0/+8
|
* from branch: concern from alex that sequenced hash map might be needed?aclement2005-04-191-1/+2
|
* from branch: redundant?aclement2005-04-191-1/+11
|
* from branch: dont stick the interface on @AJ thingies.aclement2005-04-191-3/+12
|
* from branch: rtx's now know whether they are @AJ aspects or notaclement2005-04-191-2/+11
|
* from branch: check exceptions if necessaryaclement2005-04-191-6/+15
|
* from branch: mod to check if exceptions must be verified or not...aclement2005-04-191-1/+8
|
* from branch: perclause support necessary for @AJaclement2005-04-191-0/+13
|
* modified for binding processing from branch and Andy optimized toString()aclement2005-04-191-8/+15
|
* from branch: processes @AJ annotationsaclement2005-04-192-0/+899
|
* from branch: new exprs supportedaclement2005-04-195-1/+148
|
* from branch: new tests supportedaclement2005-04-191-0/+28
|
* From branch: necessary for @AJaclement2005-04-191-0/+389
|
* from branch: modified parameter code for @AJaclement2005-04-191-35/+99
|
* from branch: perclause support and modified delegate processing for ↵aclement2005-04-191-13/+57
| | | | multi-threaded environments.
* from branch: knows about new JP subtypesaclement2005-04-191-10/+48
|
* from branch: processes @AJ stuff on a fieldaclement2005-04-191-1/+4
|
* from branch: processes @AJ stuff on a methodaclement2005-04-191-1/+4
|
* from branch: capable of knowing whether it represents an @AJ aspectaclement2005-04-191-4/+33
|
* from branch: new utility methods for @AJ supportaclement2005-04-191-3/+45
|
* from branch: extra perclause support for @AJaclement2005-04-191-0/+24
|
* 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 ↵aclement2005-04-191-0/+62
| | | | individually or via master in build module.
* bug#82171 Created sepereate handle provider to enable ASM use of ↵mkersten2005-04-142-12/+13
| | | | IDE-specific handle identifiers.
* copyright addedaclement2005-04-148-0/+80
|
* From The Branch: Alex's changes in the weaver module to avoid use of the ↵aclement2005-04-1313-5/+30
| | | | default package where inappropriate.
* Fix for: Bugzilla Bug 91090: declare warning with staticinitialization ↵aclement2005-04-131-1/+5
| | | | matching an aspect doesn't appear correctly. Ensured staticinitialization shadow source locations are always the type declaration line (including offset where we can).
* 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
|