]> source.dussan.org Git - aspectj.git/shortlog
aspectj.git
2005-08-09 acolyerargs fully updated for generics and parameterized types
2005-08-09 acolyerdon't try and make BcelObjectTypes for parameterized...
2005-08-09 acolyerresolved members never belong to raw types, but the...
2005-08-09 acolyeradded getSimpleName which looks better when used in...
2005-08-09 acolyera type variable reference type should never be treated...
2005-08-09 acolyera shadow now remembers the resolved version of its...
2005-08-09 acolyersupport for coercion testing with parameterized types
2005-08-09 acolyeradded unchecked match warning
2005-08-09 acolyeradded toGenericString
2005-08-09 acolyersupport for coercion testing
2005-08-09 acolyernew tests cases for args with generics and generic...
2005-08-09 aclementgenericitds: 2 big changes here: I've modifed the...
2005-08-09 aclementGenericAspects: from AJDK
2005-08-09 acolyerthis version is built with -1.3 ;)
2005-08-08 acolyersome updates to make this sort-of-compile
2005-08-08 acolyerupdated rules that allow ITDs on generic types using...
2005-08-08 aclementgenericitds: reusing similar specifications for type...
2005-08-08 aclementgenericitds: test programs for ITDs targetting the...
2005-08-08 aclementFix for pr98901: copying annotations to new members...
2005-08-08 aclementgenericitds:
2005-08-08 aclementgeneric itds:
2005-08-08 aclementgenericitds: sharing type variables with generic type...
2005-08-08 aclementgenericitds: test programs
2005-08-05 acolyertests and implementation for calls to bridge methods...
2005-08-05 acolyertests and fix for call pointcut matching with various...
2005-08-04 aclementgenericitds: lots of new support for recursive type...
2005-08-04 acolyeroops, this is the implementation that is needed for...
2005-08-04 acolyertest cases for execution pointcut with generic and...
2005-08-04 acolyerlast couple of withincode tests - this completes the...
2005-08-04 acolyerwith the new matching algorithm, these tests now pass...
2005-08-04 acolyersignature matching algorithm simplified, sorted, and...
2005-08-04 acolyerimproved and additional signature matching tests
2005-08-04 acolyerchanged Member to be an interface with impl MemberImpl...
2005-08-04 acolyerfixed broken example wrt. annotation inheritance
2005-08-03 aclementgenericitds: more combinations
2005-08-03 aclementgenericitds: now we're getting silly..
2005-08-03 aclementgenericitds: more combinations
2005-07-29 aclementgenericitds: the possibilities are endless.
2005-07-29 aclementgenericitds: using wildcard '? extends Type' and '...
2005-07-29 aclementgenericitds: using wildcard '? extends' with typevariables.
2005-07-29 acolyerchanges for initialization and preinitialization join...
2005-07-29 acolyertests for initialization and preinitialization pointcut...
2005-07-29 aclementgenericitds: using wildcard '? extends Type'
2005-07-29 aclementgenericitds: using wildcard '? extends' with typevariables.
2005-07-29 acolyerensure that wildcard bounds for things like ? extends...
2005-07-29 acolyerconsider the true (generic signature) type of a field...
2005-07-29 acolyerthe name says it all ;)
2005-07-29 acolyertake type parameters into account for equality and...
2005-07-29 acolyeravoids creating field signature twice
2005-07-29 acolyerremoved some dead code
2005-07-29 acolyerremoved dead imports
2005-07-29 acolyerfields now unpack their generic signature to determine...
2005-07-29 acolyerpruned some dead code
2005-07-29 acolyernew messages emitted during pointcut resolution when...
2005-07-29 acolyerfixes paramerization for raw types so that List<T>...
2005-07-29 acolyertest cases for get, set, staticinitialization, this...
2005-07-28 acolyerno more parameterized or type variable types for declar...
2005-07-28 acolyerparser updates for generics simplification plan
2005-07-28 acolyerfull support for generic wildcard (?, ? extends, ?...
2005-07-28 acolyereliminates unwanted "genericSignature" attribute, and...
2005-07-28 acolyerupdates to tests in accordance with generics simplifica...
2005-07-28 aclement...
2005-07-28 aclementajh02 initials removed !
2005-07-28 aclementpart of fix for annotations appearing on public members...
2005-07-28 aclementpart of fix for annotations appearing on public members...
2005-07-28 aclementorganized imports
2005-07-28 avasseurfix corrupted test failing on Jrockit, fix a ltw doc...
2005-07-27 aclementgeneric decp: now polices you supply the right number...
2005-07-27 aclementchanged dumb testcase
2005-07-27 aclementgenericmethoditd: implements tag interface
2005-07-27 aclementgenericmethoditd: tag for type/method since either...
2005-07-27 aclementgenericmethoditd: record a rank/declaringelement, like...
2005-07-27 aclementgenericmethoditd: VersionedDataInputStream
2005-07-27 aclementgenericmethoditd: testcase
2005-07-27 aclementgenericmethoditd: uses different ctor so tvariables...
2005-07-27 aclementgenericmethoditd: keep a note of rank/declaringelement...
2005-07-27 aclementgenericmethoditd: helper methods for going to/from...
2005-07-27 aclementgenericmethoditd: forces Resolvedmember to remember...
2005-07-27 aclementrebuilt jars because of resolvedmember serialization...
2005-07-27 aclementincludes change so parameterizedgenericmethodbindings...
2005-07-27 aclementincludes change so parameterizedgenericmethodbindings...
2005-07-27 acolyerupdate to style sheet to fix unpleasant title wrapping...
2005-07-26 aclementadd the version when we add either aspect/pointcut...
2005-07-26 aclementsick sick sick generic itd tests.
2005-07-26 aclementminor versioning improvement. dont add the version...
2005-07-26 aclementfixing the versioning problem. Up until now if we...
2005-07-26 aclementgenerics: testcase - static generic method ITD
2005-07-26 aclementgenerics: testcase - static generic method ITD
2005-07-23 acolyerThis commit simply makes the World a better place.
2005-07-23 acolyerremoved erroneous "s" from method name
2005-07-23 acolyeradded extra utility method for warnings
2005-07-22 acolyerupdate to expected messages for type pattern matching...
2005-07-22 acolyerannotated lines that should produce compilation warnings
2005-07-22 acolyeralso support superinterfaces when converting an Eclipse...
2005-07-22 acolyerimproved matching in canBeBoundTo to consider equality...
2005-07-22 acolyerremember source location when faulting in generic type
2005-07-22 acolyerchanged the serialized form of a WildTypePattern to...
2005-07-22 avasseurfix #104212 very bad bug on static method call jp that...
2005-07-21 acolyerproper support for type variable across patterns in...
2005-07-21 acolyernew warnings for generics in patterns
next