]> source.dussan.org Git - aspectj.git/commitdiff
357019: message to lint
authoraclement <aclement>
Wed, 7 Sep 2011 22:56:48 +0000 (22:56 +0000)
committeraclement <aclement>
Wed, 7 Sep 2011 22:56:48 +0000 (22:56 +0000)
org.aspectj.matcher/src/org/aspectj/weaver/Lint.java
org.aspectj.matcher/src/org/aspectj/weaver/XlintDefault.properties

index 099adcd42d28b440bbc68325630bdeb5daf028eb..d68ce4142dcaab9650070ae177e267a0206522b4 100644 (file)
@@ -113,6 +113,9 @@ public class Lint {
        public final Kind calculatingSerialVersionUID = new Kind("calculatingSerialVersionUID",
                        "calculated SerialVersionUID for type {0} to be {1}");
 
+       public final Kind nonReweavableTypeEncountered = new Kind("nonReweavableTypeEncountered",
+                       "class '{0}' is already woven and has not been built in reweavable mode");
+
        // there are a lot of messages in the cant find type family - I'm defining an umbrella lint warning that
        // allows a user to control their severity (for e.g. ltw or binary weaving)
        public final Kind cantFindType = new Kind("cantFindType", "{0}");
index c07f272a71725b26e7e5ee9689465a4256bc97fb..416fc2d55db75b9d2ebed8d1a156894ea76337cf 100644 (file)
@@ -45,4 +45,6 @@ advisingSynchronizedMethods=warning
 mustWeaveXmlDefinedAspects=warning
 
 missingAspectForReweaving=error
-cannotAdviseJoinpointInInterfaceWithAroundAdvice=warning
\ No newline at end of file
+cannotAdviseJoinpointInInterfaceWithAroundAdvice=warning
+
+nonReweavableTypeEncountered=error
\ No newline at end of file