4b81b4ae366928c3a2a07a0e103b95a19f3438d0
Files Diff
- Added: 45
- Removed: 0
- Renamed: 0
- Modified: 24
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 2 | ||
| Change Return Type DefaultKubernetesClient to KubernetesClient in method public getKubernetesClient() : KubernetesClient in class org.apache.camel.component.kubernetes.KubernetesEndpoint | From | To | |
| Change Return Type DefaultKubernetesClient to KubernetesClient in method private createKubernetesClient() : KubernetesClient in class org.apache.camel.component.kubernetes.KubernetesEndpoint | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute namespaceName : String to namespace : String in class org.apache.camel.component.kubernetes.KubernetesConfiguration | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type client : DefaultKubernetesClient to client : KubernetesClient in class org.apache.camel.component.kubernetes.KubernetesEndpoint | From | To | |
| Extract Method | 2 | ||
| Extract Method public getNamespace() : String extracted from public getNamespaceName() : String in class org.apache.camel.component.kubernetes.KubernetesConfiguration | From | To | |
| Extract Method public setNamespace(namespace String) : void extracted from public setNamespaceName(namespaceName String) : void in class org.apache.camel.component.kubernetes.KubernetesConfiguration | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter namespaceName : String to namespace : String in method public setNamespaceName(namespace String) : void in class org.apache.camel.component.kubernetes.KubernetesConfiguration | From | To | |
| Rename Parameter namespaceName : String to namespace : String in method public setNamespace(namespace String) : void in class org.apache.camel.component.kubernetes.KubernetesConfiguration | From | To |