aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* test cases for get, set, staticinitialization, this, target, and within point...acolyer2005-07-2910-15/+449
* 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
* updates to tests in accordance with generics simplification planacolyer2005-07-284-27/+29
* ...aclement2005-07-281-1/+1
* ajh02 initials removed !aclement2005-07-281-1/+1
* 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-285-17/+39
* generic decp: now polices you supply the right number of parameters and they ...aclement2005-07-273-28/+38
* changed dumb testcaseaclement2005-07-271-4/+5
* 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
* genericmethoditd: testcaseaclement2005-07-271-0/+4
* genericmethoditd: uses different ctor so tvariables arent lostaclement2005-07-271-5/+23
* genericmethoditd: keep a note of rank/declaringelement in tvariableaclement2005-07-271-1/+4
* genericmethoditd: helper methods for going to/from resolvedmembers/methodbind...aclement2005-07-271-2/+88
* genericmethoditd: forces Resolvedmember to remember typevariablesaclement2005-07-271-0/+2
* rebuilt jars because of resolvedmember serialization change to remember type ...aclement2005-07-2733-0/+0
* includes change so parameterizedgenericmethodbindings know about underlying I...aclement2005-07-272-0/+0
* includes change so parameterizedgenericmethodbindings know about underlying I...aclement2005-07-272-0/+0
* update to style sheet to fix unpleasant title wrapping on IEacolyer2005-07-273-3/+6
* add the version when we add either aspect/pointcut attributes.aclement2005-07-261-0/+4
* sick sick sick generic itd tests.aclement2005-07-263-0/+54
* minor versioning improvement. dont add the version attribute if someone else...aclement2005-07-262-3/+23
* fixing the versioning problem. Up until now if we found no version in a clas...aclement2005-07-268-25/+44
* generics: testcase - static generic method ITDaclement2005-07-261-0/+9
* generics: testcase - static generic method ITDaclement2005-07-261-0/+23
* This commit simply makes the World a better place.acolyer2005-07-2319-408/+493
* removed erroneous "s" from method nameacolyer2005-07-231-2/+2
* added extra utility method for warningsacolyer2005-07-231-0/+8
* update to expected messages for type pattern matching with genericsacolyer2005-07-222-7/+10
* annotated lines that should produce compilation warningsacolyer2005-07-221-4/+4
* also support superinterfaces when converting an Eclipse TypeParameter into a ...acolyer2005-07-221-2/+10