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 253449 - NullPointerException at org.netbeans.modules.ide.ergonomics.fod.OptionCntrl.getComponent
Summary: NullPointerException at org.netbeans.modules.ide.ergonomics.fod.OptionCntrl.g...
Status: NEW
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: 2015-07-14 04:08 UTC by danilogcarolino
Modified: 2015-07-14 08:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 212058


Attachments
stacktrace (2.96 KB, text/plain)
2015-07-14 04:08 UTC, danilogcarolino
Details

Note You need to log in before you can comment on or make changes to this bug.
Description danilogcarolino 2015-07-14 04:08:43 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Mac OS X

User Comments:
GUEST: don't know

danilogcarolino: Only open IDE.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.ide.ergonomics.fod.OptionCntrl.getComponent(OptionCntrl.java:105)
   at org.netbeans.modules.options.TabbedController.handleTabSwitched(TabbedController.java:217)
   at org.netbeans.modules.options.TabbedController.initTabbedPane(TabbedController.java:195)
   at org.netbeans.modules.options.TabbedController.getComponent(TabbedController.java:172)
   at org.netbeans.modules.options.CategoryModel$Category.getComponent(CategoryModel.java:431)
   at org.netbeans.modules.options.OptionsPanel.setCurrentCategory(OptionsPanel.java:258)
Comment 1 danilogcarolino 2015-07-14 04:08:46 UTC
Created attachment 154601 [details]
stacktrace