703ca8d9c99f6f08e28af9465f47dab5f7848df5
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type recursive : boolean to options : CopyOptions in method private copyInternal(from String, to String, options CopyOptions, handler Handler<AsyncResult<Void>>) : BlockingAction<Void> in class io.vertx.core.file.impl.FileSystemImpl | From | To | |
Extract Method | 2 | ||
Extract Method public copy(from String, to String, options CopyOptions, handler Handler<AsyncResult<Void>>) : FileSystem extracted from public copy(from String, to String, handler Handler<AsyncResult<Void>>) : FileSystem in class io.vertx.core.file.impl.FileSystemImpl | From | To | |
Extract Method public move(from String, to String, options CopyOptions, handler Handler<AsyncResult<Void>>) : FileSystem extracted from public move(from String, to String, handler Handler<AsyncResult<Void>>) : FileSystem in class io.vertx.core.file.impl.FileSystemImpl | From | To | |
Rename Parameter | 1 | ||
Rename Parameter recursive : boolean to options : CopyOptions in method private copyInternal(from String, to String, options CopyOptions, handler Handler<AsyncResult<Void>>) : BlockingAction<Void> in class io.vertx.core.file.impl.FileSystemImpl | From | To |