Details
Description
In the Java 6 api, DateFormatSymbols.setZoneStrings(String[][] newZoneStrings) should throw "IllegalArgumentException - if the length of any row in newZoneStrings is less than 5". Currently there's no check for this.
In the Java 6 api, DateFormatSymbols.setZoneStrings(String[][] newZoneStrings) should throw "IllegalArgumentException - if the length of any row in newZoneStrings is less than 5". Currently there's no check for this.