Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Alexander Kriegisch bd608180c6 Fix test after node traversal was improved il y a 1 an
..
ArgsListOfSomething.aj new tests cases for args with generics and generic methods in general il y a 19 ans
ArgsListOfSomethingExtends.aj new tests cases for args with generics and generic methods in general il y a 19 ans
ArgsListOfSomethingSuper.aj new tests cases for args with generics and generic methods in general il y a 19 ans
ArgsParameterized.aj new tests cases for args with generics and generic methods in general il y a 19 ans
ArgsParameterizedWithWildcards.aj new tests cases for args with generics and generic methods in general il y a 19 ans
CallOverriding.aj tests and fix for call pointcut matching with various generic and parameterized types il y a 19 ans
CallPointcutMatchingErrorCases.aj tests and fix for call pointcut matching with various generic and parameterized types il y a 19 ans
CallPointcutMatchingParamAndReturnTypes.aj tests and fix for call pointcut matching with various generic and parameterized types il y a 19 ans
CallWithBridgeMethods.aj e37 related changes il y a 12 ans
ConcreteExtendingClass.java This is the beginning of a significant refactoring needed to cleanly support generics. We need to be much crisper about when we have an unresolved type (plain old TypeX) and when we have a resolved type. This refactoring renames TypeX to UnresolvedType and ResolvedTypeX to ResolvedType. In addition, it moves a number of methods that were defined on TypeX but which can only be answered by resolved types down onto ResolvedType. At the moment, ResolvedType still extends UnresolvedType - but a ResolvedType is *not* a UnresolvedType and this inheritance of convenience will be broken down the line so that ResolvedType does not extend UnresolvedType. Full signature information can only be known for ResolvedTypes. il y a 19 ans
ConcreteImplementingClass.java added one simple test for matching members of a parameterized type. il y a 19 ans
ExecutionOverriding.aj tests and fix for call pointcut matching with various generic and parameterized types il y a 19 ans
ExecutionPointcutMatchingErrorCases.aj test cases for execution pointcut with generic and parameterized types. This completes the implementation of the execution pcd with generics. :) il y a 19 ans
ExecutionPointcutMatchingParamAndReturnTypes.aj test cases for execution pointcut with generic and parameterized types. This completes the implementation of the execution pcd with generics. :) il y a 19 ans
GenericDeclaringTypeWithParameterErasure.aj fixes bug in test case caught by improved error messages in compiler il y a 19 ans
GenericImplementingClass.java added one simple test for matching members of a parameterized type. il y a 19 ans
GenericInterface.java added one simple test for matching members of a parameterized type. il y a 19 ans
GenericMethods.aj new tests cases for args with generics and generic methods in general il y a 19 ans
GenericSignatureMatching.aj more test cases covering generics in pointcut expressions il y a 19 ans
GenericWildcardsInSignatureMatching.aj new tests cases for args with generics and generic methods in general il y a 19 ans
GetAndSetPointcutMatching.aj test cases for get, set, staticinitialization, this, target, and within pointcuts matching with various generic and parameterized combos. The implementation of these pointcuts is now complete. il y a 19 ans
GetAndSetPointcutMatchingDeclaringType.aj test cases for get, set, staticinitialization, this, target, and within pointcuts matching with various generic and parameterized combos. The implementation of these pointcuts is now complete. il y a 19 ans
GetAndSetPointcutMatchingFieldType.aj test cases for get, set, staticinitialization, this, target, and within pointcuts matching with various generic and parameterized combos. The implementation of these pointcuts is now complete. il y a 19 ans
HandlerPointcutTests.aj more test cases covering generics in pointcut expressions il y a 19 ans
InitializationPointcutMatching.aj tests for initialization and preinitialization pointcut matching with generics il y a 19 ans
InitializationPointcutMatchingDeclaringType.aj tests for initialization and preinitialization pointcut matching with generics il y a 19 ans
InitializationPointcutMatchingParamTypes.aj tests for initialization and preinitialization pointcut matching with generics il y a 19 ans
ParameterizedTypesInAnnotationPatterns.aj Fix test after node traversal was improved il y a 2 mois
ParameterizedTypesInAtPCDs.aj more test cases covering generics in pointcut expressions il y a 19 ans
PointcutsThatDontAllowTypeVars.aj more test cases covering generics in pointcut expressions il y a 19 ans
RawArgs.aj new tests cases for args with generics and generic methods in general il y a 19 ans
RawSignatureMatching.aj test that a the erasure of a signature matches a parameterized implementation of a method il y a 19 ans
RawTypeMatching.aj added one simple test for matching members of a parameterized type. il y a 19 ans
StaticInitializationWithGenericTypes.aj This is the beginning of a significant refactoring needed to cleanly support generics. We need to be much crisper about when we have an unresolved type (plain old TypeX) and when we have a resolved type. This refactoring renames TypeX to UnresolvedType and ResolvedTypeX to ResolvedType. In addition, it moves a number of methods that were defined on TypeX but which can only be answered by resolved types down onto ResolvedType. At the moment, ResolvedType still extends UnresolvedType - but a ResolvedType is *not* a UnresolvedType and this inheritance of convenience will be broken down the line so that ResolvedType does not extend UnresolvedType. Full signature information can only be known for ResolvedTypes. il y a 19 ans
StaticInitializationWithGenericTypesAdvanced.aj annotated lines that should produce compilation warnings il y a 19 ans
StaticInitializationWithParameterizedTypes.aj test cases for get, set, staticinitialization, this, target, and within pointcuts matching with various generic and parameterized combos. The implementation of these pointcuts is now complete. il y a 19 ans
StaticInitializationWithParameterizedTypesMatching.aj This is the beginning of a significant refactoring needed to cleanly support generics. We need to be much crisper about when we have an unresolved type (plain old TypeX) and when we have a resolved type. This refactoring renames TypeX to UnresolvedType and ResolvedTypeX to ResolvedType. In addition, it moves a number of methods that were defined on TypeX but which can only be answered by resolved types down onto ResolvedType. At the moment, ResolvedType still extends UnresolvedType - but a ResolvedType is *not* a UnresolvedType and this inheritance of convenience will be broken down the line so that ResolvedType does not extend UnresolvedType. Full signature information can only be known for ResolvedTypes. il y a 19 ans
ThisAndTargetPointcutMatching.aj test cases for get, set, staticinitialization, this, target, and within pointcuts matching with various generic and parameterized combos. The implementation of these pointcuts is now complete. il y a 19 ans
ThisAndTargetPointcutMatchingRuntime.aj test cases for get, set, staticinitialization, this, target, and within pointcuts matching with various generic and parameterized combos. The implementation of these pointcuts is now complete. il y a 19 ans
WithinCodeOverriding.aj with the new matching algorithm, these tests now pass - hurrah! il y a 19 ans
WithinCodePointcutMatchingParamAndReturnTypes.aj last couple of withincode tests - this completes the testing and implementation of withincode with generic and parameterized types il y a 19 ans
WithinPointcutMatching.aj test cases for get, set, staticinitialization, this, target, and within pointcuts matching with various generic and parameterized combos. The implementation of these pointcuts is now complete. il y a 19 ans
WithinPointcutMatchingWarnings.aj test cases for get, set, staticinitialization, this, target, and within pointcuts matching with various generic and parameterized combos. The implementation of these pointcuts is now complete. il y a 19 ans
WithincodePointcutMatching.aj improved and additional signature matching tests il y a 19 ans