e1a8ff9056719fd52240857f962f6e3f0655986a
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 6
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private listInternal(prefix String, recursive boolean) : Collection<DirectoryOrObject> renamed to private listInternal2(prefix String, recursive boolean) : Collection<DirectoryOrObject> in class alluxio.underfs.swift.SwiftUnderFileSystem | From | To | |
| Pull Up Method | 3 | ||
| Pull Up Method public list(path String) : String[] from class alluxio.underfs.gcs.GCSUnderFileSystem to public list(path String) : String[] from class alluxio.underfs.ObjectUnderFileSystem | From | To | |
| Pull Up Method public deleteDirectory(path String, options DeleteOptions) : boolean from class alluxio.underfs.gcs.GCSUnderFileSystem to public deleteDirectory(path String, options DeleteOptions) : boolean from class alluxio.underfs.ObjectUnderFileSystem | From | To | |
| Pull Up Method private convertToFolderName(key String) : String from class alluxio.underfs.s3a.S3AUnderFileSystem to protected convertToFolderName(key String) : String from class alluxio.underfs.ObjectUnderFileSystem | From | To | |
| Rename Variable | 1 | ||
| Rename Variable strippedPath : String to object : StoredObject in method protected deleteInternal(path String) : boolean in class alluxio.underfs.swift.SwiftUnderFileSystem | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type strippedPath : String to object : StoredObject in method protected deleteInternal(path String) : boolean in class alluxio.underfs.swift.SwiftUnderFileSystem | From | To | |
| Extract Method | 1 | ||
| Extract Method protected deleteInternal(path String) : boolean extracted from public deleteFile(path String) : boolean in class alluxio.underfs.swift.SwiftUnderFileSystem | From | To |