]> source.dussan.org Git - aspectj.git/commitdiff
Fix for Bugzilla Bug 59778
authoraclement <aclement>
Fri, 7 May 2004 08:21:05 +0000 (08:21 +0000)
committeraclement <aclement>
Fri, 7 May 2004 08:21:05 +0000 (08:21 +0000)
   InterTypeMethodDeclaration.java:104

org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterTypeMethodDeclaration.java

index ef69dc0227b6d1603882c242b1e0a666df8fc36b..1027ba06760ad504f77835d962cf757db9af8dd4 100644 (file)
@@ -104,8 +104,8 @@ public class InterTypeMethodDeclaration extends InterTypeDeclaration {
                binding = classScope.referenceContext.binding.resolveTypesFor(binding);
                if (binding == null) {
                        // if binding is null, we failed to find a type used in the method params, this error
-                       // has already been reported. 
-                       throw new AbortCompilation();
+                       // has already been reported.
+                       throw new AbortCompilation(compilationResult);
                }
                ResolvedMember sig = new ResolvedMember(Member.METHOD, EclipseFactory.fromBinding(onTypeBinding),
                        declaredModifiers, EclipseFactory.fromBinding(binding.returnType), new String(declaredSelector),