]> source.dussan.org Git - aspectj.git/commitdiff
cleanup the EclipseFactory afterCompilation
authoracolyer <acolyer>
Tue, 31 Jan 2006 18:12:19 +0000 (18:12 +0000)
committeracolyer <acolyer>
Tue, 31 Jan 2006 18:12:19 +0000 (18:12 +0000)
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/AjCompilerAdapter.java

index c055ba26320fa6750a8624fac32287fd57fbe7e7..e89487ce8bffb603bdf82aa9b56f83716001c486 100644 (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