aboutsummaryrefslogtreecommitdiffstats
path: root/weaver
Commit message (Expand)AuthorAgeFilesLines
* 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
* no more parameterized or type variable types for declaring type patterns (gen...acolyer2005-07-282-23/+23
* parser updates for generics simplification planacolyer2005-07-282-134/+161
* full support for generic wildcard (?, ? extends, ? super)acolyer2005-07-285-129/+590
* eliminates unwanted "genericSignature" attribute, and adds full support for g...acolyer2005-07-2810-75/+130
* part of fix for annotations appearing on public members: can now ask Annotati...aclement2005-07-281-0/+4
* part of fix for annotations appearing on public members: new accessor method ...aclement2005-07-281-1/+4
* organized importsaclement2005-07-281-3/+0
* fix corrupted test failing on Jrockit, fix a ltw doc, ltw include are ORed as...avasseur2005-07-281-1/+3
* generic decp: now polices you supply the right number of parameters and they ...aclement2005-07-271-15/+17
* genericmethoditd: implements tag interfaceaclement2005-07-271-4/+4
* genericmethoditd: tag for type/method since either of those can declare a typ...aclement2005-07-271-0/+23
* genericmethoditd: record a rank/declaringelement, like their Eclipse counterp...aclement2005-07-271-0/+20
* genericmethoditd: VersionedDataInputStreamaclement2005-07-275-8/+40
* rebuilt jars because of resolvedmember serialization change to remember type ...aclement2005-07-2714-0/+0
* add the version when we add either aspect/pointcut attributes.aclement2005-07-261-0/+4
* minor versioning improvement. dont add the version attribute if someone else...aclement2005-07-261-2/+9
* fixing the versioning problem. Up until now if we found no version in a clas...aclement2005-07-266-25/+23
* This commit simply makes the World a better place.acolyer2005-07-2319-408/+493
* improved matching in canBeBoundTo to consider equality of all bounds when tes...acolyer2005-07-221-4/+28
* remember source location when faulting in generic typeacolyer2005-07-221-1/+4
* changed the serialized form of a WildTypePattern to remember generic info... ...acolyer2005-07-2219-1/+143
* fix #104212 very bad bug on static method call jp that has been around since ...avasseur2005-07-223-4/+26
* proper support for type variable across patterns in the Eclipse Source Type w...acolyer2005-07-218-18/+253
* new warnings for generics in patternsacolyer2005-07-212-2/+8
* change from isTypeVariable to isTypeVariableReferenceacolyer2005-07-212-10/+10
* dont go looking for generic types pre 1.5aclement2005-07-211-11/+15
* generics: fixes for decp testcases involving generic types targeted by param...aclement2005-07-2111-50/+155
* wild type patterns with no type params ignore <...> when matching by name (ra...acolyer2005-07-202-1/+7
* handle superinterfaces correctly for raw typesacolyer2005-07-202-6/+31
* ensure that when parameterizing a member, we handle any types that are themse...acolyer2005-07-205-4/+60