Bug 27853

Summary: Incorrect invalid unicode
Product: [Eclipse Project] JDT Reporter: Olivier Thomann <Olivier_Thomann>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 M4   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Olivier Thomann CLA 2002-12-06 12:30:28 EST
Using latest code, we reject that code:

class X { // \u000d\uuuuu000a }

claiming that \u000d is an invalid unicode. The bug comes from the second
unicode. We don't properly consume the 'u's.
Comment 1 Olivier Thomann CLA 2002-12-06 12:32:22 EST
I have a fix for this one. I am running the compiler tests prior to release.
Comment 2 Olivier Thomann CLA 2002-12-06 12:45:08 EST
Fixed and released in 2.1 stream.
Regression test added.
Comment 3 David Audel CLA 2002-12-18 04:40:01 EST
Verified.