mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
safe delete: delete method hierarchy down to the bottom
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user