5766792cad8ea9341ed08133872bdba6d2dd81c5
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type List<ServicePort> to Map<ServicePort.Type,Integer> in method public getPorts() : Map<ServicePort.Type,Integer> in class org.apache.hadoop.ozone.ksm.helpers.ServiceInfo | From | To | |
Rename Attribute | 2 | ||
Rename Attribute ports : List<ServicePort> to portList : List<ServicePort> in class org.apache.hadoop.ozone.ksm.helpers.ServiceInfo.Builder | From | To | |
Rename Attribute portsMap : Map<ServicePort.Type,ServicePort> to ports : Map<ServicePort.Type,Integer> in class org.apache.hadoop.ozone.ksm.helpers.ServiceInfo | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type portsMap : Map<ServicePort.Type,ServicePort> to ports : Map<ServicePort.Type,Integer> in class org.apache.hadoop.ozone.ksm.helpers.ServiceInfo | From | To | |
Rename Parameter | 1 | ||
Rename Parameter ports : List<ServicePort> to portList : List<ServicePort> in method private ServiceInfo(nodeType NodeType, hostname String, portList List<ServicePort>) in class org.apache.hadoop.ozone.ksm.helpers.ServiceInfo | From | To |