]> source.dussan.org Git - aspectj.git/commitdiff
innertype intertype
authoraclement <aclement>
Thu, 25 Nov 2010 21:47:38 +0000 (21:47 +0000)
committeraclement <aclement>
Thu, 25 Nov 2010 21:47:38 +0000 (21:47 +0000)
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/CompactTypeStructureRepresentation.java

index e1d931196d1cb0cf6c4395a3ae4cf53e4903824d..e0a709cca7d95edbc4019b126003cdf3c14a93c2 100644 (file)
@@ -69,7 +69,7 @@ public class CompactTypeStructureRepresentation implements IBinaryType {
                if (binMethods == null) {
                        binMethods = NoMethod;
                }
-               this.memberTypes = cfr.getMemberTypes();
+               this.memberTypes = cfr.getMemberTypes(true);
                this.annotations = cfr.getAnnotations();
                this.sourceName = cfr.getSourceName();
                this.className = cfr.getName(); // slashes...