Browse Source

new weaver message - pr145693

tags/PRE_PIPELINE
aclement 18 years ago
parent
commit
54934badee

+ 1
- 0
weaver/src/org/aspectj/weaver/WeaverMessages.java View 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";

+ 1
- 0
weaver/src/org/aspectj/weaver/weaver-messages.properties View 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

Loading…
Cancel
Save