mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Java: Recognize multiple parametrized duplicates when extracting a method (IDEA-188243)
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ class C {
|
||||
}
|
||||
|
||||
private boolean newMethod(int i) {
|
||||
if (i < 10){
|
||||
if (i < 10) {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user