Bug 7029 - Renaming a Java project doesn't refresh the packages view
Summary: Renaming a Java project doesn't refresh the packages view
Status: RESOLVED DUPLICATE of bug 7030
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P1 critical (vote)
Target Milestone: 2.0 M2   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-12-18 05:27 EST by Erich Gamma CLA
Modified: 2002-01-11 08:56 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 Erich Gamma CLA 2001-12-18 05:27:02 EST
In the packages view with auto build turned-off:
1) create a project JJ
2) select it and rename it to JJ-New
->there is no refresh in the packages view. The navigator
is updated properly.

Setting a breakpoint in JavaElementContentProvider.elementChanged shows that no 
JavaElement delta is sent out at all
Comment 1 Erich Gamma CLA 2001-12-18 05:38:08 EST
Additional data:
it doesn't look like a refresh problem. Closing and reopening the Packages view 
still shows the stale data. 

The packages view shows the correct data after shutting down and restarting 
eclipse. Looks like some caching problem.
Comment 2 Jerome Lanneluc CLA 2001-12-18 06:28:18 EST

*** This bug has been marked as a duplicate of 7030 ***