mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-18 21:55:45 +02:00
[190010] search cancellation issues -best to have incomplete results
This commit is contained in:
parent
4f89d1b300
commit
23375e6f89
1 changed files with 1 additions and 2 deletions
|
@ -122,8 +122,7 @@ public class UniversalSearchHandler extends Thread implements ICancellableHandle
|
|||
_isDone = true;
|
||||
|
||||
if (_isCancelled) {
|
||||
_status.removeNestedData();
|
||||
_dataStore.createObject(_status,"error", "cancelled");
|
||||
|
||||
_miner.statusCancelled(_status);
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Reference in a new issue