class Test { void foo() { getObject().notify(); } Object getObject() {return null;} }