class Test { final String[] test() { return Math.random() > 0.5 ? new String[] { "1", "2", "3" } : null; } }