83f67061a0cca04e81ee5766ced34bda4e99f443
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testSendToAllWithExcpetion() : void renamed to public testSendToAllWithException() : void in class org.apache.camel.component.websocket.WebsocketProducerTest | From | To | |
Change Return Type | 1 | ||
Change Return Type void to Future<Void> in method package sendMessage(websocket DefaultWebsocket, message Object) : Future<Void> in class org.apache.camel.component.websocket.WebsocketProducer | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type exception : IOException to exception : ExecutionException in class org.apache.camel.component.websocket.WebsocketProducerTest | From | To |