]> source.dussan.org Git - aspectj.git/commitdiff
comments explaining impact of changing model dumping code - pr154552, comment #9
authoraclement <aclement>
Thu, 24 Aug 2006 09:53:16 +0000 (09:53 +0000)
committeraclement <aclement>
Thu, 24 Aug 2006 09:53:16 +0000 (09:53 +0000)
asm/src/org/aspectj/asm/AsmManager.java

index c5eca41e4805964263537d183179a000883aedb2..72f0105b81973d9f707e0791b9a900b4d36a0104 100644 (file)
@@ -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 {