]> source.dussan.org Git - aspectj.git/commitdiff
from branch: needs to implement mustcheckexceptions method
authoraclement <aclement>
Tue, 19 Apr 2005 12:39:52 +0000 (12:39 +0000)
committeraclement <aclement>
Tue, 19 Apr 2005 12:39:52 +0000 (12:39 +0000)
weaver/src/org/aspectj/weaver/Checker.java

index cfed2751074279da7fa1a49819da4fa7f480aa62..86217179c65878d0a6d90c9420f1c55556de2964 100644 (file)
@@ -78,6 +78,14 @@ public class Checker extends ShadowMunger {
        
        public Collection getThrownExceptions() { return Collections.EMPTY_LIST; }
 
+    /**
+     * Default to true
+     * FIXME Alex: ATAJ is that ok in all cases ? 
+     * @return
+     */
+    public boolean mustCheckExceptions() { return true; }
+
+
        public boolean isError() {
                return isError;
        }