Bug 28622

Summary: Check deprecation should handle unicodes
Product: [Eclipse Project] JDT Reporter: Olivier Thomann <Olivier_Thomann>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 M5   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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.