cover
Results
1
comments of
cover
When I call the `handleFileMessage()` method, and `!FileExistsMode.APPEND.equals(this.fileExistsMode) && this.deleteSourceFiles` is true, the `rename()` method is called directly without calling the `setPermissions()` method. Can you provide support for this? ```java...