4ed9b0d729b684d07810f1a36ab11773188fefc7
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 4 | ||
Change Parameter Type endpoint : HttpEndpoint to endpoint : HttpCommonEndpoint in method public createMethod(exchange Exchange, endpoint HttpCommonEndpoint, hasPayload boolean) : HttpMethods in class org.apache.camel.http.common.HttpHelper | From | To | |
Change Parameter Type ep : HttpEndpoint to ep : HttpCommonEndpoint in method public JettyRestHttpBinding(ep HttpCommonEndpoint) in class org.apache.camel.component.jetty.JettyRestHttpBinding | From | To | |
Change Parameter Type endpoint : HttpEndpoint to endpoint : HttpCommonEndpoint in method private enableMultipartFilter(endpoint HttpCommonEndpoint, server Server, connectorKey String) : void in class org.apache.camel.component.jetty.JettyHttpComponent | From | To | |
Change Parameter Type endpoint : HttpEndpoint to endpoint : HttpCommonEndpoint in method private getConnectorKey(endpoint HttpCommonEndpoint) : String in class org.apache.camel.component.jetty.JettyHttpComponent | From | To | |
Move Method | 1 | ||
Move Method public createMethod(exchange Exchange, endpoint HttpEndpoint, hasPayload boolean) : HttpMethods from class org.apache.camel.component.http.helper.HttpMethodsHelper to public createMethod(exchange Exchange, endpoint HttpCommonEndpoint, hasPayload boolean) : HttpMethods from class org.apache.camel.http.common.HttpHelper | From | To | |
Rename Variable | 1 | ||
Rename Variable methodToUse : HttpMethods to methodsToUse : HttpMethods in method protected createMethod(exchange Exchange) : HttpMethod in class org.apache.camel.component.http.HttpProducer | From | To | |
Change Variable Type | 1 | ||
Change Variable Type endpoint : HttpEndpoint to endpoint : HttpCommonEndpoint in method public disconnect(consumer HttpConsumer) : void in class org.apache.camel.component.jetty.JettyHttpComponent | From | To |