From 10a366b6a93694e1da11c686ef02851f57d33d59 Mon Sep 17 00:00:00 2001 From: aclement Date: Thu, 11 May 2006 07:26:22 +0000 Subject: [PATCH] 134471 - incremental structure model repair code overhaul - tell the weaver the kind of weave (inc/batch) so it knows whether to do incremental repairs to the model for each file being woven. --- .../org/aspectj/ajdt/internal/compiler/AjCompilerAdapter.java | 1 + 1 file changed, 1 insertion(+) diff --git a/org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/AjCompilerAdapter.java b/org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/AjCompilerAdapter.java index 06826ede1..0c17b031c 100644 --- a/org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/AjCompilerAdapter.java +++ b/org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/AjCompilerAdapter.java @@ -286,6 +286,7 @@ public class AjCompilerAdapter implements ICompilerAdapter { } } + weaver.setIsBatchWeave(isBatchCompile); weaver.prepareForWeave(); if (weaver.needToReweaveWorld()) { if (!isBatchCompile) { -- 2.39.5