diff options
author | aclement <aclement> | 2006-08-24 09:53:16 +0000 |
---|---|---|
committer | aclement <aclement> | 2006-08-24 09:53:16 +0000 |
commit | 137ce3fd3c106581c35b3eba6f2e95612a34046a (patch) | |
tree | 9089b908fbb63df76cedcfaf6d1a614d05cc048a /asm | |
parent | 435d87221841f5f73b312c4c715bc8bbad203b91 (diff) | |
download | aspectj-137ce3fd3c106581c35b3eba6f2e95612a34046a.tar.gz aspectj-137ce3fd3c106581c35b3eba6f2e95612a34046a.zip |
comments explaining impact of changing model dumping code - pr154552, comment #9
Diffstat (limited to 'asm')
-rw-r--r-- | asm/src/org/aspectj/asm/AsmManager.java | 6 |
1 files changed, 5 insertions, 1 deletions
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 { |