6f916d80003d4f4ad11a66c81cf3ebb668d550be
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public setClient(client HttpClient) : void renamed to public setHttpClient(httpClient HttpClient) : void in class org.apache.camel.component.jetty.JettyHttpEndpoint | From | To | |
Rename Method public getClient() : HttpClient renamed to public getHttpClient() : HttpClient in class org.apache.camel.component.jetty.JettyHttpEndpoint | From | To | |
Rename Attribute | 1 | ||
Rename Attribute client : HttpClient to httpClient : HttpClient in class org.apache.camel.component.jetty.JettyHttpEndpoint | From | To | |
Rename Parameter | 1 | ||
Rename Parameter client : HttpClient to httpClient : HttpClient in method public setHttpClient(httpClient HttpClient) : void in class org.apache.camel.component.jetty.JettyHttpEndpoint | From | To |