Bug 116464

Summary: [javadoc] Unicode tag name are not correctly parsed
Product: [Eclipse Project] JDT Reporter: Frederic Fusier <frederic_fusier>
Component: CoreAssignee: Frederic Fusier <frederic_fusier>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.2   
Target Milestone: 3.2 M4   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Frederic Fusier CLA 2005-11-15 12:23:02 EST
Using build 3.2 M3 (but already exists in 3.1)

With following test case:
public class Test {
	/**
	 * @\u0070\u0061\u0072\u0061\u006d str xxx
	 */
	void foo(String str) {}
}

Compiler raise a warning "Missing tag for parameter str" although is correctly
declared in unicode...
Comment 1 Frederic Fusier CLA 2005-11-17 13:51:29 EST
Fixed and released in HEAD.

Test case added in JavadocBugsTest.
Comment 2 Jerome Lanneluc CLA 2005-12-13 07:39:24 EST
Verified for 3.2 M4 using build I20051213-0010