Просмотр исходного кода

bug 128650: comment 16: tidy up logic, forget the compiler.

tags/V1_5_1_final
aclement 18 лет назад
Родитель
Сommit
fee78df3b6

+ 3
- 0
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/AjCompilerAdapter.java Просмотреть файл

@@ -313,6 +313,9 @@ public class AjCompilerAdapter implements ICompilerAdapter {
// ???: is this the right point for this? After weaving has finished clear the caches.
CflowPointcut.clearCaches();
weaver.tidyUp();
IMessageHandler imh = weaver.getWorld().getMessageHandler();
if (imh instanceof WeaverMessageHandler)
((WeaverMessageHandler)imh).resetCompiler(null);
}
}


Загрузка…
Отмена
Сохранить