e035742a568dcc43cfd0599822fa7d5fbe2731a3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable res : DeleteObjectsResult to deletedObjectsResult : DeleteObjectsResult in method protected deleteObjects(keys List<String>) : List<String> in class alluxio.underfs.s3a.S3AUnderFileSystem | From | To | |
| Change Return Type | 2 | ||
| Change Return Type boolean to List<String> in method protected deleteObjects(keys List<String>) : List<String> in class alluxio.underfs.ObjectUnderFileSystem | From | To | |
| Change Return Type boolean to List<String> in method protected deleteObjects(keys List<String>) : List<String> in class alluxio.underfs.s3a.S3AUnderFileSystem | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute objectsToDelete : List<String> to mCurrentBatch : List<String> in class alluxio.underfs.ObjectUnderFileSystem.DeleteBuffer | From | To |