mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
rename failure fixed: incomplete references on fields are now processed by VariableInIncompleteCodeSearcher
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
class MyTest {
|
||||
|
||||
String foo;
|
||||
|
||||
{
|
||||
I i;
|
||||
|
||||
foo<caret>
|
||||
i = MyTest::foo;
|
||||
}
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
class MyTest {
|
||||
|
||||
String bar;
|
||||
|
||||
{
|
||||
I i;
|
||||
|
||||
bar
|
||||
i = MyTest::foo;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user