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 205666 - NullPointerException at org.netbeans.modules.javafx2.project.ui.JFXRunPanel.resultChanged
Summary: NullPointerException at org.netbeans.modules.javafx2.project.ui.JFXRunPanel.r...
Status: RESOLVED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Petr Somol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-29 16:49 UTC by esmithbss
Modified: 2011-12-05 16:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 183292


Attachments
stacktrace (6.21 KB, text/plain)
2011-11-29 16:49 UTC, esmithbss
Details

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2011-11-29 16:49:18 UTC
Build: NetBeans IDE Dev (Build 201111270600)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.1-b02, Java(TM) SE Runtime Environment, 1.7.0_01-b08
OS: Windows 7

User Comments:
esmithbss: Opening a JavaFX Project's run properties following the NPE reported in uploaded report http://statistics.netbeans.org/analytics/exception.do?id=547084.

Following the identified exception, the properties dialog was closed.  On a subsequent reopening of the dialog, an attempt to open the run tab generates this NPE.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.javafx2.project.ui.JFXRunPanel.resultChanged(JFXRunPanel.java:1298)
   at org.netbeans.modules.javafx2.project.ui.JFXRunPanel.setupWebBrowsersCombo(JFXRunPanel.java:1442)
   at org.netbeans.modules.javafx2.project.ui.JFXRunPanel.<init>(JFXRunPanel.java:251)
   at org.netbeans.modules.javafx2.project.ui.JFXRunCategoryProvider.createComponent(JFXRunCategoryProvider.java:80)
   at org.netbeans.spi.project.ui.support.ProjectCustomizer$DelegateCategoryProvider.create(ProjectCustomizer.java:702)
   at org.netbeans.modules.project.uiapi.CustomizerPane.setCategory(CustomizerPane.java:259)
Comment 1 esmithbss 2011-11-29 16:49:20 UTC
Created attachment 113631 [details]
stacktrace
Comment 2 Petr Somol 2011-12-05 16:40:05 UTC
This bug is almost certainly the consequence of bug #205665 and should be covered by the #205665 fix 
http://hg.netbeans.org/jet-main/rev/98d4a55608aa
I am closing it for this reason. If it reappears, please reopen.