// "Surround with 'if (s != null)'" "true" class A { void foo(){ String s = null; for (int i=0; i!=s.hash<caret>Code();i++){} } }