Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | see pr112105 comment #13: naughty. made a check configurable. | aclement | 2005-10-26 | 1 | -0/+12 |
| | |||||
* | see pr112105 comment #13: bridge method handling for ITD fields/methods | aclement | 2005-10-26 | 1 | -38/+146 |
| | |||||
* | see pr112105 comment #13: improved (slightly) code for locating annotation ↵ | aclement | 2005-10-26 | 1 | -4/+19 |
| | | | | holders. | ||||
* | see pr112105 comment #13: yey! use parameterized mungers when applying ITDs | aclement | 2005-10-26 | 1 | -5/+6 |
| | |||||
* | see pr112105 comment #13: dont forget the tvars | aclement | 2005-10-26 | 1 | -0/+1 |
| | |||||
* | see pr112105 comment #13: uses new declared sig support inside a munger. | aclement | 2005-10-26 | 3 | -11/+37 |
| | |||||
* | see pr112105 comment #13: copies type vars across and able to create bridge ↵ | aclement | 2005-10-26 | 1 | -6/+32 |
| | | | | methods sig. | ||||
* | organized imports | aclement | 2005-10-26 | 1 | -3/+1 |
| | |||||
* | organized imports | aclement | 2005-10-26 | 1 | -3/+5 |
| | |||||
* | detects starttWith pattern in aop.xml include/exclude and do fast match | avasseur | 2005-10-26 | 2 | -13/+50 |
| | | | | avoid type resolve to do aop.xml include/exclude regular match but use the passed in bytecode (else issue with Stubs not on disk as f.e. in WLS) | ||||
* | fix for #113587: when aop.xml include/exclude is used, javac @Aspect are not ↵ | avasseur | 2005-10-25 | 4 | -31/+131 |
| | | | | passed thru the aspectof munger. Added custom logic for that | ||||
* | change to override check. | aclement | 2005-10-25 | 1 | -1/+1 |
| | |||||
* | some bridge method testcases and impl for 108101 | aclement | 2005-10-25 | 1 | -11/+107 |
| | |||||
* | concrete-aspect impl and doc for LTW - see #95529 | avasseur | 2005-10-25 | 3 | -49/+71 |
| | | | | pbly some issue on abstract @Pointcut() in ajdt core - fix coming | ||||
* | added a test to make sure primitives work (they do), and also tidied up the ↵ | acolyer | 2005-10-25 | 2 | -3/+10 |
| | | | | array test in ReflectionWorld | ||||
* | ensure that reflection based world can cope when given a java.lang.Class ↵ | acolyer | 2005-10-24 | 4 | -3/+26 |
| | | | | that represents an array type (such a class has a "name" that is actually the signature string). | ||||
* | fix issue in test for -1.5 and @AJ ITD with @anno | avasseur | 2005-10-21 | 4 | -7/+23 |
| | | | | impl error message for reweavable and not declared in aop.xml as per David Knibb patch, #104218 | ||||
* | weaveinfo for @AJ ITD | avasseur | 2005-10-21 | 2 | -2/+11 |
| | |||||
* | test and fix for pr111915 | aclement | 2005-10-21 | 1 | -10/+5 |
| | |||||
* | *Now* we're moving - more and more stuff from GenericsTests is working :) ↵ | aclement | 2005-10-20 | 1 | -1/+1 |
| | | | | see pr112105 comment #11 | ||||
* | test and fix for pr113073 from Helen | aclement | 2005-10-20 | 1 | -15/+16 |
| | |||||
* | provide access to the sigpattern (Helen) | aclement | 2005-10-20 | 1 | -0/+4 |
| | |||||
* | Fix for ordering problem when using generic abstract aspects. Fix for ↵ | aclement | 2005-10-20 | 1 | -2/+2 |
| | | | | crappy code (of mine) in ResolvedType.discover... - see pr112105 comment #10 | ||||
* | Changes for generic field itds - see 112105 comment 9 | aclement | 2005-10-20 | 6 | -14/+135 |
| | |||||
* | serialized form of ITD field mungers changed (includes aliases) - jars rebuilt | aclement | 2005-10-20 | 14 | -0/+0 |
| | |||||
* | helper method | aclement | 2005-10-19 | 1 | -0/+9 |
| | |||||
* | moved stuff around to get rid of the annoying warning about foo() should be ↵ | aclement | 2005-10-19 | 8 | -0/+0 |
| | | | | called statically. I couldn't just 'fix the program' as it is used in that form as input for a test - so I just moved the code outside of the existing source folders. | ||||
* | due fix and test for @AJ ITD reweavable, serialization of the method ↵ | avasseur | 2005-10-18 | 3 | -15/+25 |
| | | | | delegate munger | ||||
* | tests and fix for pr112027 | aclement | 2005-10-18 | 2 | -1/+5 |
| | |||||
* | ctor ITDs now remember tvar aliases (see 112105) | aclement | 2005-10-18 | 1 | -8/+15 |
| | |||||
* | change to itd ctor serialization - quick rebuild of jars. | aclement | 2005-10-18 | 14 | -0/+0 |
| | |||||
* | see pr112105: delegating impl required | aclement | 2005-10-18 | 1 | -0/+5 |
| | |||||
* | see pr112105: can parameterize taking aliases into account | aclement | 2005-10-18 | 3 | -6/+30 |
| | |||||
* | see pr112105: tidyup | aclement | 2005-10-18 | 2 | -35/+12 |
| | |||||
* | see pr112105: parameterizes a generic ITD when looking at whether abstract ↵ | aclement | 2005-10-18 | 1 | -2/+10 |
| | | | | methods are overridden. | ||||
* | how many spelling mistakes could I make in one comment? | aclement | 2005-10-17 | 1 | -4/+8 |
| | |||||
* | due fix for @AJ ITD annotation copy from ITD intf methods | avasseur | 2005-10-17 | 1 | -34/+24 |
| | |||||
* | Fix part 1 for pr110307 | aclement | 2005-10-17 | 5 | -1269/+1386 |
| | |||||
* | organized imports. | aclement | 2005-10-17 | 2 | -11/+7 |
| | |||||
* | polish for last commit | avasseur | 2005-10-17 | 3 | -99/+38 |
| | | | | | (implement @AspectJ ITD @DeclareParents and @DeclareImplements changed AjType as ITD field is meaningless (as @AJ ITD is interface driven)) | ||||
* | implement @AspectJ ITD @DeclareParents and @DeclareImplements | avasseur | 2005-10-17 | 9 | -1382/+1855 |
| | | | | changed AjType as ITD field is meaningless (as @AJ ITD is interface driven) | ||||
* | Fix for pr112602 | aclement | 2005-10-17 | 1 | -3/+4 |
| | |||||
* | working on 112602 | aclement | 2005-10-17 | 1 | -1/+1 |
| | |||||
* | Updates for generic ITDs - see pr112105 for a description of all changes. | aclement | 2005-10-14 | 29 | -61/+280 |
| | |||||
* | spelling mistake corrected. | aclement | 2005-10-14 | 1 | -1/+1 |
| | |||||
* | pr112529: better diagnostics (I think it'll still fail tho...) | aclement | 2005-10-14 | 1 | -2/+2 |
| | |||||
* | pr112529: better diagnostics (I think it'll still fail tho...) | aclement | 2005-10-14 | 1 | -4/+13 |
| | |||||
* | Code for enhancement 107741: Updated WeavingURLClassLoader (thanks to ↵ | aclement | 2005-10-14 | 3 | -621/+0 |
| | | | | Matthew Webster for the patch) | ||||
* | Fix reference to static method to use class rather than instance. | aclement | 2005-10-14 | 1 | -1/+1 |
| | |||||
* | Fix for 112243: incorrect entries in type map. Includes fix for this case ↵ | aclement | 2005-10-13 | 2 | -2/+19 |
| | | | | and guards to give better info if it ever happens again. |