summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* test cases for all examples in the new generics chapter of the ajdkacolyer2005-08-176-0/+200
* test case for user list reported problem with annotations on an intermediate ...acolyer2005-08-171-0/+33
* fix for bug 98952: @AJ if pointcutacolyer2005-08-172-12/+13
* re-enabling tests with @AJ processing in ajc since these now pass.acolyer2005-08-171-6/+4
* @AJ PTW polish as per aj$getInstance does not rethrow the exc but return null...avasseur2005-08-172-6/+6
* fix for Bugzilla Bug 107059acolyer2005-08-161-0/+1
* implementation of parameterize with for EllipsisTypePatternacolyer2005-08-161-0/+4
* implementation of parameterize withacolyer2005-08-161-2/+10
* added isAny() to enable easy testing for full wildcardacolyer2005-08-161-0/+3
* test for declare soft with type varsacolyer2005-08-161-0/+3
* tests for pr106130 and pr107059acolyer2005-08-161-0/+8
* ajc-test drivers for 106130, 107059, and declare soft in generic aspectacolyer2005-08-161-4/+29
* test for declare soft in a generic aspect when using type varsacolyer2005-08-161-0/+51
* tests for pr106130acolyer2005-08-163-0/+283
* 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