1e0a14cc945bb3f6d7a2e47100eabf049a3a6be8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type permission : String to permission : FsPermission in method private applyStrategy(fs FileSystem, path Path, permission FsPermission, deleteOnExit boolean) : void in class org.apache.drill.exec.store.StorageStrategy | From | To | |
| Change Return Type | 2 | ||
| Change Return Type String to FsPermission in method public getFilePermission() : FsPermission in class org.apache.drill.exec.store.StorageStrategy | From | To | |
| Change Return Type String to FsPermission in method public getFolderPermission() : FsPermission in class org.apache.drill.exec.store.StorageStrategy | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute temporary_strategy : StorageStrategy to TEMPORARY_STRATEGY : StorageStrategy in class org.apache.drill.exec.store.StorageStrategyTest | From | To | |
| Rename Attribute PERSISTENT : StorageStrategy to DEFAULT : StorageStrategy in class org.apache.drill.exec.store.StorageStrategy | From | To | |
| Split Attribute | 1 | ||
| Split Attribute fs : FileSystem to [FS : FileSystem, FULL_PERMISSION : FsPermission] in class org.apache.drill.exec.store.StorageStrategyTest | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter folderPermission : String to umask : String in method public StorageStrategy(umask String, deleteOnExit boolean) in class org.apache.drill.exec.store.StorageStrategy | From | To |