cbc7b6bf97a80c39d4bbb3005e42dacae6726baf
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable homes : FileStatus[] to trashRoots : Collection<FileStatus> in method public run() : void in class org.apache.hadoop.fs.TrashPolicyDefault.Emptier | From | To | |
Rename Variable home : FileStatus to trashRoot : FileStatus in method public run() : void in class org.apache.hadoop.fs.TrashPolicyDefault.Emptier | From | To | |
Change Variable Type | 1 | ||
Change Variable Type homes : FileStatus[] to trashRoots : Collection<FileStatus> in method public run() : void in class org.apache.hadoop.fs.TrashPolicyDefault.Emptier | From | To | |
Inline Variable | 1 | ||
Inline Variable dir : String in method public deleteCheckpoint() : void from class org.apache.hadoop.fs.TrashPolicyDefault | From | To | |
Extract Method | 2 | ||
Extract Method private createCheckpoint(trashRoot Path, date Date) : void extracted from public createCheckpoint(date Date) : void in class org.apache.hadoop.fs.TrashPolicyDefault | From | To | |
Extract Method private deleteCheckpoint(trashRoot Path) : void extracted from public deleteCheckpoint() : void in class org.apache.hadoop.fs.TrashPolicyDefault | From | To |