This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 215173 - When creating a NetBeans Platform application, the Finish button is enabled too early
Summary: When creating a NetBeans Platform application, the Finish button is enabled t...
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-04 12:56 UTC by mienamoo
Modified: 2012-12-04 06:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot showing the wizard (44.54 KB, image/png)
2012-07-04 12:56 UTC, mienamoo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mienamoo 2012-07-04 12:56:03 UTC
Created attachment 121729 [details]
Screenshot showing the wizard

NetBeans build 201206291011
JDK 7u5 32-bit

When creating a new Maven-based NetBeans platform application with the wizard, the list of available platforms is downloaded. While this process is ongoing though no versions can be selected, but the Finish button is already enabled. When creating a project in that state, RELEASE71 is specified in the parent pom.xml as the platform version. This is not necessarily a bad default, but the behaviour is unexpected.

See the attached screenshot showing the wizard in this unexpected state.
Comment 1 Milos Kleint 2012-11-29 11:21:40 UTC
https://hg.netbeans.org/core-main/rev/a15027b4ebb3
Comment 2 Quality Engineering 2012-12-02 03:07:10 UTC
Integrated into 'main-golden', will be available in build *201212020001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/a15027b4ebb3
User: Milos Kleint <mkleint@netbeans.org>
Log: #215173 disable finish when no platforms in combobox are loaded or when the searching... value is selected.
Comment 3 mienamoo 2012-12-04 06:37:28 UTC
Verified with build 201212030001. Thanks!