mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
extract method: don't skip vars from the exit statements if nullable checks would be added (IDEA-141562)
This commit is contained in:
@@ -7,7 +7,6 @@ public class Test {
|
||||
}
|
||||
|
||||
private boolean newMethod() {
|
||||
Object result;
|
||||
if (test1()) return true;
|
||||
if (test2()) return true;
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user