Bug 25688 - Non NLS strings improperly reported when the line separator is \r only
Summary: Non NLS strings improperly reported when the line separator is \r only
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 critical (vote)
Target Milestone: 2.1 M3   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-04 10:21 EST by Olivier Thomann CLA
Modified: 2002-11-13 06:00 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-11-04 10:21:33 EST
We found a bug when non-nls strings are not reported in a file where \r and \r\n
were mixed up.
The bug is in the scanner.
Comment 1 Olivier Thomann CLA 2002-11-04 10:22:02 EST
Change milestone and severity.
Comment 2 Olivier Thomann CLA 2002-11-04 11:24:28 EST
The line separators were not properly recorded as well.
Fixed and released in HEAD.
Regression test added (test172 in ConformTest).
Comment 3 David Audel CLA 2002-11-13 06:00:33 EST
Verified.