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 - NullPointerException at org.netbeans.modules.search.project.AbstractProjectSearchScope.createSingleProjectSearchInfo
Summary: NullPointerException at org.netbeans.modules.search.project.AbstractProjectSe...
Status: NEW
Alias: None
Product: utilities
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-17 09:50 UTC by Leperous
Modified: 2016-06-17 09:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 213389


Attachments
stacktrace (4.23 KB, text/plain)
2016-06-17 09:50 UTC, Leperous
Details

Note You need to log in before you can comment on or make changes to this bug.
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