public void addDeleted(Collection<String> paths) {
   if (!myNeedRescan) {
     myChanged.removeAll(paths);
     myDeleted.addAll(paths);
   }
 }