c46e1b6871516009edeb4ab1a35603850f3645d8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type statistics : Map<String,Long> to statistics : Map<String,Object> in method public setStatistics(statistics Map<String,Object>) : void in class org.apache.usergrid.persistence.entities.Notification | From | To | |
Change Return Type | 1 | ||
Change Return Type Map<String,Long> to Map<String,Object> in method public getStatistics() : Map<String,Object> in class org.apache.usergrid.persistence.entities.Notification | From | To | |
Change Variable Type | 1 | ||
Change Variable Type statistics : Map<String,Long> to statistics : Map<String,Object> in method protected checkStatistics(notification Notification, sent long, errors long) : void in class org.apache.usergrid.services.notifications.AbstractServiceNotificationIT | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type statistics : Map<String,Long> to statistics : Map<String,Object> in class org.apache.usergrid.persistence.entities.Notification | From | To |