Bug 23181 - IScanner returns incorrect whitespaces
Summary: IScanner returns incorrect whitespaces
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 major (vote)
Target Milestone: 2.1 M1   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-04 16:13 EDT by Olivier Thomann CLA
Modified: 2002-09-19 09:32 EDT (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-09-04 16:13:11 EDT
When a scanner is created to tokenize whitespaces, it may return incorrect
whitespaces if unicode characters are used.
For example, if a source contains \u003b (which is ';'), the scanner will report
'\u003' as a whitespace. This is wrong.
Comment 1 Olivier Thomann CLA 2002-09-06 10:55:09 EDT
Fixed and released in 2.1 stream. Regression tests added.
Comment 2 David Audel CLA 2002-09-19 09:32:44 EDT
Verified.