]> source.dussan.org Git - aspectj.git/shortlog
aspectj.git
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
2005-07-21 acolyerchange from isTypeVariable to isTypeVariableReference
2005-07-21 acolyermore tests and refinement of existing tests
2005-07-21 acolyerfixes bug in test case caught by improved error message...
2005-07-21 aclementdont go looking for generic types pre 1.5
2005-07-21 aclementgenerics: fixes for decp testcases involving generic...
2005-07-21 aclementtidy up after a run...
2005-07-21 avasseurfix in ltw log + test + some doc on custom message...
2005-07-20 acolyerone more passing test...
2005-07-20 acolyerwild type patterns with no type params ignore <......
2005-07-20 acolyerhandle superinterfaces correctly for raw types
2005-07-20 aclementgenerics: testcase for decp'ing parameterized type...
2005-07-20 aclementcommented out debug line...
2005-07-20 acolyerensure that when parameterizing a member, we handle...
2005-07-20 acolyerchanges to construction and representation of parameter...
2005-07-19 aclementorganized imports - wanted to trigger a build :)
2005-07-18 avasseurltw reweavable test for Mattew bug, fix some wrong...
2005-07-18 avasseurfix LTW for JMX stuff, rename messageHolder, some doc...
2005-07-18 aclementmethod name in weaver refactored.
2005-07-18 aclementMore bits of fix for pr98901 (annotation copying)
2005-07-18 avasseur@DeclareAnnotation and guard to not use it in M3, doc...
2005-07-18 aclementFirst bits of fix for pr98901 (annotation copying)
2005-07-18 aclementtestcases for pr98901 (annotations copied to targets...
2005-07-18 aclementFix for pr103266: allow for nulls in the visitor (can...
2005-07-15 acolyermoves forGenericType from UnresolvedType to ResolvedTyp...
2005-07-15 acolyermakes fromBinding in EclipseFactory an instance rather...
2005-07-15 acolyerThis is the beginning of a significant refactoring...
2005-07-14 acolyerjust comments (honest ;) ) describing the format of...
2005-07-13 aclementorganized imports PRE_ANDY
2005-07-13 acolyerbeginnings of support for matching against type variables
2005-07-13 acolyeravoid losing type variable information when resolving...
2005-07-13 acolyernow remembers its location for better error reporting
2005-07-13 acolyertest case updates...
2005-07-13 acolyerbetter error reporting when using type vars in inapprop...
2005-07-13 acolyeradded an additional message operation to tidy up weaver...
2005-07-13 acolyertest for parameterized type usage
2005-07-13 acolyernew message "a parameterized type pattern may not be...
2005-07-13 acolyersometimes we get asked to resolve more than once, and...
2005-07-13 acolyermore test cases covering generics in pointcut expressions
2005-07-13 acolyerdon't re-resolve already resolved types
2005-07-13 acolyerteach a typex whether or not it represents a type variable
2005-07-13 aclementorganized imports
2005-07-12 wisbergAnt 1.6 antlib.xml support, per bug 103493
2005-07-12 acolyerhandles resolution of bindings when the pointcut uses...
2005-07-12 acolyera pointcut now has a simple list of type variable names...
2005-07-12 acolyertest that a signature with a generic declaring type...
2005-07-12 aclementorganized imports
2005-07-12 aclementgenerics: new error messages.
2005-07-12 acolyerI needed to make some changes to resolveBindings, but...
2005-07-12 acolyerparameterized members remember their erasure and this...
2005-07-12 acolyertest that a the erasure of a signature matches a parame...
2005-07-11 wisbergtests for Huff's fix for 102746 - not hooked up b/c...
2005-07-11 wisbergVariant of Huff's fix for 102746 - untested hypothesis
2005-07-11 avasseur99861 temp fix for deadlock when Sun' Unsafe.defineClas...
2005-07-11 avasseurfix 83935 where Jp / Pjp is an arg and bound in a forma...
2005-07-11 acolyeradd unresolved TypeVariableRefTypes which are created...
2005-07-11 acolyera simple type pattern for a generic type should match...
2005-07-11 acolyeradded one simple test for matching members of a paramet...
2005-07-11 acolyerchanged EclipseFactory.makeResolvedMember from static...
2005-07-11 aclementgenerics: use raw type of iterator
2005-07-11 aclementgenerics: modified to use built in types since otherwis...
2005-07-11 aclementgenerics: temporarily use the raw type when matching...
2005-07-11 aclementgenerics: polices the combinations of decp when using...
2005-07-11 aclementgenerics: writes out correct class signature
2005-07-11 aclementgenerics: improved type resolution, aware of raw/simple...
2005-07-11 aclementgenerics: dont assume bcelmethod, it cant be resolvedmember
2005-07-11 aclementgenerics: signature unpacking.
2005-07-11 aclementgenerics: dont assume its a bcelmethod. When working...
2005-07-11 aclementgenerics: now promotes simple types to raw types if...
2005-07-11 aclementgenerics: copes with '+' '-' in the signature, less...
2005-07-11 aclementgenerics: allow for type variables that arrive in stati...
2005-07-11 aclementgenerics: few bug fixes to ensure typex's know if they...
2005-07-11 aclementgenerics: lots of generic decp tests.
2005-07-11 aclementgenerics: ask for the appropriate TypeX depending on...
2005-07-11 acolyerbut i only changed a comment...
2005-07-11 acolyerfixes dumb array cast
2005-07-11 acolyerability to replace upper bound (used when fixing up...
2005-07-11 acolyertest case for Enum conversions
2005-07-11 acolyeranswer correct superclass and superinterfaces taking...
2005-07-11 acolyerhandle recursive type variables such as Enum
2005-07-11 acolyerbeginnings of proper type variable support in Eclipse...
2005-07-11 acolyerdo the right thing with ":" in an ftp
2005-07-08 aclementgenerics: includes fix for generic signatures
next