public class Test { void method(Integer[] i) { if (i == 0) { i++; } } }