]> source.dussan.org Git - aspectj.git/shortlog
aspectj.git
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
2005-07-08 acolyerexpose generic ClassTypeSignature for member resolving
2005-07-08 acolyersupport for unpacking generic signature
2005-07-08 acolyeravoid needless resolving
2005-07-08 acolyerimproved tolerance for generics signature chars
2005-07-08 acolyersimplify signature processing and remove implicit extends
2005-07-08 acolyeradded getTypeVariables to interface
2005-07-08 acolyergive back parameterized versions of members for paramet...
2005-07-08 acolyerchange signature until we figure out the right thing...
2005-07-08 acolyerraise inner type visibility for subclasses
2005-07-08 acolyermoved some tests with 1.5 dependencies
2005-07-08 acolyerdummy implementation of getTypeVariables
2005-07-08 acolyeradded test for broken primitive case
2005-07-08 acolyerfix in GenericSigParser when tokenising primitives
2005-07-08 aclementgenerics: more accurate generic type test.
2005-07-08 aclementgenerics: can determine if java class is generic.
2005-07-08 acolyercreate a typeX from a set of TypeX parameters
2005-07-08 acolyersome /. confusion cleared up
2005-07-08 acolyersmall signature change in JavaClass
2005-07-08 acolyertest cases for generics updates made by amc
2005-07-08 acolyerinclude new test suites for generics updates
2005-07-08 acolyersupport for generics and type variables
2005-07-08 acolyerproper implementation of canBeParameterized
2005-07-08 acolyerutility class that converts from Bcel signature world...
2005-07-08 acolyeradded support for canBeParameterized
2005-07-08 acolyercan create a parameterized type from an array of TypeX's
2005-07-08 acolyersupports isGeneric
2005-07-08 acolyerTypeX hierarchy members for bounded reference types...
2005-07-08 acolyersimple implementation of isGeneric
2005-07-08 acolyercopyright statement
2005-07-08 acolyerlazy loading and parsing of generic signature
2005-07-08 aclementgenerics: new message
2005-07-08 aclementgenerics: decp tests, binary weaving
next