mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
extract method: inline output variable if it is returned right after creation ( IDEA-54490 )
This commit is contained in:
@@ -7,7 +7,6 @@ class C {
|
||||
}
|
||||
|
||||
private int newMethod() {
|
||||
final int i = 128;
|
||||
return i;
|
||||
return 128;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user