class A { Object getObject() { return null; } void method() { Object o = getObject(); return getObject().hashCode(); } }