d93527f25759e3a9aeb80a0c6684657a193e6a9e
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public doUidlRequest(uri String, payload JsonObject, retry boolean) : void renamed to public send(payload JsonObject) : void in class com.vaadin.tests.widgetset.client.MockServerCommunicationHandler | From | To | |
| Move And Rename Method | 1 | ||
| Move And Rename Method protected doAjaxRequest(uri String, payload JsonObject, requestCallback RequestCallback) : void from class com.vaadin.client.communication.ServerCommunicationHandler to public send(payload JsonObject) : void from class com.vaadin.client.communication.XhrConnection | From | To | |
| Move Method | 1 | ||
| Move Method private resendRequest(request Request) : boolean from class com.vaadin.client.communication.ServerCommunicationHandler to private resendRequest(request Request) : boolean from class com.vaadin.client.communication.XhrConnection | From | To | |
| Move Attribute | 2 | ||
| Move Attribute private requestStartTime : Date from class com.vaadin.client.communication.ServerCommunicationHandler to private requestStartTime : Date from class com.vaadin.client.communication.XhrConnection.XhrResponseHandler | From | To | |
| Move Attribute private webkitMaybeIgnoringRequests : boolean from class com.vaadin.client.communication.ServerCommunicationHandler to private webkitMaybeIgnoringRequests : boolean from class com.vaadin.client.communication.XhrConnection | From | To | |
| Extract Class | 1 | ||
| Extract Class com.vaadin.client.communication.XhrConnection from class com.vaadin.client.communication.ServerCommunicationHandler | From | To |