mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
show setting with generate annotations right on extract method dialog
This commit is contained in:
+3
@@ -1,3 +1,5 @@
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
import java.util.*;
|
||||
|
||||
class C {
|
||||
@@ -11,6 +13,7 @@ class C {
|
||||
System.out.println("l1 = " + l1 + ", l2 = " + l2);
|
||||
}
|
||||
|
||||
@NotNull
|
||||
private List newMethod(Object[] array) {
|
||||
List l1 = null;
|
||||
l1 = new ArrayList(Arrays.asList(array));
|
||||
|
||||
Reference in New Issue
Block a user