8b17c9070bb2931d9ec53aa64b13fa094b349bcc
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getState(channelHandlerContext ChannelHandlerContext, channel Channel, throwable Throwable) : NettyCamelState renamed to public getTimeoutResponse(correlationId String, request Object) : String in class org.apache.camel.example.netty.MyCorrelationManager | From | To | |
Change Return Type | 1 | ||
Change Return Type NettyCamelState to String in method public getTimeoutResponse(correlationId String, request Object) : String in class org.apache.camel.example.netty.MyCorrelationManager | From | To | |
Extract Variable | 1 | ||
Extract Variable manager : MyCorrelationManager in method public main(args String[]) : void from class org.apache.camel.example.netty.MyClient | From | To |