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 193283 - NullPointerException at br.com.claudius.netbeans.jvmsettings.JVMSettingUI.loadJvmParameters
Summary: NullPointerException at br.com.claudius.netbeans.jvmsettings.JVMSettingUI.loa...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-12 04:09 UTC by kecampbell
Modified: 2010-12-13 11:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 174928


Attachments
stacktrace (3.80 KB, text/plain)
2010-12-12 04:09 UTC, kecampbell
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kecampbell 2010-12-12 04:09:07 UTC
Build: NetBeans IDE Dev (Build 201012110001)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03-307, Java(TM) SE Runtime Environment, 1.6.0_22-b04-307-10M3261
OS: Mac OS X

User Comments:
kecampbell: Selecting the NetBeans Startup Settings module.




Stacktrace: 
java.lang.NullPointerException
   at br.com.claudius.netbeans.jvmsettings.JVMSettingUI.loadJvmParameters(JVMSettingUI.java:496)
   at br.com.claudius.netbeans.jvmsettings.JVMSettingUI.<init>(JVMSettingUI.java:49)
   at br.com.claudius.netbeans.jvmsettings.JVMOptionController.<init>(JVMOptionController.java:36)
   at br.com.claudius.netbeans.jvmsettings.AdvancedCategory.create(AdvancedCategory.java:39)
   at org.netbeans.modules.options.advanced.Model.getPanel(Model.java:157)
   at org.netbeans.modules.options.advanced.AdvancedPanel.handleTabSwitched(AdvancedPanel.java:198)
Comment 1 kecampbell 2010-12-12 04:09:11 UTC
Created attachment 103976 [details]
stacktrace