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

Bug 398170

Summary: Nebula Grid has unnecessary UTF8 characters - problem when exporting
Product: [RT] RAP Reporter: Helmut Frohner <helmut.frohner>
Component: IncubatorAssignee: Project Inbox <rap.incubator-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 RC1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Helmut Frohner CLA 2013-01-15 05:47:44 EST
The class
/org.eclipse.rap.nebula.widgets.grid/src/org/eclipse/nebula/widgets/grid/Grid.java
contains a UTF-8 character in the variable iterатор.
When trying to export a feature with this plugin we get the following errors:
----------
7. ERROR in C:\tmp\org.eclipse.rap.incubator.nebula-grid\bundles\org.eclipse.rap.nebula.widgets.grid\src\org\eclipse\nebula\widgets\grid\Grid.java (at line 1673)
	for( Iterator iterатор = selectedCells.iterator(); iterатор.hasNext(); ) {
	                   ^^^^^^^
Syntax error on tokens, delete these tokens
----------
8. ERROR in C:\tmp\org.eclipse.rap.incubator.nebula-grid\bundles\org.eclipse.rap.nebula.widgets.grid\src\org\eclipse\nebula\widgets\grid\Grid.java (at line 1673)
	for( Iterator iterатор = selectedCells.iterator(); iterатор.hasNext(); ) {
	                                                            ^^^^^^^
Syntax error on tokens, delete these tokens
----------
9. ERROR in C:\tmp\org.eclipse.rap.incubator.nebula-grid\bundles\org.eclipse.rap.nebula.widgets.grid\src\org\eclipse\nebula\widgets\grid\Grid.java (at line 1674)
	Point cell = ( Point )iterатор.next();
	                           ^^^^^^^
Syntax error on tokens, delete these tokens
----------
We can still export this feature with this workaround http://www.eclipse.org/forums/index.php/mv/msg/145075/456661/#msg_456661
But it would be nice if it would work out of the box.
Comment 1 Ivan Furnadjiev CLA 2013-01-17 03:33:17 EST
Fixed in master with commit d9b0b31fdc1d9930ec7b6a5b14b6e0445b792132.