]> source.dussan.org Git - aspectj.git/commitdiff
new weaver message - pr145693
authoraclement <aclement>
Wed, 5 Jul 2006 12:47:51 +0000 (12:47 +0000)
committeraclement <aclement>
Wed, 5 Jul 2006 12:47:51 +0000 (12:47 +0000)
weaver/src/org/aspectj/weaver/WeaverMessages.java
weaver/src/org/aspectj/weaver/weaver-messages.properties

index b07974f82f9bcfe0d74042b806b020eba8ae0252..d58251c70e9e08c6a3a01adde4ac84d496fe44d9 100644 (file)
@@ -33,6 +33,7 @@ public class WeaverMessages {
        public static final String FIELDS_CANT_HAVE_VOID_TYPE = "fieldCantBeVoid";
        public static final String NO_NEWARRAY_JOINPOINTS_BY_DEFAULT = "noNewArrayJoinpointsByDefault";
        public static final String UNSUPPORTED_POINTCUT_PRIMITIVE = "unsupportedPointcutPrimitive";
+       public static final String MISSING_TYPE_PREVENTS_MATCH = "missingTypePreventsMatch";
        
        public static final String DECP_OBJECT = "decpObject";
        public static final String CANT_EXTEND_SELF="cantExtendSelf";
index 92b8a32cec75cc77bff1476da374c7e2def0fcc6..5e30bd8585050ab50c08535cb3c14a26e8936a8f 100644 (file)
@@ -28,6 +28,7 @@ wildcardTypePatternNotAllowed=wildcard type pattern not allowed, must use type n
 fieldCantBeVoid=fields cannot have a void type
 noNewArrayJoinpointsByDefault=There are no join points for array construction unless -Xjoinpoints:arrayconstruction is specified
 unsupportedPointcutPrimitive=Pointcut expression ''{0}'' contains unsupported pointcut primitive ''{1}''
+missingTypePreventsMatch="Unable to determine match at this join point because the type ''{0}'' cannot be found"
 
 # Declare parents messages...
 decpObject=can''t change the parents of java.lang.Object