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 262458

Summary: Tools->Options does not open...NullPointerException
Product: platform Reporter: twolf2919 <twolf2919>
Component: Options&SettingsAssignee: Theofanis Oikonomou <theofanis>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 8.1   
Hardware: PC   
OS: Windows 10 x64   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE message log

Description twolf2919 2016-06-16 18:00:29 UTC
Created attachment 160073 [details]
IDE message log

NB 8.1 has been very stable for me.  But today, when I tried to open Tools->Options, nothing happened. Figuring that maybe NB got into a confused state, I restarted the IDE and tried again.  This time the IDE noticed a problem (NullPointerException) and offered to report the problem.  I tried to - but the bug reporting screen's "Send" button never came out of the disabled state, even after I entered my NB user id and password....even when I checked "Submit as guest" :-(

 I performed my usual first "fix" - leave the IDE, wipe out the cache - and restart.  That did the trick again :-}

I'm attaching the messages.log file.  It's got my environment and the exception.
Comment 1 Jiri Prox 2016-06-17 09:02:33 UTC
java.lang.NullPointerException
	at org.netbeans.core.ui.options.general.GeneralOptionsPanel.updateWebBrowsers(GeneralOptionsPanel.java:720)
	at org.netbeans.core.ui.options.general.GeneralOptionsPanel.update(GeneralOptionsPanel.java:709)
	at org.netbeans.core.ui.options.general.GeneralOptionsPanelController.update(GeneralOptionsPanelController.java:74)
	at org.netbeans.modules.options.CategoryModel$Category.update(CategoryModel.java:392)
	at org.netbeans.modules.options.OptionsPanel.setCurrentCategory(OptionsPanel.java:260)
	at org.netbeans.modules.options.OptionsPanel.initCurrentCategory(OptionsPanel.java:203)
	at org.netbeans.modules.options.OptionsDisplayerImpl.showOptionsDialog(OptionsDisplayerImpl.java:237)