mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
show setting with generate annotations right on extract method dialog
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
public class S {
|
||||
{
|
||||
String s;
|
||||
@@ -8,6 +10,7 @@ public class S {
|
||||
System.out.print(s);
|
||||
}
|
||||
|
||||
@NotNull
|
||||
private String newMethod() {
|
||||
String s;
|
||||
s = "";
|
||||
|
||||
Reference in New Issue
Block a user