Bug 3269 - Updating the Java packages view on project creation (1GDW0U9)
Summary: Updating the Java packages view on project creation (1GDW0U9)
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 2.0 M1   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:52 EDT by DJ Houghton CLA
Modified: 2002-01-14 11:08 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 DJ Houghton CLA 2001-10-10 22:52:19 EDT
When I load multiple projects from the repository, I notice that the Navigator
	view is refreshed to contain the new projects at the end of the operation. This
	is presumably due to a notification from Core so the behaviour is expected.

	But I also notice that the Java projects are shown in the Packages view as
	each one is created. Rumour has it this is because JavaElementDeltas are
	being fired after each project is created. Could performance be improved by
	waiting to update after the operation has completed?

NOTES:

EG (5/17/01 10:47:04 PM)
	moving to JCORE for consideration

jeem (5/18/01 4:06:43 PM) 
	The Java model currently lacks a mechanism for queueing up java element deltas,
which is what you would likely need to provide a general solution to this problem.

PM (5/24/2001 1:27:23 PM)
	Nice to have.
Comment 1 DJ Houghton CLA 2001-10-23 23:53:34 EDT
PRODUCT VERSION:
	0.107 JRE on Win98

Comment 2 Philipe Mulet CLA 2001-11-19 14:05:03 EST
Related to batching Java element deltas
Comment 3 Jerome Lanneluc CLA 2001-12-07 06:10:07 EST
IJavaElementDeltas are now fired during the resource delta processing in one 
batch.