public class C { { Object o = getO(); String s = ""; if (o != null) s += o.toString(); } }