d87a63a9019d74a1c338c724e050952843a153e5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Attribute | 4 | ||
Move Attribute private excludes : Map<String,Integer> from class org.apache.hadoop.util.HostsFileReader to private excludes : Map<String,Integer> from class org.apache.hadoop.util.HostsFileReader.HostDetails | From | To | |
Move Attribute private excludesFile : String from class org.apache.hadoop.util.HostsFileReader to private excludesFile : String from class org.apache.hadoop.util.HostsFileReader.HostDetails | From | To | |
Move Attribute private includes : Set<String> from class org.apache.hadoop.util.HostsFileReader to private includes : Set<String> from class org.apache.hadoop.util.HostsFileReader.HostDetails | From | To | |
Move Attribute private includesFile : String from class org.apache.hadoop.util.HostsFileReader to private includesFile : String from class org.apache.hadoop.util.HostsFileReader.HostDetails | From | To | |
Merge Variable | 1 | ||
Merge Variable [hostsList : Set<String>, excludeList : Set<String>] to hostDetails : HostDetails in method public isValidNode(hostName String) : boolean in class org.apache.hadoop.yarn.server.resourcemanager.NodesListManager | From | To | |
Rename Parameter | 4 | ||
Rename Parameter includeFiles : String to includesFile : String in method public updateFileNames(includesFile String, excludesFile String) : void in class org.apache.hadoop.util.HostsFileReader | From | To | |
Rename Parameter includeFiles : String to includesFile : String in method public refresh(includesFile String, excludesFile String) : void in class org.apache.hadoop.util.HostsFileReader | From | To | |
Rename Parameter excludeFiles : String to excludesFile : String in method public refresh(includesFile String, excludesFile String) : void in class org.apache.hadoop.util.HostsFileReader | From | To | |
Rename Parameter excludeFiles : String to excludesFile : String in method public updateFileNames(includesFile String, excludesFile String) : void in class org.apache.hadoop.util.HostsFileReader | From | To |