Community
Participate
Working Groups
Build Identifier: M20110210-1200 If the array holding the column names is not null but has no entries (length = 0) an ArrayIndexOutOfBoundsException occurs in the method importData because a check tries to check the first entry in the array (line 227). Furthermore this exception will be catched a few lines below and a new exception will be thrown without passing the stack trace of the original exception. Reproducible: Always Steps to Reproduce: 1. set an empty List as column names: CsvHelper.setColumnNames(new ArrayList<String>()) 2. import data: CsvHelper.importData(....) 3.
Created attachment 205506 [details] patch for the described bug
Thank you for the patch. Committed for 3.8.0. Btw: I removed the serializable check because I don't think it's necessary.
ticket closed. deliverd as part of eclipse scout 3.8.0 (juno release train)