mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
Java: Recognize multiple parametrized duplicates when extracting a method (IDEA-188243)
This commit is contained in:
@@ -7,8 +7,8 @@ class Test
|
||||
}
|
||||
|
||||
private boolean newMethod() {
|
||||
if(test1()) return true;
|
||||
if(test2()) return true;
|
||||
if (test1()) return true;
|
||||
if (test2()) return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user