mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 18:56:02 +02:00
Bug 328012. Fixed an issue with file counting.
This commit is contained in:
parent
d71d341186
commit
1cccc8fbf7
1 changed files with 1 additions and 0 deletions
|
@ -402,6 +402,7 @@ public abstract class AbstractIndexerTask extends PDOMWriter {
|
|||
fFilesToUpdate = urgentTask.fFilesToUpdate;
|
||||
fForceNumberFiles = urgentTask.fForceNumberFiles;
|
||||
fFilesToRemove = urgentTask.fFilesToRemove;
|
||||
updateRequestedFiles(fFilesToUpdate.length + fFilesToRemove.size());
|
||||
extractFiles(files, indexFilesToRemove, monitor);
|
||||
removeFilesInIndex(fFilesToRemove, indexFilesToRemove, monitor);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue