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 255768 - NullPointerException at org.netbeans.core.ui.options.general.GeneralOptionsPanel.updateWebBrowsers
Summary: NullPointerException at org.netbeans.core.ui.options.general.GeneralOptionsPa...
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-10-07 12:10 UTC by Exceptions Reporter
Modified: 2015-10-07 14:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220407


Attachments
stacktrace (3.55 KB, text/plain)
2015-10-07 12:10 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-10-07 12:10:14 UTC
This bug was originally marked as duplicate of bug 115391, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.79-b02, Java(TM) SE Runtime Environment, 1.7.0_79-b15
OS: Mac OS X

User Comments:
GUEST: This error caused by uninstall plugin jrebel




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.core.ui.options.general.GeneralOptionsPanel.updateWebBrowsers(GeneralOptionsPanel.java:716)
   at org.netbeans.core.ui.options.general.GeneralOptionsPanel.update(GeneralOptionsPanel.java:708)
   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.CategoryModel.update(CategoryModel.java:214)
   at org.netbeans.modules.options.OptionsPanel.update(OptionsPanel.java:294)
Comment 1 Exceptions Reporter 2015-10-07 12:10:15 UTC
Created attachment 156584 [details]
stacktrace
Comment 2 Jaroslav Havlin 2015-10-07 14:37:10 UTC
> at o.n.core.ui.options.general.GeneralOptionsPanel.updateWebBrowsers()
Reassigning to platform/Options&Settings.

Fanis, please evaluate. Thank you.