Bug 32607 - Removing outer folder removes nested folder's cus from index
Summary: Removing outer folder removes nested folder's cus from index
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 RC2   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-24 05:39 EST by Jerome Lanneluc CLA
Modified: 2003-03-10 09:52 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 Jerome Lanneluc CLA 2003-02-24 05:39:11 EST
Build RC1

1. Create Java project with src1 and src1/src2 on classpath
2. Add X.java in src1/src2
3. Open Type... to ensure X is in the list
4. Remove src1 from classpath
5. Open Type...
Observe: X is not in the list
Comment 1 Jerome Lanneluc CLA 2003-02-25 10:02:41 EST
Fixed RemoveFromFolderIndex job to take the exclusion patterns into account.
Added SearchTests.testRemoveOuterFolder()
Comment 2 David Audel CLA 2003-03-10 09:52:09 EST
Verified.