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 220418 - NullPointerException at org.netbeans.modules.options.advanced.AdvancedPanel.handleTabSwitched
Summary: NullPointerException at org.netbeans.modules.options.advanced.AdvancedPanel.h...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 7.3
Hardware: All All
: P1 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2012-10-19 12:44 UTC by Theofanis Oikonomou
Modified: 2012-10-25 10:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 193768


Attachments
stacktrace (3.34 KB, text/plain)
2012-10-19 12:45 UTC, Theofanis Oikonomou
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Theofanis Oikonomou 2012-10-19 12:44:58 UTC
Build: NetBeans IDE Dev (Build 20121018-c6bc95de31b6)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.1-b02, Java(TM) SE Runtime Environment, 1.6.0_26-b03
OS: Linux

User Comments:
theofanis: searching for todo and then terminal in options window




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.options.advanced.AdvancedPanel.handleTabSwitched(AdvancedPanel.java:210)
   at org.netbeans.modules.options.advanced.AdvancedPanel.handleSearch(AdvancedPanel.java:217)
   at org.netbeans.modules.options.advanced.AdvancedPanelController.handleSuccessfulSearch(AdvancedPanelController.java:125)
   at org.netbeans.modules.options.CategoryModel$Category.handleSuccessfulSearchInController(CategoryModel.java:373)
   at org.netbeans.modules.options.OptionsPanel$OptionsQSCallback.handleSearch(OptionsPanel.java:617)
   at org.netbeans.modules.options.OptionsPanel$OptionsQSCallback.quickSearchConfirmed(OptionsPanel.java:701)
Comment 1 Theofanis Oikonomou 2012-10-19 12:45:01 UTC
Created attachment 126188 [details]
stacktrace
Comment 2 Theofanis Oikonomou 2012-10-19 12:47:14 UTC
This is caused by the fix in bug 219457.
Comment 3 Theofanis Oikonomou 2012-10-19 18:11:45 UTC
Fixed: http://hg.netbeans.org/core-main/rev/48d3800e8f7d
Comment 4 Quality Engineering 2012-10-25 10:49:41 UTC
Integrated into 'main-golden', will be available in build *201210250921* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/48d3800e8f7d
User: Theofanis Oikonomou <theofanis@netbeans.org>
Log: Issue #220418 - NullPointerException at org.netbeans.modules.options.advanced.AdvancedPanel.handleTabSwitched