mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
extract method: strip this/super from field qualifiers when method was made static (IDEA-153692)
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
class X {
|
||||
private int myI;
|
||||
void foo() {
|
||||
<selection>int i = myI;</selection>
|
||||
<selection>int i = this.myI;</selection>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user