2005-07-13 |
acolyer | sometimes we get asked to resolve more than once, and... |
commit | commitdiff | tree | snapshot |
2005-07-13 |
acolyer | more test cases covering generics in pointcut expressions |
commit | commitdiff | tree | snapshot |
2005-07-13 |
acolyer | don't re-resolve already resolved types |
commit | commitdiff | tree | snapshot |
2005-07-13 |
acolyer | teach a typex whether or not it represents a type variable |
commit | commitdiff | tree | snapshot |
2005-07-13 |
aclement | organized imports |
commit | commitdiff | tree | snapshot |
2005-07-12 |
wisberg | Ant 1.6 antlib.xml support, per bug 103493 |
commit | commitdiff | tree | snapshot |
2005-07-12 |
acolyer | handles resolution of bindings when the pointcut uses... |
commit | commitdiff | tree | snapshot |
2005-07-12 |
acolyer | a pointcut now has a simple list of type variable names... |
commit | commitdiff | tree | snapshot |
2005-07-12 |
acolyer | test that a signature with a generic declaring type... |
commit | commitdiff | tree | snapshot |
2005-07-12 |
aclement | organized imports |
commit | commitdiff | tree | snapshot |
2005-07-12 |
aclement | generics: new error messages. |
commit | commitdiff | tree | snapshot |
2005-07-12 |
acolyer | I needed to make some changes to resolveBindings, but... |
commit | commitdiff | tree | snapshot |
2005-07-12 |
acolyer | parameterized members remember their erasure and this... |
commit | commitdiff | tree | snapshot |
2005-07-12 |
acolyer | test that a the erasure of a signature matches a parame... |
commit | commitdiff | tree | snapshot |
2005-07-11 |
wisberg | tests for Huff's fix for 102746 - not hooked up b/c... |
commit | commitdiff | tree | snapshot |
2005-07-11 |
wisberg | Variant of Huff's fix for 102746 - untested hypothesis |
commit | commitdiff | tree | snapshot |
2005-07-11 |
avasseur | 99861 temp fix for deadlock when Sun' Unsafe.defineClas... |
commit | commitdiff | tree | snapshot |
2005-07-11 |
avasseur | fix 83935 where Jp / Pjp is an arg and bound in a forma... |
commit | commitdiff | tree | snapshot |
2005-07-11 |
acolyer | add unresolved TypeVariableRefTypes which are created... |
commit | commitdiff | tree | snapshot |
2005-07-11 |
acolyer | a simple type pattern for a generic type should match... |
commit | commitdiff | tree | snapshot |
2005-07-11 |
acolyer | added one simple test for matching members of a paramet... |
commit | commitdiff | tree | snapshot |
2005-07-11 |
acolyer | changed EclipseFactory.makeResolvedMember from static... |
commit | commitdiff | tree | snapshot |
2005-07-11 |
aclement | generics: use raw type of iterator |
commit | commitdiff | tree | snapshot |
2005-07-11 |
aclement | generics: modified to use built in types since otherwis... |
commit | commitdiff | tree | snapshot |
2005-07-11 |
aclement | generics: temporarily use the raw type when matching... |
commit | commitdiff | tree | snapshot |
2005-07-11 |
aclement | generics: polices the combinations of decp when using... |
commit | commitdiff | tree | snapshot |
2005-07-11 |
aclement | generics: writes out correct class signature |
commit | commitdiff | tree | snapshot |
2005-07-11 |
aclement | generics: improved type resolution, aware of raw/simple... |
commit | commitdiff | tree | snapshot |
2005-07-11 |
aclement | generics: dont assume bcelmethod, it cant be resolvedmember |
commit | commitdiff | tree | snapshot |
2005-07-11 |
aclement | generics: signature unpacking. |
commit | commitdiff | tree | snapshot |
2005-07-11 |
aclement | generics: dont assume its a bcelmethod. When working... |
commit | commitdiff | tree | snapshot |
2005-07-11 |
aclement | generics: now promotes simple types to raw types if... |
commit | commitdiff | tree | snapshot |
2005-07-11 |
aclement | generics: copes with '+' '-' in the signature, less... |
commit | commitdiff | tree | snapshot |
2005-07-11 |
aclement | generics: allow for type variables that arrive in stati... |
commit | commitdiff | tree | snapshot |
2005-07-11 |
aclement | generics: few bug fixes to ensure typex's know if they... |
commit | commitdiff | tree | snapshot |
2005-07-11 |
aclement | generics: lots of generic decp tests. |
commit | commitdiff | tree | snapshot |
2005-07-11 |
aclement | generics: ask for the appropriate TypeX depending on... |
commit | commitdiff | tree | snapshot |
2005-07-11 |
acolyer | but i only changed a comment... |
commit | commitdiff | tree | snapshot |
2005-07-11 |
acolyer | fixes dumb array cast |
commit | commitdiff | tree | snapshot |
2005-07-11 |
acolyer | ability to replace upper bound (used when fixing up... |
commit | commitdiff | tree | snapshot |
2005-07-11 |
acolyer | test case for Enum conversions |
commit | commitdiff | tree | snapshot |
2005-07-11 |
acolyer | answer correct superclass and superinterfaces taking... |
commit | commitdiff | tree | snapshot |
2005-07-11 |
acolyer | handle recursive type variables such as Enum |
commit | commitdiff | tree | snapshot |
2005-07-11 |
acolyer | beginnings of proper type variable support in Eclipse... |
commit | commitdiff | tree | snapshot |
2005-07-11 |
acolyer | do the right thing with ":" in an ftp |
commit | commitdiff | tree | snapshot |
2005-07-08 |
aclement | generics: includes fix for generic signatures |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | expose generic ClassTypeSignature for member resolving |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | support for unpacking generic signature |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | avoid needless resolving |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | improved tolerance for generics signature chars |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | simplify signature processing and remove implicit extends |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | added getTypeVariables to interface |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | give back parameterized versions of members for paramet... |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | change signature until we figure out the right thing... |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | raise inner type visibility for subclasses |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | moved some tests with 1.5 dependencies |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | dummy implementation of getTypeVariables |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | added test for broken primitive case |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | fix in GenericSigParser when tokenising primitives |
commit | commitdiff | tree | snapshot |
2005-07-08 |
aclement | generics: more accurate generic type test. |
commit | commitdiff | tree | snapshot |
2005-07-08 |
aclement | generics: can determine if java class is generic. |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | create a typeX from a set of TypeX parameters |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | some /. confusion cleared up |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | small signature change in JavaClass |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | test cases for generics updates made by amc |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | include new test suites for generics updates |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | support for generics and type variables |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | proper implementation of canBeParameterized |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | utility class that converts from Bcel signature world... |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | added support for canBeParameterized |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | can create a parameterized type from an array of TypeX's |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | supports isGeneric |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | TypeX hierarchy members for bounded reference types... |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | simple implementation of isGeneric |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | copyright statement |
commit | commitdiff | tree | snapshot |
2005-07-08 |
acolyer | lazy loading and parsing of generic signature |
commit | commitdiff | tree | snapshot |
2005-07-08 |
aclement | generics: new message |
commit | commitdiff | tree | snapshot |
2005-07-08 |
aclement | generics: decp tests, binary weaving |
commit | commitdiff | tree | snapshot |
2005-07-08 |
aclement | generics: decp tests |
commit | commitdiff | tree | snapshot |
2005-07-08 |
aclement | organized imports |
commit | commitdiff | tree | snapshot |
2005-07-06 |
aclement | temp removal of the call to build runtime with 11 javac... |
commit | commitdiff | tree | snapshot |
2005-07-05 |
avasseur | add offset in MethodDeclarationAttribute for @AJ in... |
commit | commitdiff | tree | snapshot |
2005-07-05 |
aclement | On the build machine, code to test is in jars, not... |
commit | commitdiff | tree | snapshot |
2005-07-04 |
aclement | generics: promoted getGenericType up to ResolvedTypeX... |
commit | commitdiff | tree | snapshot |
2005-07-04 |
aclement | generics: First simple change to ensure the pattern... |
commit | commitdiff | tree | snapshot |
2005-07-04 |
aclement | generics: one fix to ensure the class we output says... |
commit | commitdiff | tree | snapshot |
2005-07-04 |
aclement | generics: implementation of getDeclaredGenericSignature() |
commit | commitdiff | tree | snapshot |
2005-07-04 |
aclement | generics: loads of changes to make the resolution proce... |
commit | commitdiff | tree | snapshot |
2005-07-04 |
aclement | generics: TypeXs are much more aware of generics. ... |
commit | commitdiff | tree | snapshot |
2005-07-04 |
aclement | nasty clone method fix for 83311 |
commit | commitdiff | tree | snapshot |
2005-07-04 |
aclement | generics: |
commit | commitdiff | tree | snapshot |
2005-07-04 |
aclement | generics: delegates should be able to supply their... |
commit | commitdiff | tree | snapshot |
2005-07-04 |
aclement | generics: Going from eclipse type bindings to AspectJ... |
commit | commitdiff | tree | snapshot |
2005-07-04 |
aclement | generics: comments added to indicate whats gone wrong... |
commit | commitdiff | tree | snapshot |
2005-07-04 |
aclement | generics: simple decp test, woooo ! |
commit | commitdiff | tree | snapshot |
2005-07-04 |
aclement | generics: first bit of making the compiler/weaver more... |
commit | commitdiff | tree | snapshot |
2005-07-04 |
avasseur | JRockit agent for LTW with 1.3/1.4 + update in doc |
commit | commitdiff | tree | snapshot |
2005-07-04 |
aclement | generics: decp testcases |
commit | commitdiff | tree | snapshot |
2005-07-04 |
aclement | testcase |
commit | commitdiff | tree | snapshot |
2005-07-04 |
aclement | make weaveradapter available to tests... |
commit | commitdiff | tree | snapshot |
next |