741d336bcd6e4fb09da08cb016480c4f29abcd83
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 19
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method protected scheduleNotificationAndWait(notification Notification) : Notification renamed to protected notificationWaitForComplete(notification Notification) : Notification in class org.apache.usergrid.services.notifications.AbstractServiceNotificationIT | From | To | |
| Rename Method public getPathQuery() : PathQuery<Device> renamed to public buildPathQuery() : PathQuery<Device> in class org.apache.usergrid.persistence.entities.Notification.PathTokens | From | To | |
| Rename Method public badAPIKey() : void renamed to public sendNotificationWithBadAPIKey() : void in class org.apache.usergrid.services.notifications.gcm.NotificationsServiceIT | From | To | |
| Change Return Type | 1 | ||
| Change Return Type String to PathTokens in method public getPathQuery() : PathTokens in class org.apache.usergrid.persistence.entities.Notification | From | To | |
| Extract Attribute | 1 | ||
| Extract Attribute private dataKey : String in class org.apache.usergrid.services.notifications.gcm.GCMAdapter | From | To | |
| Replace Variable With Attribute | 1 | ||
| Replace Variable With Attribute expiresKey : String to ttlKey : String in method public sendNotification(providerId String, payload Object, notification Notification, tracker TaskTracker) : void in class org.apache.usergrid.services.notifications.gcm.GCMAdapter | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type result : Result to result : MulticastResult in method public testConnection() : void in class org.apache.usergrid.services.notifications.gcm.GCMAdapter | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type pathQuery : String to pathQuery : PathTokens in class org.apache.usergrid.persistence.entities.Notification | From | To |