953894f22dae2f2766b7bbf5eb751b23dbaac375
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type endpointId : String to session : Session in method public onClose(closeReason CloseReason, session Session) : void in class org.eclipse.che.api.core.websocket.impl.BasicWebSocketEndpoint | From | To | |
Rename Variable | 3 | ||
Rename Variable endpointId : String to combinedEndpointId : String in method public onMessage(message String, session Session) : void in class org.eclipse.che.api.core.websocket.impl.BasicWebSocketEndpoint | From | To | |
Rename Variable endpointId : String to combinedEndpointId : String in method public onOpen(session Session) : void in class org.eclipse.che.api.core.websocket.impl.BasicWebSocketEndpoint | From | To | |
Rename Variable endpointId : String to combinedEndpointId : String in method public onClose(closeReason CloseReason, session Session) : void in class org.eclipse.che.api.core.websocket.impl.BasicWebSocketEndpoint | From | To | |
Change Return Type | 1 | ||
Change Return Type void to Optional<Session> in method public remove(endpointId String) : Optional<Session> in class org.eclipse.che.api.core.websocket.impl.WebSocketSessionRegistry | From | To | |
Extract Method | 4 | ||
Extract Method public terminate(endpointId String, terminateActions Set<Runnable>) : void extracted from public terminate(endpointId String) : void in class org.eclipse.che.ide.websocket.impl.WebSocketInitializer | From | To | |
Extract Method public initialize(endpointId String, url String, initActions Set<Runnable>) : void extracted from public initialize(endpointId String, url String) : void in class org.eclipse.che.ide.websocket.impl.WebSocketInitializer | From | To | |
Extract Method public initialize(endpointId String, initProperties Map<String,String>, initActions Set<Runnable>) : void extracted from public initialize(endpointId String, properties Map<String,String>) : void in class org.eclipse.che.ide.jsonrpc.WebSocketJsonRpcInitializer | From | To | |
Extract Method public terminate(endpointId String, terminateProperties Map<String,String>, terminateActions Set<Runnable>) : void extracted from public terminate(endpointId String) : void in class org.eclipse.che.ide.jsonrpc.WebSocketJsonRpcInitializer | From | To | |
Rename Parameter | 4 | ||
Rename Parameter properties : Map<String,String> to initProperties : Map<String,String> in method public initialize(endpointId String, initProperties Map<String,String>) : void in class org.eclipse.che.ide.jsonrpc.WebSocketJsonRpcInitializer | From | To | |
Rename Parameter properties : Map<String,String> to initProperties : Map<String,String> in method public initialize(endpointId String, initProperties Map<String,String>) : void in class org.eclipse.che.ide.jsonrpc.JsonRpcInitializer | From | To | |
Rename Parameter properties : Map<String,String> to initProperties : Map<String,String> in method public initialize(endpointId String, initProperties Map<String,String>, initActions Set<Runnable>) : void in class org.eclipse.che.ide.jsonrpc.WebSocketJsonRpcInitializer | From | To | |
Rename Parameter endpointId : String to session : Session in method public onClose(closeReason CloseReason, session Session) : void in class org.eclipse.che.api.core.websocket.impl.BasicWebSocketEndpoint | From | To |