class Test { void method() { for(Iterator it = null; it.hasNext();) { String s = it.next(); } } }