Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 463354

Summary: Table Item selection out of bounds
Product: [RT] RAP Reporter: Julia Kurde <julia.kurde>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.0 M7   
Hardware: PC   
OS: Windows 8   
Whiteboard:

Description Julia Kurde CLA 2015-03-28 07:58:01 EDT
The method [void org.eclipse.swt.widgets.Table.setSelection(int[] indices)] should ignore indices that are out of bounds (concerning java doc).

Instead it runs into an [java.lang.IllegalArgumentException: Index out of bounds] if an index is equal to or greater than the table's item count.
Comment 1 Ivan Furnadjiev CLA 2015-03-30 07:01:21 EDT
Pending change - https://git.eclipse.org/r/#/c/44827/
Comment 2 Ivan Furnadjiev CLA 2015-04-14 03:06:58 EDT
Fixed with https://git.eclipse.org/r/#/c/44827/