Browse Source

308093: tidyup before attempting to reapply

tags/V1_6_9M1
aclement 14 years ago
parent
commit
4b43dc63d1

+ 1
- 0
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/AjLookupEnvironment.java View File

@@ -617,6 +617,7 @@ public class AjLookupEnvironment extends LookupEnvironment implements AnonymousC
boolean needOldStyleWarning = (info != null && info.isOldStyle());

onType.clearInterTypeMungers();
onType.ensureConsistent();

// FIXME asc perf Could optimize here, after processing the expected set
// of types we may bring

Loading…
Cancel
Save