Bug 5541 - No refresh when adding a compilation unit inside a dot named source folder
Summary: No refresh when adding a compilation unit inside a dot named source folder
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P2 normal (vote)
Target Milestone: 2.0 M1   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-05 12:46 EST by Philipe Mulet CLA
Modified: 2002-01-11 09:13 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 Philipe Mulet CLA 2001-11-05 12:46:18 EST
Build 207 + latest JDTCORE

When adding a file X.java inside a project with source folder named 'a.b',
the package view does not refresh properly (no child is displayed under 
source folder).
Comment 1 Philipe Mulet CLA 2001-11-05 12:47:48 EST
The code for creating a Java element (JavaCore.create) did prevent this scenario 
to occur, but it should have allowed it to map to a package fragment root.

Fixed