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 268290 - NullPointerException at org.netbeans.modules.java.api.common.ui.PlatformUiSupport$PlatformComboBoxModel.getPlatformNames
Summary: NullPointerException at org.netbeans.modules.java.api.common.ui.PlatformUiSup...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-30 16:37 UTC by jaska_tl
Modified: 2016-09-30 16:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226518


Attachments
stacktrace (5.36 KB, text/plain)
2016-09-30 16:37 UTC, jaska_tl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jaska_tl 2016-09-30 16:37:27 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-614-on-20160924)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Windows 10

User Comments:
jaska_tl: Same as earlier, but now on Java Me - New project - select java ME and hit Next!




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.getSize(PlatformUiSupport.java:741)
   at org.netbeans.modules.j2me.project.ui.PlatformsComboBoxModel.<init>(PlatformsComboBoxModel.java:58)
   at org.netbeans.modules.j2me.project.J2MEProjectUtils.createJDKPlatformComboBoxModel(J2MEProjectUtils.java:243)
   at org.netbeans.modules.j2me.project.wizard.PlatformDevicesPanel.initJdkPlatform(PlatformDevicesPanel.java:198)
   at org.netbeans.modules.j2me.project.wizard.PlatformDevicesPanel.postInitComponents(PlatformDevicesPanel.java:187)
Comment 1 jaska_tl 2016-09-30 16:37:29 UTC
Created attachment 162290 [details]
stacktrace