be77f1a08acee401b62686bc6db3109cfaa4263e
Files Diff
- Added: 1
- Removed: 14
- Renamed: 0
- Modified: 14
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 2 | ||
| Move Method public parserHttpVersion(s String) : HttpVersion from class org.apache.camel.component.http4.helper.HttpHelper to public parserHttpVersion(s String) : int[] from class org.apache.camel.http.common.HttpHelper | From | To | |
| Move Method public isSecureConnection(uri String) : boolean from class org.apache.camel.component.http4.helper.HttpHelper to public isSecureConnection(uri String) : boolean from class org.apache.camel.http.common.HttpHelper | From | To | |
| Inline Method | 1 | ||
| Inline Method public getHttpBinding() : HttpBinding inlined to protected createEndpoint(uri String, remaining String, parameters Map<String,Object>) : Endpoint in class org.apache.camel.component.http4.HttpComponent | From | To | |
| Change Return Type | 1 | ||
| Change Return Type HttpVersion to int[] in method public parserHttpVersion(s String) : int[] in class org.apache.camel.http.common.HttpHelper | From | To |