This was fixed in trunk a while ago: http://swtbot.org/bugzilla/show_bug.cgi?id=58
You can get the latest trunk from http://swtbot.sourceforge.net/artifacts/trunk/ -- Ketan On 16-Jul-08, at 6:16 PM, Sam Faktorovich wrote: > Hello! > > I'm encountering a problem with SWTBotTreeItem class. Calling its > methods for navigating within a complex tree (4 nested levels) > results in this line of SWTBotTreeItem.select(String []) method: > > getTree().setSelection((TreeItem[]) selection.toArray(new ArrayList[] > {})); > > throwing a java.lang.ArrayStoreException. > > Examining the source of select(String[] items) method, I haven't > found if it accesses the "items" array in any way. Is it the > intended behavior? > > Thanks. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ SWTBot-users mailing list SWTBot-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/swtbot-users http://swtbot.org/ - a functional testing tool for SWT/Eclipse