858d2a3f757fea2b88ffcb907e0f221699e32420
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type host : String to id : ContainerId in method public IgniteContainer(id ContainerId, nodeId NodeId, cpuCores double, mem double) in class org.apache.ignite.yarn.IgniteContainer | From | To | |
| Rename Variable | 1 | ||
| Rename Variable container : Container to c : Container in method public onContainersAllocated(conts List<Container>) : void in class org.apache.ignite.yarn.ApplicationMaster | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute host : String to id : ContainerId in class org.apache.ignite.yarn.IgniteContainer | From | To | |
| Extract Variable | 1 | ||
| Extract Variable runningCnt : int in method public run() : void from class org.apache.ignite.yarn.ApplicationMaster | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type containers : Map<String,IgniteContainer> to containers : Map<ContainerId,IgniteContainer> in class org.apache.ignite.yarn.ApplicationMaster | From | To | |
| Change Attribute Type host : String to id : ContainerId in class org.apache.ignite.yarn.IgniteContainer | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter host : String to id : ContainerId in method public IgniteContainer(id ContainerId, nodeId NodeId, cpuCores double, mem double) in class org.apache.ignite.yarn.IgniteContainer | From | To |