GP-705 - Gnu Demangler speed improvement

This commit is contained in:
dragonmacher 2021-02-22 16:19:19 -05:00
parent 3d36d914be
commit 1c0ad2c8df
4 changed files with 26 additions and 11 deletions

View file

@ -222,7 +222,7 @@ public final class LocalTreeNodeHandler
GTreeNode copyNode = toCopy.get(i);
monitor.setMessage(
"Processing file " + i + " of " + size + ": " + copyNode.getName());
"Processing file " + (i + 1) + " of " + size + ": " + copyNode.getName());
add(destination, copyNode, dropAction, subMonitors[i]);
monitor.setProgress(i);