Bug 3269

Summary: Updating the Java packages view on project creation (1GDW0U9)
Product: [Eclipse Project] JDT Reporter: DJ Houghton <dj.houghton>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M1   
Hardware: All   
OS: All   
Whiteboard:

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.