]> source.dussan.org Git - aspectj.git/commitdiff
new message "a parameterized type pattern may not be used in a handler pointcut expre...
authoracolyer <acolyer>
Wed, 13 Jul 2005 13:00:59 +0000 (13:00 +0000)
committeracolyer <acolyer>
Wed, 13 Jul 2005 13:00:59 +0000 (13:00 +0000)
weaver/src/org/aspectj/weaver/WeaverMessages.java
weaver/src/org/aspectj/weaver/weaver-messages.properties

index 0399c0cd38461d2d7d56ae7810cb03e95e604922..d2050524a5645d322b58904ed40a54e54175d0dd 100644 (file)
@@ -128,6 +128,7 @@ public class WeaverMessages {
        
        // Generics
        public static final String CANT_DECP_MULTIPLE_PARAMETERIZATIONS="cantDecpMultipleParameterizations";
+       public static final String HANDLER_PCD_DOESNT_SUPPORT_PARAMETERS="noParameterizedTypePatternInHandler";
        public static final String INCORRECT_NUMBER_OF_TYPE_ARGUMENTS = "incorrectNumberOfTypeArguments";
        public static final String VIOLATES_TYPE_VARIABLE_BOUNDS = "violatesTypeVariableBounds";
        
index 336b737fdc458393ba2cd5310bbd970193ffc730..134e29d3d7a59ec951997ac936ae0609fe9696c3 100644 (file)
@@ -139,5 +139,6 @@ bindingNonRuntimeRetentionAnnotation=Annotation type {0} does not have runtime r
 
 # Generics
 cantDecpMultipleParameterizations=Cannot declare parent {0} onto type {1} since it already has {2} in its hierarchy
+noParameterizedTypePatternInHandler=a parameterized type pattern may not be used in a handler pointcut expression
 incorrectNumberOfTypeArguments=Wrong number of type arguments; Type {0} requires {1}
 violatesTypeVariableBounds=Type {0} does not meet the specification for type parameter {1} in generic type {2}
\ No newline at end of file