Community
Participate
Working Groups
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.
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...
Not much I can do here...