| Summary: | Nebula Grid has unnecessary UTF8 characters - problem when exporting | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Helmut Frohner <helmut.frohner> |
| Component: | Incubator | Assignee: | 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: | |||
Fixed in master with commit d9b0b31fdc1d9930ec7b6a5b14b6e0445b792132. |
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.