Browse Source

cleanup the EclipseFactory afterCompilation

tags/POST_MEMORY_CHANGES
acolyer 18 years ago
parent
commit
fcc7295195

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

@@ -170,6 +170,7 @@ public class AjCompilerAdapter implements ICompilerAdapter {
}

public void afterCompiling(CompilationUnitDeclaration[] units) {
this.eWorld.cleanup();
try {
if (isXNoWeave || (reportedErrors && !proceedOnError)) {
// no point weaving... just tell the requestor we're done

Loading…
Cancel
Save