Description
Currently when computing snapshot diff report where a renamed file/directory is involved, we scan the withNameList inside of the corresponding WithCount node to identify the correct rename target. However, the withNameList can be empty due to snapshot deletion operations thus an IndexOutOfBoundsException can be triggered.