1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Fix for 100064

This commit is contained in:
Bogdan Gheorghe 2005-06-14 21:13:39 +00:00
parent fae118c182
commit a81f74c376

View file

@ -219,6 +219,9 @@ public abstract class FindAction extends SelectionParseAction {
ICSearchScope searchScope = null;
searchScope = getScope();
if (searchScope == null)
return;
CSearchQuery job = FindAction.createSearchQueryForName(foundName, limitTo, searchScope);
if (job == null)