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 243126 - 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: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-21 08:03 UTC by Martin Fousek
Modified: 2014-07-19 10:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208576


Attachments
stacktrace (7.15 KB, text/plain)
2014-03-21 08:03 UTC, Martin Fousek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Fousek 2014-03-21 08:03:49 UTC
This bug was originally marked as duplicate of bug 235563, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 20140321-bb1b59009b22)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Linux

User Comments:
marfous: Invoked export settings




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:523)
   at org.netbeans.modules.options.export.OptionsChooserPanel.access$000(OptionsChooserPanel.java:101)
   at org.netbeans.modules.options.export.OptionsChooserPanel$1.removeUpdate(OptionsChooserPanel.java:165)
   at javax.swing.text.AbstractDocument.fireRemoveUpdate(AbstractDocument.java:260)
Comment 1 Martin Fousek 2014-03-21 08:03:50 UTC
Created attachment 146207 [details]
stacktrace
Comment 2 Theofanis Oikonomou 2014-07-11 14:52:21 UTC
Changeset: 56b5e6bb2c7b
Author:    Theofanis Oikonomou <theofanis@netbeans.org>
Date:      2014-07-11 16:55
Message:
Comment 3 Quality Engineering 2014-07-19 10:17:30 UTC
Integrated into 'main-silver', will be available in build *201407190718* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/56b5e6bb2c7b
User: Theofanis Oikonomou <theofanis@netbeans.org>
Log: Task #243126 - NullPointerException at org.netbeans.modules.options.export.OptionsExportModel$Category.isApplicable