Bug 32000 - IJavaModel.contains() returns true for resources copied into bin folder
Summary: IJavaModel.contains() returns true for resources copied into bin folder
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 RC1   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-17 08:29 EST by Dirk Baeumer CLA
Modified: 2003-03-11 09:33 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 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.