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 217446

Summary: AssertionError at org.openide.loaders.TemplateWizard.updateState
Product: platform Reporter: Chiana
Component: Dialogs&WizardsAssignee: Stanislav Aubrecht <saubrecht>
Status: VERIFIED FIXED    
Severity: normal CC: akrasny, dstrupl, lehel, musilt2, vriha, zeloras
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 191864
Attachments: stacktrace
stacktrace
stacktrace
stacktrace

Description Chiana 2012-08-27 07:53:28 UTC
Build: NetBeans IDE Dev (Build 201208260001)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows 7

User Comments:
Chiana: Created .dll project with cygWin




Stacktrace: 
java.lang.AssertionError
   at org.openide.loaders.TemplateWizard.updateState(TemplateWizard.java:745)
   at org.netbeans.modules.project.ui.NewProjectWizard.updateState(NewProjectWizard.java:71)
   at org.openide.WizardDescriptor.updateStateWithFeedback(WizardDescriptor.java:1010)
   at org.openide.WizardDescriptor.access$1900(WizardDescriptor.java:89)
   at org.openide.WizardDescriptor$Listener$2$1.run(WizardDescriptor.java:2147)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1454)
Comment 1 Chiana 2012-08-27 07:53:29 UTC
Created attachment 123596 [details]
stacktrace
Comment 2 Milos Kleint 2012-08-29 09:20:32 UTC
*** Bug 217536 has been marked as a duplicate of this bug. ***
Comment 3 Milos Kleint 2012-09-03 10:52:23 UTC
*** Bug 217729 has been marked as a duplicate of this bug. ***
Comment 4 Milos Kleint 2012-09-03 11:01:04 UTC
I suppose the problem is in WizardDescriptor$Listener that listens on stuff and calls updateState() on wizard and doesn't fulfill the contract expressed in the assert (or the assert is wrong, cannot tell)
Comment 5 Vladimir Riha 2012-09-05 12:17:00 UTC
Created attachment 123950 [details]
stacktrace

activating JavaFX
Comment 6 David Strupl 2012-09-10 12:38:13 UTC
Created attachment 124097 [details]
stacktrace

Create new JavaFX project.
Comment 7 Exceptions Reporter 2012-09-10 12:38:27 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=191864
Comment 8 Stanislav Aubrecht 2012-09-10 13:38:37 UTC
core-main b9ce7d724c13
Comment 9 Stanislav Aubrecht 2012-09-11 08:32:31 UTC
*** Bug 218103 has been marked as a duplicate of this bug. ***
Comment 10 Quality Engineering 2012-09-12 02:08:26 UTC
Integrated into 'main-golden', will be available in build *201209120001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/b9ce7d724c13
User: S. Aubrecht <saubrecht@netbeans.org>
Log: #217446 - call updateState() from EDT
Comment 11 lehel 2012-09-12 06:59:12 UTC
Created attachment 124193 [details]
stacktrace

Trying a JavaFx Sample Project, Netbeans was activating the JavaFx Sdk
Comment 12 Chiana 2012-10-22 21:36:55 UTC
Tested several ways to create new class files, template projects, seems ok now.