The graphs of these frames are always the same

This commit is contained in:
Adam
2015-11-15 19:49:42 -05:00
parent 52ca2cb24e
commit c71c67fae3

View File

@@ -109,6 +109,7 @@ public class Rename
assert fr2.getMethodCtx() == p2.getMethodCtx();
}
outer2:
for (Frame fr1 : f1)
for (Frame fr2 : f2)
{
@@ -118,7 +119,7 @@ public class Rename
System.out.println("Mismatch " + p1.getMethod().getMethods().getClassFile().getName() + "." + p1.getMethod().getName() + " <-> " + p2.getMethod().getMethods().getClassFile().getName() + "." + p2.getMethod().getName());
int i =7;
}
break;
break outer2;
}
System.out.println("end");