Bug 25688

Summary: Non NLS strings improperly reported when the line separator is \r only
Product: [Eclipse Project] JDT Reporter: Olivier Thomann <Olivier_Thomann>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: critical    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 M3   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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.