mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
variable incomplete code searcher should not find methods with the same name even if they are also unresolved; inline covered by RefactoringUtil.renameVariableReferences() (IDEA-126312)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class Test {
|
||||
public boolean isConsideredFinal(int cl) {
|
||||
return cl == cl();
|
||||
}
|
||||
|
||||
int cl() {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user