d308f3cbd2e73f8c84ca9eedf4a37aa0750e1bac
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getClientKeyHash() : HasValue<String> renamed to public getEndpointKeyHash() : HasValue<String> in class org.kaaproject.kaa.server.admin.client.mvp.view.topic.SendNotificationViewImpl | From | To | |
Rename Method public getClientKeyHash() : HasValue<String> renamed to public getEndpointKeyHash() : HasValue<String> in class org.kaaproject.kaa.server.admin.client.mvp.view.SendNotificationView | From | To | |
Rename Variable | 1 | ||
Rename Variable clientKeyHash : String to endpointKeyHash : String in method protected editEntity(entity NotificationDto, callback AsyncCallback<NotificationDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.SendNotificationActivity | From | To | |
Rename Attribute | 1 | ||
Rename Attribute clientKeyHashTextBox : TextBox to endpointKeyHashTextBox : TextBox in class org.kaaproject.kaa.server.admin.client.mvp.view.topic.SendNotificationViewImpl | From | To | |
Rename Parameter | 1 | ||
Rename Parameter clientKeyHash : String to endpointKeyHash : String in method public sendUnicastNotification(notification NotificationDto, endpointKeyHash String, notificationData RecordField, callback AsyncCallback<EndpointNotificationDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource | From | To |