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 241460 - NullPointerException at org.netbeans.modules.cnd.search.util.SearchScopeValidator.isSearchAllowed
Summary: NullPointerException at org.netbeans.modules.cnd.search.util.SearchScopeValid...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-05 21:46 UTC by david.zapata
Modified: 2014-02-07 02:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207332


Attachments
stacktrace (5.04 KB, text/plain)
2014-02-05 21:46 UTC, david.zapata
Details

Note You need to log in before you can comment on or make changes to this bug.
Description david.zapata 2014-02-05 21:46:39 UTC
Build: NetBeans IDE 8.0 Beta (Build 201401141042)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 8

User Comments:
david.zapata: Find in Project - "Grep" tab. Just clicked that tab, and this exception was thown. The search term is "applicaton/json".




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.search.util.SearchScopeValidator.isSearchAllowed(SearchScopeValidator.java:83)
   at org.netbeans.modules.cnd.search.ui.CNDSearchPanel.updateValidationStatus(CNDSearchPanel.java:216)
   at org.netbeans.modules.cnd.search.ui.CNDSearchPanel.access$400(CNDSearchPanel.java:72)
   at org.netbeans.modules.cnd.search.ui.CNDSearchPanel$ChangesListener.actionPerformed(CNDSearchPanel.java:278)
   at javax.swing.JComboBox.fireActionEvent(JComboBox.java:1260)
   at javax.swing.JComboBox.setSelectedItem(JComboBox.java:588)
Comment 1 david.zapata 2014-02-05 21:46:40 UTC
Created attachment 144849 [details]
stacktrace
Comment 2 Alexander Simon 2014-02-06 13:20:28 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/6d65e466973c
Comment 3 Quality Engineering 2014-02-07 02:41:05 UTC
Integrated into 'main-silver', will be available in build *201402070001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/6d65e466973c
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #241460 NullPointerException at org.netbeans.modules.cnd.search.util.SearchScopeValidator.isSearchAllowed