Bug 32196

Summary: Patch: correctly detect misisng .rsc file
Product: [Eclipse Project] JDT Reporter: Tom Tromey <tromey>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 RC1   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
patch to fix error check none

Description Tom Tromey CLA 2003-02-18 21:08:15 EST
In compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java,
the code that attempts to detect a missing .rsc file has a small
bug.  I'll attach a patch which fixes the problem.
Comment 1 Tom Tromey CLA 2003-02-18 21:08:43 EST
Created attachment 3560 [details]
patch to fix error check
Comment 2 Philipe Mulet CLA 2003-02-19 05:02:32 EST
Thank you for the patch, integrated into latest.
Comment 3 Philipe Mulet CLA 2003-02-19 05:02:48 EST
Fixed
Comment 4 David Audel CLA 2003-02-25 07:10:14 EST
Verified.