ccc82ddb940979f7fc52c5363b55d8b53d566f7e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable unusedWorkerHosts : String[] to hosts : String[] in method private requestWorkerContainers() : void in class tachyon.yarn.ApplicationMaster | From | To | |
Change Return Type | 1 | ||
Change Return Type Set<NodeId> to Multiset<NodeId> in method public getWorkerHosts() : Multiset<NodeId> in class tachyon.yarn.ApplicationMasterTest.ApplicationMasterPrivateAccess | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type mWorkerHosts : Set<String> to mWorkerHosts : Multiset<String> in class tachyon.yarn.ApplicationMaster | From | To |