From 137ce3fd3c106581c35b3eba6f2e95612a34046a Mon Sep 17 00:00:00 2001 From: aclement Date: Thu, 24 Aug 2006 09:53:16 +0000 Subject: [PATCH] comments explaining impact of changing model dumping code - pr154552, comment #9 --- asm/src/org/aspectj/asm/AsmManager.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/asm/src/org/aspectj/asm/AsmManager.java b/asm/src/org/aspectj/asm/AsmManager.java index c5eca41e4..72f0105b8 100644 --- a/asm/src/org/aspectj/asm/AsmManager.java +++ b/asm/src/org/aspectj/asm/AsmManager.java @@ -398,7 +398,11 @@ public class AsmManager { } - + // NB. If the format of this report changes then the model tests + // (@see org.aspectj.systemtest.model.ModelTestCase) will fail in + // their comparison. The tests are assuming that both the model + // and relationship map are reported and as a consequence single + // testcases test that both the model and relationship map are correct. public void reportModelInfo(String reasonForReport) { if (!dumpModel && !dumpRelationships) return; try { -- 2.39.5