Bug 172444

Summary: build workspace operation launched after each startup
Product: [Eclipse Project] JDT Reporter: Eric Jodet <eric_jodet>
Component: CoreAssignee: Eric Jodet <eric_jodet>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: frederic_fusier
Version: 3.2.1Keywords: contributed, performance
Target Milestone: 3.3 M5   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Proposed fix none

Description Eric Jodet CLA 2007-02-01 04:43:31 EST
Start Eclipse and open the Progress view.
Autobuild is on (default).
Stop and restart Eclipse against the same unmodified worskpace.
Observe a Build Workspace operation is launched, though nothing was modified.
Comment 1 Eric Jodet CLA 2007-02-01 04:46:15 EST
Created attachment 57987 [details]
Proposed fix

This patch prevents jdt.core to trigger a build when initializing containers.
Comment 2 Frederic Fusier CLA 2007-02-01 07:28:03 EST
Released for 3.3 M5 in HEAD stream.
Comment 3 Olivier Thomann CLA 2007-02-05 12:00:35 EST
I can still see a "Building workspace job" on startup. So it seems that there is still a rebuild triggered on startup.
Comment 4 Olivier Thomann CLA 2007-02-05 12:58:57 EST
Closing as VERIFIED.
I added an .option file to get tracing of the build activity and I could not get an entry for the builder on startup.
So even if the progress view shows a build job very quickly, there is no actual build on startup.
Comment 5 Olivier Thomann CLA 2007-02-05 12:59:09 EST
Verified for 3.3M5 using I20070205-0009.
Comment 6 Jerome Lanneluc CLA 2007-04-12 07:14:18 EDT
Fix released in Startup_R32x branch.