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 235563 - NullPointerException at org.netbeans.modules.options.export.OptionsExportModel$Category.isApplicable
Summary: NullPointerException at org.netbeans.modules.options.export.OptionsExportMode...
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-05 14:46 UTC by ehsavoie
Modified: 2013-09-27 15:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 203235


Attachments
stacktrace (7.59 KB, text/plain)
2013-09-05 14:46 UTC, ehsavoie
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehsavoie 2013-09-05 14:46:57 UTC
Build: NetBeans IDE Dev (Build 201309050001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Linux

User Comments:
GUEST: Exporting options to ZIP file via Options > Export

GUEST: <Please provide a description of the problem or the steps to reproduce

ehsavoie: Trying to export my config




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.options.export.OptionsExportModel$Category.isApplicable(OptionsExportModel.java:547)
   at org.netbeans.modules.options.export.OptionsExportModel.getState(OptionsExportModel.java:135)
   at org.netbeans.modules.options.export.OptionsChooserPanel.isPanelValid(OptionsChooserPanel.java:513)
   at org.netbeans.modules.options.export.OptionsChooserPanel.access$000(OptionsChooserPanel.java:101)
   at org.netbeans.modules.options.export.OptionsChooserPanel$1.insertUpdate(OptionsChooserPanel.java:161)
   at javax.swing.text.AbstractDocument.fireInsertUpdate(AbstractDocument.java:202)
Comment 1 ehsavoie 2013-09-05 14:46:58 UTC
Created attachment 139710 [details]
stacktrace
Comment 2 Theofanis Oikonomou 2013-09-27 15:42:26 UTC
From the latest report I believe 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