aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ensure that reflection based world can cope when given a java.lang.Class ↵acolyer2005-10-244-3/+26
| | | | that represents an array type (such a class has a "name" that is actually the signature string).
* perf improvements from Matthew and Ron #113511avasseur2005-10-242-12/+21
|
* testcases.aclement2005-10-244-2/+32
|
* added if() expressions to permitted scopes for thisJoinPoint formswisberg2005-10-221-1/+2
|
* test V for generics, 4 to go.aclement2005-10-211-1/+5
|
* complex aspect!aclement2005-10-211-0/+160
|
* fix issue in test for -1.5 and @AJ ITD with @annoavasseur2005-10-2112-51/+206
| | | | impl error message for reweavable and not declared in aop.xml as per David Knibb patch, #104218
* weaveinfo for @AJ ITDavasseur2005-10-213-4/+20
|
* docs for @AJ ITDavasseur2005-10-211-278/+424
|
* test and fix for pr111915aclement2005-10-214-10/+33
|
* *Now* we're moving - more and more stuff from GenericsTests is working :) ↵aclement2005-10-206-22/+86
| | | | see pr112105 comment #11
* test and fix for pr113073 from Helenaclement2005-10-204-15/+47
|
* provide access to the sigpattern (Helen)aclement2005-10-201-0/+4
|
* Fix for ordering problem when using generic abstract aspects. Fix for ↵aclement2005-10-207-45/+171
| | | | crappy code (of mine) in ResolvedType.discover... - see pr112105 comment #10
* Changes for generic field itds - see 112105 comment 9aclement2005-10-2012-69/+301
|
* swapped a letteraclement2005-10-201-1/+1
|
* more design tests.aclement2005-10-202-0/+33
|
* serialized form of ITD field mungers changed (includes aliases) - jars rebuiltaclement2005-10-2035-0/+0
|
* temporary removal to get a build through.aclement2005-10-201-3/+4
|
* helper methodaclement2005-10-191-0/+9
|
* changed the fix - it didnt even compile on my machine without this change...aclement2005-10-191-1/+1
|
* fix for odd NPE - don't know what this readAspect goal is (javadoc welcome) ↵avasseur2005-10-191-4/+11
| | | | and thus if my fix is ok
* I've tackled methods and ctor generic itds - now fields.aclement2005-10-191-0/+13
|
* generics tests revisted post all the recent changes - more of them now pass!aclement2005-10-1912-76/+162
|
* moved stuff around to get rid of the annoying warning about foo() should be ↵aclement2005-10-198-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.
* removed jdwp from test for CCavasseur2005-10-181-1/+0
|
* due fix and test for @AJ ITD reweavable, serialization of the method ↵avasseur2005-10-1810-15/+196
| | | | delegate munger
* tests and fix for pr112027aclement2005-10-185-1/+15
|
* change to itd ctor serialization - quick rebuild of jars.aclement2005-10-183-0/+0
|
* ctor ITDs now remember tvar aliases (see 112105)aclement2005-10-183-12/+20
|
* slightly changed parsing test.aclement2005-10-181-1/+1
|
* tests put back in :)aclement2005-10-181-4/+4
|
* change to itd ctor serialization - quick rebuild of jars.aclement2005-10-1832-0/+0
|
* rebuilt - includes DeclareImplements annotationaclement2005-10-182-0/+0
|
* pr110307: testcodeaclement2005-10-184-10/+84
|
* see pr112105: delegating impl requiredaclement2005-10-181-0/+5
|
* see pr112105: can parameterize taking aliases into accountaclement2005-10-183-6/+30
|
* see pr112105: tidyupaclement2005-10-182-35/+12
|
* see pr112105: parameterizes a generic ITD when looking at whether abstract ↵aclement2005-10-181-2/+10
| | | | methods are overridden.
* how many spelling mistakes could I make in one comment?aclement2005-10-171-4/+8
|
* due fix for @AJ ITD annotation copy from ITD intf methodsavasseur2005-10-172-34/+39
|
* Fix part 1 for pr110307aclement2005-10-175-1269/+1386
|
* organized imports.aclement2005-10-172-11/+7
|
* Fix part 1 for pr110307aclement2005-10-172-2/+6
|
* polish for last commitavasseur2005-10-174-161/+39
| | | | | (implement @AspectJ ITD @DeclareParents and @DeclareImplements changed AjType as ITD field is meaningless (as @AJ ITD is interface driven))
* implement @AspectJ ITD @DeclareParents and @DeclareImplementsavasseur2005-10-1718-1433/+2167
| | | | changed AjType as ITD field is meaningless (as @AJ ITD is interface driven)
* Fix for pr112602aclement2005-10-174-9/+25
|
* testcode for pr112602aclement2005-10-172-0/+14
|
* working on 112602aclement2005-10-171-1/+1
|
* testcode for 110307aclement2005-10-178-6/+203
|