c59af2fdf8f7f53117c626a895dab7fd78cf08ec
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 19
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getWinUtilsPath() : String renamed to public getWinutilsPath() : String in class org.apache.hadoop.util.Shell | From | To | |
Change Return Type | 1 | ||
Change Return Type String to File in method private checkHadoopHome() : File in class org.apache.hadoop.util.Shell | From | To | |
Extract Attribute | 2 | ||
Extract Attribute public ENV_HADOOP_HOME : String in class org.apache.hadoop.util.Shell | From | To | |
Extract Attribute public SYSPROP_HADOOP_HOME_DIR : String in class org.apache.hadoop.util.Shell | From | To | |
Extract Method | 1 | ||
Extract Method package checkHadoopHomeInner(home String) : File extracted from private checkHadoopHome() : String in class org.apache.hadoop.util.Shell | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type LOG : Log to LOG : Logger in class org.apache.hadoop.util.Shell | From | To |