mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
extract method: disable make static when extracting from default method; ensure static extracting from constant in interface (IDEA-134636)
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
interface I {
|
||||
static void foo () {
|
||||
newMethod();
|
||||
}
|
||||
|
||||
private static void newMethod() {
|
||||
System.out.println("hello");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user