From ed26f1f873827ac78796cb4ca7d4a74f6a1aa18c Mon Sep 17 00:00:00 2001 From: acolyer Date: Fri, 22 Jul 2005 15:38:00 +0000 Subject: [PATCH] annotated lines that should produce compilation warnings --- .../StaticInitializationWithGenericTypesAdvanced.aj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/java5/generics/pointcuts/StaticInitializationWithGenericTypesAdvanced.aj b/tests/java5/generics/pointcuts/StaticInitializationWithGenericTypesAdvanced.aj index cad9a2653..293837a44 100644 --- a/tests/java5/generics/pointcuts/StaticInitializationWithGenericTypesAdvanced.aj +++ b/tests/java5/generics/pointcuts/StaticInitializationWithGenericTypesAdvanced.aj @@ -16,15 +16,15 @@ public aspect StaticInitializationWithGenericTypesAdvanced { : "raw type should match"; declare warning - : staticinitialization(ClassWithInterfaceBounds) + : staticinitialization(ClassWithInterfaceBounds) // CW L19 : "unbound type variable does not match"; declare warning - : staticinitialization(ClassWithInterfaceBounds) + : staticinitialization(ClassWithInterfaceBounds) // CW L23 : "upper bound match on its own is not enough"; declare warning - : staticinitialization(ClassWithInterfaceBounds) + : staticinitialization(ClassWithInterfaceBounds) // CW L27 : "still no match, wrong number of i/f bounds"; declare warning @@ -37,7 +37,7 @@ public aspect StaticInitializationWithGenericTypesAdvanced { // type variable inter-dependencies declare warning - : staticinitialization(TypeVariablesTiedInKnots) + : staticinitialization(TypeVariablesTiedInKnots) // CW L40 : "no match, wrong upper bound on B"; declare warning -- 2.39.5