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 215007 - NullPointerException at org.netbeans.modules.jmx.common.runtime.J2SEProjectType.isPlatformGreaterThanJDK15
Summary: NullPointerException at org.netbeans.modules.jmx.common.runtime.J2SEProjectTy...
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: jini (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-29 22:35 UTC by mcdev1
Modified: 2012-07-09 15:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 157164


Attachments
stacktrace (6.07 KB, text/plain)
2012-06-29 22:35 UTC, mcdev1
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mcdev1 2012-06-29 22:35:36 UTC
Build: NetBeans IDE 7.2 RC1 (Build 201206272359)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.1-b03, Java(TM) SE Runtime Environment, 1.7.0_05-b05
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.jmx.common.runtime.J2SEProjectType.isPlatformGreaterThanJDK15(J2SEProjectType.java:109)
   at org.netbeans.modules.jmx.j2seproject.customizer.ManagementCompositePanelProvider.createComponent(ManagementCompositePanelProvider.java:83)
   at org.netbeans.spi.project.ui.support.ProjectCustomizer$DelegateCategoryProvider.create(ProjectCustomizer.java:607)
   at org.netbeans.modules.project.uiapi.CustomizerPane.setCategory(CustomizerPane.java:259)
   at org.netbeans.modules.project.uiapi.CustomizerPane.access$200(CustomizerPane.java:72)
   at org.netbeans.modules.project.uiapi.CustomizerPane$CategoryChangeListener.propertyChange(CustomizerPane.java:345)
Comment 1 mcdev1 2012-06-29 22:35:38 UTC
Created attachment 121591 [details]
stacktrace