static String unnull(String s) { return s == null ? "" : s; }