]> source.dussan.org Git - aspectj.git/shortlog
aspectj.git
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
2005-07-08 aclementgenerics: decp tests
2005-07-08 aclementorganized imports
2005-07-06 aclementtemp removal of the call to build runtime with 11 javac...
2005-07-05 avasseuradd offset in MethodDeclarationAttribute for @AJ in...
2005-07-05 aclementOn the build machine, code to test is in jars, not...
2005-07-04 aclementgenerics: promoted getGenericType up to ResolvedTypeX...
2005-07-04 aclementgenerics: First simple change to ensure the pattern...
2005-07-04 aclementgenerics: one fix to ensure the class we output says...
2005-07-04 aclementgenerics: implementation of getDeclaredGenericSignature()
2005-07-04 aclementgenerics: loads of changes to make the resolution proce...
2005-07-04 aclementgenerics: TypeXs are much more aware of generics. ...
2005-07-04 aclementnasty clone method fix for 83311
2005-07-04 aclementgenerics:
2005-07-04 aclementgenerics: delegates should be able to supply their...
2005-07-04 aclementgenerics: Going from eclipse type bindings to AspectJ...
2005-07-04 aclementgenerics: comments added to indicate whats gone wrong...
2005-07-04 aclementgenerics: simple decp test, woooo !
2005-07-04 aclementgenerics: first bit of making the compiler/weaver more...
2005-07-04 avasseurJRockit agent for LTW with 1.3/1.4 + update in doc
2005-07-04 aclementgenerics: decp testcases
next