]> source.dussan.org Git - aspectj.git/commitdiff
looking at binary form issues
authorjhugunin <jhugunin>
Fri, 3 Jan 2003 01:45:26 +0000 (01:45 +0000)
committerjhugunin <jhugunin>
Fri, 3 Jan 2003 01:45:26 +0000 (01:45 +0000)
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterTypeDeclaration.java

index b2c735a90d5d443abeed6f24bcbeccf7228ca5f3..0df937ad89df22b4070fe9be4d4f28fee7a04971 100644 (file)
@@ -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;
+//             }
        }