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

Bug 406511

Summary: [DBCS4.3]:Navigation->Next annotation not working in Linux
Product: [Eclipse Project] JDT Reporter: Harendra <harendra>
Component: TextAssignee: 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:

Description Harendra CLA 2013-04-25 04:44:12 EDT
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.
Comment 1 Dani Megert CLA 2013-04-25 09:12:29 EDT
The command goes to annotation (tasks, bookmarks, errors, etc.) inside the editor. It has nothing to do with Java Annotations.
Comment 2 Harendra CLA 2013-06-03 04:32:02 EDT
Closing this.