Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 151400 - [build path] Second page of JavaProjectWizard is created and initialized although never shown
Summary: [build path] Second page of JavaProjectWizard is created and initialized alth...
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Benno Baumgartner CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-21 09:00 EDT by Benno Baumgartner CLA
Modified: 2007-05-09 09:54 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Benno Baumgartner CLA 2006-07-21 09:00:28 EDT
I20060718-0800

1. Set breakpoint in constructor of org.eclipse.jdt.internal.ui.wizards.buildpaths.newsourcepage.DialogPackageExplorerActionGroup.DialogPackageExplorerActionGroup
2. Start the new java project wizard
Is:
 Breakpoint is hit
Should:
 Only be hitten when next is pressed.

I guess most people click finish on first page right away. There is no need to create and initialize all the UI stuff for the second page.
Comment 1 Benno Baumgartner CLA 2006-07-21 09:16:53 EDT
This can't be solved without another refactoring pass. The new JavaProjectWizard uses the second page to create the project, the second page uses the BuildPathBlock to configure the project, and this only works at the moment with all the UI stuff created and initialized...
Comment 2 Benno Baumgartner CLA 2007-05-09 09:54:36 EDT
Not much I can do here...