From: acolyer Date: Fri, 22 Jul 2005 15:38:00 +0000 (+0000) Subject: annotated lines that should produce compilation warnings X-Git-Tag: V1_5_0M3~276 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ed26f1f873827ac78796cb4ca7d4a74f6a1aa18c;p=aspectj.git annotated lines that should produce compilation warnings --- 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