Bug 32196 - Patch: correctly detect misisng .rsc file
Summary: Patch: correctly detect misisng .rsc file
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 2.1 RC1   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-18 21:08 EST by Tom Tromey CLA
Modified: 2003-02-25 07:10 EST (History)
0 users

See Also:


Attachments
patch to fix error check (975 bytes, patch)
2003-02-18 21:08 EST, Tom Tromey CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.