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 268233 - NullPointerException at org.netbeans.modules.java.api.common.ui.PlatformUiSupport$PlatformComboBoxModel.getPlatformNames
Summary: NullPointerException at org.netbeans.modules.java.api.common.ui.PlatformUiSup...
Status: RESOLVED DUPLICATE of bug 268222
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-27 12:10 UTC by skygo
Modified: 2016-09-27 12:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226446


Attachments
stacktrace (8.12 KB, text/plain)
2016-09-27 12:10 UTC, skygo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description skygo 2016-09-27 12:10:24 UTC
Build: NetBeans IDE 8.2 (Build 201609230201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.112-b04, Java(TM) SE Runtime Environment, 1.8.0_112-ea-b04
OS: Windows 10

User Comments:
skygo: trying to create javafxapplication




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.java.api.common.ui.PlatformUiSupport$PlatformComboBoxModel.getPlatformNames(PlatformUiSupport.java:793)
   at org.netbeans.modules.java.api.common.ui.PlatformUiSupport$PlatformComboBoxModel.getSelectedItem(PlatformUiSupport.java:754)
   at org.netbeans.modules.javafx2.project.ui.PlatformsComboBoxModel.getSelectedItem(PlatformsComboBoxModel.java:71)
   at javax.swing.JComboBox.setModel(JComboBox.java:316)
   at org.netbeans.modules.javafx2.project.PanelOptionsVisual.initComponents(PanelOptionsVisual.java:426)
   at org.netbeans.modules.javafx2.project.PanelOptionsVisual.<init>(PanelOptionsVisual.java:105)
Comment 1 skygo 2016-09-27 12:10:25 UTC
Created attachment 162240 [details]
stacktrace
Comment 2 skygo 2016-09-27 12:11:53 UTC

*** This bug has been marked as a duplicate of bug 268222 ***