8d9084eb62f4593d4dfeb618abacf6ae89019109
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable decom : DatanodeInfo[] to nodes : DatanodeInfo[] in method private printDataNodeReports(dfs DistributedFileSystem, type DatanodeReportType, listNodes boolean, nodeState String) : void in class org.apache.hadoop.hdfs.tools.DFSAdmin | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable listDecommissioning : boolean to listNodes : boolean in method private printDataNodeReports(dfs DistributedFileSystem, type DatanodeReportType, listNodes boolean, nodeState String) : void in class org.apache.hadoop.hdfs.tools.DFSAdmin | From | To | |
| Extract Method | 3 | ||
| Extract Method private printDataNodeReports(dfs DistributedFileSystem, type DatanodeReportType, listNodes boolean, nodeState String) : void extracted from public report(argv String[], i int) : void in class org.apache.hadoop.hdfs.tools.DFSAdmin | From | To |