| Summary: | [DBCS4.3]:Navigation->Next annotation not working in Linux | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Harendra <harendra> |
| Component: | Text | Assignee: | JDT-Text-Inbox <jdt-text-inbox> |
| Status: | CLOSED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | daniel_megert, john.arthorne, pwebster, takajo, takepon |
| Version: | 4.3 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
The command goes to annotation (tasks, bookmarks, errors, etc.) inside the editor. It has nothing to do with Java Annotations. Closing this. |
Cannot navigate annotations using menu or shortcuts. This happens only when the class name has DBCS. Env: Red hat linux 6.4 Java: IBM Java 7 BUILD:I20130314 Steps to reproduce. 1. Create the following class. public class ダブる倍と { @Deprecated public void md(){ } public static void main(String[] argv){ @SuppressWarnings("unused") String 抽出変数; } } 2. Place the cursor on the top of the class Go to Navigation->Next Annotation Expected result The cursor should move to next annotation (@Depreciated). Actual result The cursor fails to move to the respective location.