safe delete: delete method hierarchy down to the bottom

This commit is contained in:
anna
2010-07-23 21:29:33 +04:00
parent 5c430dd73a
commit 353f331ea7
4 changed files with 38 additions and 3 deletions

View File

@@ -82,6 +82,11 @@ public class SafeDeleteTest extends MultiFileTestCase {
doTest("Super");
}
public void testMethodDeepHierarchy() throws Exception {
myDoCompare = false;
doTest("Super");
}
public void testLocalVariableSideEffect() throws Exception {
myDoCompare = false;
try {