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

Summary: NullPointerException at org.netbeans.modules.java.api.common.ui.PlatformUiSupport$PlatformComboBoxModel.getPlatformNames
Product: java Reporter: jaska_tl
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 226518
Attachments: stacktrace

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