9912647738ec0714ea5475c7a696b61ca405f5a2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public setResponseTimeout(responseTimeout int) : void renamed to public setReceiveTimeout(receiveTimeout int) : void in class org.apache.camel.component.mllp.MllpEndpoint | From | To | |
Rename Method public getResponseTimeout() : int renamed to public getReceiveTimeout() : int in class org.apache.camel.component.mllp.MllpEndpoint | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type sendBufferSize : int to sendBufferSize : Integer in method public setSendBufferSize(sendBufferSize Integer) : void in class org.apache.camel.component.mllp.MllpEndpoint | From | To | |
Change Parameter Type receiveBufferSize : int to receiveBufferSize : Integer in method public setReceiveBufferSize(receiveBufferSize Integer) : void in class org.apache.camel.component.mllp.MllpEndpoint | From | To | |
Rename Attribute | 1 | ||
Rename Attribute responseTimeout : int to receiveTimeout : int in class org.apache.camel.component.mllp.MllpEndpoint | From | To | |
Change Variable Type | 1 | ||
Change Variable Type endpoint : Endpoint to endpoint : MllpEndpoint in method protected createEndpoint(uri String, remaining String, parameters Map<String,Object>) : Endpoint in class org.apache.camel.component.mllp.MllpComponent | From | To | |
Rename Parameter | 1 | ||
Rename Parameter responseTimeout : int to receiveTimeout : int in method public setReceiveTimeout(receiveTimeout int) : void in class org.apache.camel.component.mllp.MllpEndpoint | From | To |