summaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core
diff options
context:
space:
mode:
authorjhugunin <jhugunin>2003-01-03 01:45:26 +0000
committerjhugunin <jhugunin>2003-01-03 01:45:26 +0000
commitd43883b4f79b1e04783bc3c8726b3940ca964191 (patch)
tree69dfd74ee051fb6550a7e22639e2e84011ef8a08 /org.aspectj.ajdt.core
parent623f3bda3626e006774d3f11b16f45709c51458e (diff)
downloadaspectj-d43883b4f79b1e04783bc3c8726b3940ca964191.tar.gz
aspectj-d43883b4f79b1e04783bc3c8726b3940ca964191.zip
looking at binary form issues
Diffstat (limited to 'org.aspectj.ajdt.core')
-rw-r--r--org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterTypeDeclaration.java6
1 files changed, 6 insertions, 0 deletions
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;
+// }
}