64411225cea6bf255fa6079a4ddf525979b79890
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public makeUidlRequest(reqInvocations JsonArray, extraParams String) : void renamed to protected send(reqInvocations JsonArray, extraJson JsonObject) : void in class com.vaadin.client.communication.ServerCommunicationHandler | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type extraParams : String to extraJson : JsonObject in method protected send(reqInvocations JsonArray, extraJson JsonObject) : void in class com.vaadin.client.communication.ServerCommunicationHandler | From | To | |
Rename Parameter | 1 | ||
Rename Parameter extraParams : String to extraJson : JsonObject in method protected send(reqInvocations JsonArray, extraJson JsonObject) : void in class com.vaadin.client.communication.ServerCommunicationHandler | From | To |