mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
CreateSwitchIntention removed all operations with Document to exclude possible problems
This commit is contained in:
@@ -5,8 +5,7 @@ class X {
|
||||
}
|
||||
|
||||
void m(MyEnum e) {
|
||||
switch (e) {
|
||||
<caret>
|
||||
switch (e) {<caret>
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -5,8 +5,7 @@ class X {
|
||||
}
|
||||
|
||||
void m(MyEnum e) {
|
||||
switch (e) {
|
||||
<caret>
|
||||
switch (e) {<caret>
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -3,8 +3,7 @@ class X {
|
||||
void m() {
|
||||
|
||||
int foo = 10;
|
||||
switch (foo) {
|
||||
<caret>
|
||||
switch (foo) {<caret>
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -3,8 +3,7 @@ class X {
|
||||
void m() {
|
||||
|
||||
String s = getStr();
|
||||
switch (s) {
|
||||
<caret>
|
||||
switch (s) {<caret>
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user