Bug 32000

Summary: IJavaModel.contains() returns true for resources copied into bin folder
Product: [Eclipse Project] JDT Reporter: Dirk Baeumer <dirk_baeumer>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 RC1   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Dirk Baeumer CLA 2003-02-17 08:29:15 EST
I20030214

- create JUnit project
- compile
- IJavaModel.contains(/JUnit/bin/junit/swingui/icons/ok.gif) returns true.
Comment 1 Philipe Mulet CLA 2003-02-17 12:48:51 EST
Cannot reproduce when using:

JUnit
 +- src
 +- bin 

layout. Only src/.../ok.gif is answering true.

Is this the layout you had ?
Comment 2 Dirk Baeumer CLA 2003-02-17 13:10:23 EST
No I had

JUnit = src
  +- bin == output folder
Comment 3 Philipe Mulet CLA 2003-02-17 13:29:15 EST
Yeap, I figured that out. 
Comment 4 Philipe Mulet CLA 2003-02-17 13:29:30 EST
Fixed in latest
Comment 5 David Audel CLA 2003-03-11 09:33:24 EST
Verified.