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 test(){
|
||||
Object container = null;
|
||||
Runnable r = () -> container == null ? conta<caret>iner.toString() : "";
|
||||
Runnable r = () -> container == null ? container.toS<caret>tring() : "";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user