changes.
[IRC.git] / Robust / src / Analysis / SSJava / GlobalFlowGraph.java
index 9e8d26d845b2dacbb7056e1eafce391ec43515ec..35fbd006bb2fa93f887e0b260dce42cd3afc371a 100644 (file)
@@ -64,7 +64,8 @@ public class GlobalFlowGraph {
           Location newLocElement = newCompLoc.get(i);
 
           if (!oldLocElement.equals(newLocElement)) {
-            throw new Error("Failed to generate a composite location");
+            throw new Error("Failed to generate a composite location. The old composite location="
+                + oldCompLoc + " and the new composite location=" + newCompLoc);
           }
         }
       } else if (newCompLoc.getSize() > oldCompLoc.getSize()) {