]> source.dussan.org Git - aspectj.git/commitdiff
synchronization joinpoints: messages
authoraclement <aclement>
Wed, 24 May 2006 07:56:43 +0000 (07:56 +0000)
committeraclement <aclement>
Wed, 24 May 2006 07:56:43 +0000 (07:56 +0000)
weaver/src/org/aspectj/weaver/WeaverMessages.java
weaver/src/org/aspectj/weaver/weaver-messages.properties

index 7c0fdbb4f689b49e7aa6ce1a86d87e6b401ceb29..2d877f22f68f2fc285796b27bc927fcd688a5145 100644 (file)
@@ -100,6 +100,7 @@ public class WeaverMessages {
        public static final String IF_IN_PERCLAUSE = "ifInPerClause";
        public static final String IF_LEXICALLY_IN_CFLOW = "ifLexicallyInCflow";
        public static final String ONLY_BEFORE_ON_HANDLER = "onlyBeforeOnHandler";
+       public static final String NO_AROUND_ON_SYNCHRONIZATION = "noAroundOnSynchronization";
        public static final String AROUND_ON_PREINIT = "aroundOnPreInit";
        public static final String AROUND_ON_INIT = "aroundOnInit";
        public static final String AROUND_ON_INTERFACE_STATICINIT = "aroundOnInterfaceStaticInit";
index 2abdc2def11afb347ddbbfffbdb7088d6eba745b..bb80d7bc8c939fde46d4bde7d44e1f994ada8173 100644 (file)
@@ -104,6 +104,7 @@ overwriteJSR45=overwriting JSR45 information for {0} (compiler limitation)
 ifInPerClause=if() pointcut designator cannot be used directly in a per clause (compiler limitation).  Create a named pointcut containing the if() and refer to it
 ifLexicallyInCflow=if not supported lexically within cflow (compiler limitation)
 onlyBeforeOnHandler=Only before advice is supported on handler join points (compiler limitation)
+noAroundOnSynchronization=Around advice is not supported on the lock and unlock join points (compiler limitation)
 aroundOnPreInit=around on pre-initialization not supported (compiler limitation)
 aroundOnInit=around on initialization not supported (compiler limitation)
 aroundOnInterfaceStaticInit=around on staticinitialization of interface ''{0}'' not supported (compiler limitation)