Bug 28622 - Check deprecation should handle unicodes
Summary: Check deprecation should handle unicodes
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M5   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-18 10:59 EST by Olivier Thomann CLA
Modified: 2003-02-07 11:46 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 Olivier Thomann CLA 2002-12-18 10:59:06 EST
Using 1217, we don't report properly deprecation if the deprecated tag is
written using unicodes.
Compiling this code doesn't create a deprecated attributes for X, but it should.
/** @\u0064eprecated */
class X {
}

The bug is located in the checkAnnotation() method.
Comment 1 Olivier Thomann CLA 2003-01-07 16:43:06 EST
Fixed and released in 2.1 stream.
Comment 2 David Audel CLA 2003-02-07 11:46:28 EST
Verified.