From: jhugunin Date: Fri, 3 Jan 2003 01:45:26 +0000 (+0000) Subject: looking at binary form issues X-Git-Tag: V_1_1_b5~174 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d43883b4f79b1e04783bc3c8726b3940ca964191;p=aspectj.git looking at binary form issues --- diff --git a/org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterTypeDeclaration.java b/org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterTypeDeclaration.java index b2c735a90..0df937ad8 100644 --- a/org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterTypeDeclaration.java +++ b/org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterTypeDeclaration.java @@ -92,6 +92,12 @@ public abstract class InterTypeDeclaration extends MethodDeclaration { } ignoreFurtherInvestigation = true; } + //??? this is not a friendly compiler limitation +// if (!(onTypeBinding instanceof SourceTypeBinding)) { +// classScope.problemReporter().signalError(onType.sourceStart, onType.sourceEnd, +// "can only introduce on types available as source code (compiler limitation)"); +// ignoreFurtherInvestigation = true; +// } }