e76a31f9a64bf2498f77cda85475da7db287c130
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public setUIDLResponseCode(responseCode int, delay int) : void renamed to public setHeartbeatResponseCode(ui UI, responseCode int, delay int) : void in class com.vaadin.tests.application.CommErrorEmulatorServlet | From | To | |
Rename Method public setHeartbeatResponseCode(responseCode int, delay int) : void renamed to public setUIDLResponseCode(ui UI, responseCode int, delay int) : void in class com.vaadin.tests.application.CommErrorEmulatorServlet | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type heartbeatResponseCode : Integer to heartbeatResponseCode : Map<UI,Integer> in class com.vaadin.tests.application.CommErrorEmulatorServlet | From | To | |
Change Attribute Type uidlResponseCode : Integer to uidlResponseCode : Map<UI,Integer> in class com.vaadin.tests.application.CommErrorEmulatorServlet | From | To |