Community
Participate
Working Groups
While importing a *.xls file into the GUIdancer via the Import Project Dialog an Unexpected Error (Null Pointer Exception) occurred. See the attachted logfile.
Created attachment 191888 [details] Unexpected Error - Stack trace
Fix for occured NPE http://git.eclipse.org/c/jubula/org.eclipse.jubula.core.git/commit /?id=dad372375b38c046d002c666b8f98d667f669a47 This does not solve the problem that the args may have been null.
Furthermore the import failed due to an index out of bound exception. I fixed that with http://git.eclipse.org/c/jubula/org.eclipse.jubula.core.git/commit/?id=47c74849d5f434f57d1e7befb91a7e99dd1860ac
No index out of bound exception anymore during the import of an external excel file into a Central Test Data Set. No null pointer exception anymore during the import of a not supported file type via the "Import Project Dialog". --> a i18n key is missing in the now appearing dialog "failed to import project". For this issue I opened Bug 341103.