mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
dfa: highlight just method reference name on possible NPE warnings (IDEA-149904)
This commit is contained in:
+1
-1
@@ -2,6 +2,6 @@
|
||||
class A {
|
||||
void foo(){
|
||||
String i = null;
|
||||
<caret>i.hashCode();
|
||||
i.has<caret>hCode();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user