for (int i = 0; i < reports.length; i++) { Products[] products = reports[i].getDecisions; for (int j = 0; j < products.length; j++) { } }
Base Index of Java arrays is always 0. It cannot be changed to 1.