dd98a8005ad8939ffb6faba1ff0170387e91a8de
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method package getSrc() : Path renamed to public getMountedOnPath() : Path in class org.apache.hadoop.fs.viewfs.ViewFileSystem.MountPoint | From | To | |
Rename Method package getTargets() : URI[] renamed to public getTargetFileSystemURIs() : URI[] in class org.apache.hadoop.fs.viewfs.ViewFileSystem.MountPoint | From | To | |
Rename Variable | 1 | ||
Rename Variable fsStats : FsStatus to fsStatus : FsStatus in method protected processPath(item PathData) : void in class org.apache.hadoop.fs.shell.FsUsage.Df | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable fsStats : FsStatus to fsStatus : FsStatus in method private addToUsagesTable(uri URI, fsStatus FsStatus, mountedOnPath String) : void in class org.apache.hadoop.fs.shell.FsUsage.Df | From | To | |
Rename Attribute | 2 | ||
Rename Attribute targets : URI[] to targetFileSystemURIs : URI[] in class org.apache.hadoop.fs.viewfs.ViewFileSystem.MountPoint | From | To | |
Rename Attribute src : Path to mountedOnPath : Path in class org.apache.hadoop.fs.viewfs.ViewFileSystem.MountPoint | From | To | |
Extract Variable | 1 | ||
Extract Variable path : Path in method public testGetFileChecksum() : void from class org.apache.hadoop.fs.viewfs.TestViewfsFileStatus | From | To | |
Extract Method | 1 | ||
Extract Method private addToUsagesTable(uri URI, fsStatus FsStatus, mountedOnPath String) : void extracted from protected processPath(item PathData) : void in class org.apache.hadoop.fs.shell.FsUsage.Df | From | To | |
Extract And Move Method | 3 | ||
Extract And Move Method public setUsagesTable(usagesTable TableBuilder) : void extracted from protected processArguments(args LinkedList<PathData>) : void in class org.apache.hadoop.fs.shell.FsUsage.Du & moved to class org.apache.hadoop.fs.shell.FsUsage | From | To | |
Extract And Move Method public setHumanReadable(humanReadable boolean) : void extracted from protected processOptions(args LinkedList<String>) : void in class org.apache.hadoop.fs.shell.FsUsage.Du & moved to class org.apache.hadoop.fs.shell.FsUsage | From | To | |
Extract And Move Method public setHumanReadable(humanReadable boolean) : void extracted from protected processOptions(args LinkedList<String>) : void in class org.apache.hadoop.fs.shell.FsUsage.Df & moved to class org.apache.hadoop.fs.shell.FsUsage | From | To | |
Rename Parameter | 1 | ||
Rename Parameter targetURIs : URI[] to targetFs : URI[] in method package MountPoint(srcPath Path, targetFs URI[]) in class org.apache.hadoop.fs.viewfs.ViewFileSystem.MountPoint | From | To |