summaryrefslogtreecommitdiffstats
path: root/weaver
Commit message (Expand)AuthorAgeFilesLines
* 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
* consider the true (generic signature) type of a field when matching "return t...acolyer2005-07-291-2/+8
* the name says it all ;)acolyer2005-07-291-0/+50
* take type parameters into account for equality and hashCodeacolyer2005-07-291-0/+1
* avoids creating field signature twiceacolyer2005-07-291-6/+6
* removed some dead codeacolyer2005-07-291-2/+0
* removed dead importsacolyer2005-07-291-2/+0
* fields now unpack their generic signature to determine the true field typeacolyer2005-07-291-0/+28
* pruned some dead codeacolyer2005-07-292-17/+10
* new messages emitted during pointcut resolution when parameterized type patte...acolyer2005-07-295-4/+42
* fixes paramerization for raw types so that List<T> goes to List and not List<...acolyer2005-07-292-9/+16