aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* test for Bugzilla Bug 107059acolyer2005-08-161-0/+5
* updated message text...acolyer2005-08-161-1/+1
* removed 1.3 testing temporarily to keep build happy?aclement2005-08-161-1/+1
* fix for 98952 : @AJ if pointcutacolyer2005-08-152-25/+48
* debug?aclement2005-08-151-0/+1
* updated to push on genericIdentifiersLength stack rather than just move the s...acolyer2005-08-152-0/+0
* Fix for pr92880: I've removed the exception clause from the declaration of aj...aclement2005-08-152-6/+5
* updated parsing of type parameters in OnType of ITDsacolyer2005-08-152-0/+0
* genericitds: more method/ctor ITDs that use their target types generic type v...aclement2005-08-1512-0/+217
* genericitds: more method/ctor ITDs that use their target types generic type v...aclement2005-08-144-5/+44
* genericitds: more combinations...aclement2005-08-1310-0/+162
* genericitds: method ITDs that use their target types generic type variables.aclement2005-08-1213-0/+212
* for one little change, this sure was a hell of a lot of work to track down. F...acolyer2005-08-122-0/+0
* for one little change, this sure was a hell of a lot of work to track down. F...acolyer2005-08-121-2/+2
* -Xlint:xxx and -Xlintfile:xxx in aop.xmlavasseur2005-08-123-3/+58
* test cases for generic aspects can now be included in main suiteacolyer2005-08-121-1/+7
* test case and fix for (.....)+ type pattern parsingacolyer2005-08-124-1/+42
* genericitds: field type mungers now understand a map from type variable names...aclement2005-08-125-25/+65
* genericitds: when the compiler asks for a member that is in fact from an ITD ...aclement2005-08-121-10/+123
* genericitds: loads of checks added for when specifying a generic target type ...aclement2005-08-121-13/+81
* genericitds: tells the member finder to remember the munger so it can correct...aclement2005-08-121-2/+3
* genericitds: dont lookup those type variables ...aclement2005-08-121-2/+8
* genericitds: on first construction of the ITD, it builds some 'placeholder' t...aclement2005-08-121-2/+25
* genericitds: Using target type variables in your ITD field declarations.aclement2005-08-121-0/+85
* genericitds: fields using target types tvars: New parameterization class that...aclement2005-08-121-0/+55
* another case of ArrayStoreException - a bug that Java generics would actually...acolyer2005-08-123-1/+1
* genericitds: Using target type variables in your ITD field declarations.aclement2005-08-121-0/+11
* genericitds: Using target type variables in your ITD field declarations.aclement2005-08-1215-0/+258
* patch from David Knibb (IBM) to make test more resilient to JVM differences i...acolyer2005-08-121-3/+29
* remove dependency on 1.5 API and bizarre unwanted importacolyer2005-08-121-3/+6
* generic aspect testcases - woohoo!acolyer2005-08-114-0/+118
* initial "parameterizeWith" support for declaresacolyer2005-08-116-6/+47
* early "parameterizeWith" support for type patternsacolyer2005-08-115-15/+68
* early "parameterizeWith" support for pointcutsacolyer2005-08-118-2/+72
* proper handling of type variable signatures ("Txxx;")acolyer2005-08-112-2/+8
* only collect declares from concrete aspectsacolyer2005-08-111-17/+31
* implementation of parameterizeWithacolyer2005-08-111-0/+7
* declares from a parameterized super-aspect are now parameterized before retur...acolyer2005-08-111-4/+26
* fixed completely broken implementation of findAspectDeclaringParents and made...acolyer2005-08-111-12/+16
* a declare parents in an abstract aspect has no effect unless at least one con...acolyer2005-08-113-0/+14
* forgot to add that one in my last commitavasseur2005-08-111-0/+8
* updated to test for non-parameterized super aspectacolyer2005-08-111-3/+3
* when unpacking the generic signature of a nested type, we also need to take i...acolyer2005-08-111-2/+44
* use $ not / to separate nested types in signaturesacolyer2005-08-111-2/+2
* test case for pr106634 :acolyer2005-08-113-3/+44
* check that only abstract aspects can have type parameters, and that a generic...acolyer2005-08-111-0/+14
* includes fix in GenericSignatureParser to handle nested types properly.acolyer2005-08-112-0/+0
* removed hard-coded date of July 5thacolyer2005-08-111-8/+8
* removed import of non-existing fileacolyer2005-08-111-1/+3
* fixed bug whereby we were adding a String into an array of Signature objectsacolyer2005-08-111-1/+1