Bug 116464 - [javadoc] Unicode tag name are not correctly parsed
Summary: [javadoc] Unicode tag name are not correctly parsed
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2 M4   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-15 12:23 EST by Frederic Fusier CLA
Modified: 2005-12-13 07:39 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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