d193814bb5dd920bc402997c41cbd34771d09b51
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private handleTemporaryError(type Type, payload JsonObject) : void renamed to protected handleRecoverableError(type Type, payload JsonObject) : void in class com.vaadin.client.communication.ReconnectingCommunicationProblemHandler | From | To | |
| Move And Rename Method | 2 | ||
| Move And Rename Method private handleAuthorizationFailed(event CommunicationProblemEvent) : void from class com.vaadin.client.communication.DefaultCommunicationProblemHandler to protected handleUnauthorized(event CommunicationProblemEvent) : void from class com.vaadin.client.communication.ReconnectingCommunicationProblemHandler | From | To | |
| Move And Rename Method private endRequestAndStopApplication() : void from class com.vaadin.client.communication.DefaultCommunicationProblemHandler to private stopApplication() : void from class com.vaadin.client.communication.ReconnectingCommunicationProblemHandler | From | To | |
| Move Method | 7 | ||
| Move Method public pushScriptLoadError(resourceUrl String) : void from class com.vaadin.client.communication.DefaultCommunicationProblemHandler to public pushScriptLoadError(resourceUrl String) : void from class com.vaadin.client.communication.ReconnectingCommunicationProblemHandler | From | To | |
| Move Method private handleUnrecoverableCommunicationError(details String, event CommunicationProblemEvent) : void from class com.vaadin.client.communication.DefaultCommunicationProblemHandler to private handleUnrecoverableCommunicationError(details String, event CommunicationProblemEvent) : void from class com.vaadin.client.communication.ReconnectingCommunicationProblemHandler | From | To | |
| Move Method public setConnection(connection ApplicationConnection) : void from class com.vaadin.client.communication.DefaultCommunicationProblemHandler to public setConnection(connection ApplicationConnection) : void from class com.vaadin.client.communication.ReconnectingCommunicationProblemHandler | From | To | |
| Move Method public getLogger() : Logger from class com.vaadin.client.communication.DefaultCommunicationProblemHandler to private getLogger() : Logger from class com.vaadin.client.communication.ReconnectingCommunicationProblemHandler | From | To | |
| Move Method protected getConnection() : ApplicationConnection from class com.vaadin.client.communication.DefaultCommunicationProblemHandler to protected getConnection() : ApplicationConnection from class com.vaadin.client.communication.ReconnectingCommunicationProblemHandler | From | To | |
| Move Method public pushClientTimeout(pushConnection PushConnection) : void from class com.vaadin.client.communication.DefaultCommunicationProblemHandler to public pushClientTimeout(pushConnection PushConnection) : void from class com.vaadin.client.communication.ReconnectingCommunicationProblemHandler | From | To | |
| Move Method public pushError(pushConnection PushConnection) : void from class com.vaadin.client.communication.DefaultCommunicationProblemHandler to public pushError(pushConnection PushConnection) : void from class com.vaadin.client.communication.ReconnectingCommunicationProblemHandler | From | To | |
| Change Return Type | 4 | ||
| Change Return Type boolean to void in method public heartbeatInvalidStatusCode(request Request, response Response) : void in class com.vaadin.client.communication.CommunicationProblemHandler | From | To | |
| Change Return Type boolean to void in method public heartbeatException(request Request, exception Throwable) : void in class com.vaadin.client.communication.CommunicationProblemHandler | From | To | |
| Change Return Type boolean to void in method public heartbeatInvalidStatusCode(request Request, response Response) : void in class com.vaadin.client.communication.ReconnectingCommunicationProblemHandler | From | To | |
| Change Return Type boolean to void in method public heartbeatException(request Request, exception Throwable) : void in class com.vaadin.client.communication.ReconnectingCommunicationProblemHandler | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private connection : ApplicationConnection from class com.vaadin.client.communication.DefaultCommunicationProblemHandler to private connection : ApplicationConnection from class com.vaadin.client.communication.ReconnectingCommunicationProblemHandler | From | To | |
| Extract Variable | 2 | ||
| Extract Variable statusCode : int in method public xhrInvalidStatusCode(event CommunicationProblemEvent) : void from class com.vaadin.client.communication.ReconnectingCommunicationProblemHandler | From | To | |
| Extract Variable response : Response in method public xhrInvalidStatusCode(event CommunicationProblemEvent) : void from class com.vaadin.client.communication.ReconnectingCommunicationProblemHandler | From | To |