aboutsummaryrefslogtreecommitdiffstats
path: root/weaver
Commit message (Expand)AuthorAgeFilesLines
* fix for bug 98952: @AJ if pointcutacolyer2005-08-171-3/+3
* @AJ PTW polish as per aj$getInstance does not rethrow the exc but return null...avasseur2005-08-171-2/+2
* 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
* fix for 98952 : @AJ if pointcutacolyer2005-08-151-3/+8
* Fix for pr92880: I've removed the exception clause from the declaration of aj...aclement2005-08-151-3/+2
* test case and fix for (.....)+ type pattern parsingacolyer2005-08-121-1/+3
* genericitds: field type mungers now understand a map from type variable names...aclement2005-08-124-4/+29
* remove dependency on 1.5 API and bizarre unwanted importacolyer2005-08-121-3/+6
* 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
* 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
* add test for proxy weaving and jit class weaving, update ltw docavasseur2005-08-112-1/+2
* tests and fix for bug pr106461:acolyer2005-08-102-0/+6
* support for binding of parameterized types in after returning().acolyer2005-08-103-3/+49
* now handles resolving of generic wildcards in type patternsacolyer2005-08-091-9/+32
* make sure that "all exact" testing takes into account subtype flagsacolyer2005-08-091-2/+7
* >> and >>> are lexed as tokens by the JDT parser. We always want >,> and >,>,...acolyer2005-08-091-1/+17
* ensure we don't try and insert an instanceof test for a parameterized typeacolyer2005-08-091-3/+6
* I only changed a comment, honestly, I only changed a comment....acolyer2005-08-091-0/+1
* args fully updated for generics and parameterized typesacolyer2005-08-091-4/+38
* don't try and make BcelObjectTypes for parameterized typesacolyer2005-08-091-1/+1
* resolved members never belong to raw types, but the backing generic typeacolyer2005-08-091-0/+1
* added getSimpleName which looks better when used in error and warning messagesacolyer2005-08-091-0/+29
* a type variable reference type should never be treated as a generic wildcardacolyer2005-08-091-0/+3
* a shadow now remembers the resolved version of its signatureacolyer2005-08-091-0/+21
* support for coercion testing with parameterized typesacolyer2005-08-091-2/+88
* added unchecked match warningacolyer2005-08-092-1/+5
* added toGenericStringacolyer2005-08-094-0/+30
* support for coercion testingacolyer2005-08-091-1/+52
* genericitds: 2 big changes here: I've modifed the super/extends stuff so it...aclement2005-08-097-30/+159
* Fix for pr98901: copying annotations to new members created via ITD !!aclement2005-08-083-152/+314
* tests and implementation for calls to bridge methods. This completes the impl...acolyer2005-08-055-23/+23
* tests and fix for call pointcut matching with various generic and parameteriz...acolyer2005-08-051-7/+11
* genericitds: lots of new support for recursive type variables and ITD ctors.aclement2005-08-0410-35/+138
* oops, this is the implementation that is needed for the execution tests I com...acolyer2005-08-043-2/+43
* signature matching algorithm simplified, sorted, and fully genericised.acolyer2005-08-042-0/+1028
* changed Member to be an interface with impl MemberImpl. changed ResolvedMembe...acolyer2005-08-0443-1641/+1874
* genericitds: using wildcard '? extends Type' and '? extends <TypeVariable>'. ...aclement2005-07-292-1/+7
* changes for initialization and preinitialization join point matching with gen...acolyer2005-07-297-6/+43
* ensure that wildcard bounds for things like ? extends and ? super are fully t...acolyer2005-07-291-3/+28