53c38429b5ed5b927a9bf79c2a5e704fb49f7c27
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public getOnEstablishActions(url String) : Set<Runnable> renamed to public getOnOpenActions(url String) : Set<Runnable> in class org.eclipse.che.ide.websocket.impl.WebSocketActionManager | From | To | |
| Rename Method private clientId() : String renamed to public randomClientId() : String in class org.eclipse.che.api.core.websocket.impl.WebsocketIdService | From | To | |
| Rename Variable | 1 | ||
| Rename Variable workspaceMasterUrl : String to url : String in method private internalInitialize() : void in class org.eclipse.che.ide.api.jsonrpc.WorkspaceMasterJsonRpcInitializer | From | To | |
| Inline Method | 6 | ||
| Inline Method private getCombinedEndpointId(session Session) : String inlined to public onMessage(message String, session Session) : void in class org.eclipse.che.api.core.websocket.impl.BasicWebSocketEndpoint | From | To | |
| Inline Method private getCombinedEndpointId(session Session) : String inlined to public onClose(closeReason CloseReason, session Session) : void in class org.eclipse.che.api.core.websocket.impl.BasicWebSocketEndpoint | From | To | |
| Move Attribute | 2 | ||
| Move Attribute private actionManager : WebSocketActionManager from class org.eclipse.che.ide.websocket.impl.WebSocketConnectionManager to private actionManager : WebSocketActionManager from class org.eclipse.che.ide.websocket.impl.BasicWebSocketEndpointTest | From | To | |
| Move Attribute private actionManager : WebSocketActionManager from class org.eclipse.che.ide.websocket.impl.WebSocketConnectionManager to private actionManager : WebSocketActionManager from class org.eclipse.che.ide.websocket.impl.BasicWebSocketEndpoint | From | To | |
| Extract Variable | 2 | ||
| Extract Variable initActions : Set<Runnable> in method private internalInitialize() : void from class org.eclipse.che.ide.api.event.ng.JsonRpcWebSocketAgentEventListener | From | To | |
| Extract Variable initActions : Set<Runnable> in method private internalInitialize() : void from class org.eclipse.che.ide.api.jsonrpc.WorkspaceMasterJsonRpcInitializer | From | To |