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 262463

Summary: NullPointerException at org.netbeans.modules.search.project.AbstractProjectSearchScope.createSingleProjectSearchInfo
Product: utilities Reporter: Leperous
Component: CodeAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 213389
Attachments: stacktrace

Description Leperous 2016-06-17 09:50:46 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: OpenJDK 64-Bit Server VM, 24.65-b04, OpenJDK Runtime Environment, 1.7.0_71-mockbuild_2014_10_03_09_05-b00
OS: Linux

User Comments:
Leperous: Trying to run grep

GUEST: nao sei

GUEST: nothing.. just search/grep through a large c++ project




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.search.project.AbstractProjectSearchScope.createSingleProjectSearchInfo(AbstractProjectSearchScope.java:101)
   at org.netbeans.modules.search.project.SearchScopeCurrentProject.getSearchInfo(SearchScopeCurrentProject.java:154)
   at org.netbeans.api.search.ui.ScopeController.getSearchInfo(ScopeController.java:160)
   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)
Comment 1 Leperous 2016-06-17 09:50:47 UTC
Created attachment 160078 [details]
stacktrace