1
0
Fork 0
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:
David McKnight 2007-07-13 19:44:49 +00:00
parent 4f89d1b300
commit 23375e6f89

View file

@ -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 {