summaryrefslogtreecommitdiffstats
path: root/asm
diff options
context:
space:
mode:
Diffstat (limited to 'asm')
-rw-r--r--asm/src/org/aspectj/asm/AsmManager.java6
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 {