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 236308 - NullPointerException at org.netbeans.modules.options.export.OptionsChooserPanel$2.actionPerformed
Summary: NullPointerException at org.netbeans.modules.options.export.OptionsChooserPan...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-24 08:30 UTC by ent38
Modified: 2013-09-24 08:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 204100


Attachments
stacktrace (6.51 KB, text/plain)
2013-09-24 08:30 UTC, ent38
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ent38 2013-09-24 08:30:40 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-417-on-20130906)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b56, Java(TM) SE Runtime Environment, 1.7.0_40-b43
OS: Windows 8

User Comments:
ent38: try to export NB preferences to a zp file.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.options.export.OptionsChooserPanel$2.actionPerformed(OptionsChooserPanel.java:200)
   at org.netbeans.core.windows.services.NbPresenter$ButtonListener.actionPerformed(NbPresenter.java:1379)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
   at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
Comment 1 ent38 2013-09-24 08:30:42 UTC
Created attachment 140407 [details]
stacktrace
Comment 2 Theofanis Oikonomou 2013-09-24 08:37:27 UTC
From the log I think that the root problem is similar to bug 235561 and it should be fixed by http://hg.netbeans.org/core-main/rev/e8fe80e9feca. Please try a latest build and reopen if it does not work for you. Thank you