7099d0de7761ca81ee8a8fc8f82771619001fdbb
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getNotification() : CassandraNotification renamed to public getType() : NotificationTypeDto in class org.kaaproject.kaa.server.common.dao.cassandra.model.CassandraEndpointNotification | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type endpointNotification : CassandraEndpointNotification to dto : EndpointNotificationDto in method public save(dto EndpointNotificationDto) : CassandraEndpointNotification in class org.kaaproject.kaa.server.common.dao.cassandra.EndpointNotificationCassandraDao | From | To | |
Inline Method | 1 | ||
Inline Method public save(endpointNotification CassandraEndpointNotification) : CassandraEndpointNotification inlined to public save(dto EndpointNotificationDto) : CassandraEndpointNotification in class org.kaaproject.kaa.server.common.dao.cassandra.EndpointNotificationCassandraDao | From | To | |
Change Return Type | 1 | ||
Change Return Type CassandraNotification to NotificationTypeDto in method public getType() : NotificationTypeDto in class org.kaaproject.kaa.server.common.dao.cassandra.model.CassandraEndpointNotification | From | To | |
Rename Attribute | 4 | ||
Rename Attribute endpointNotificationDao : EndpointNotificationDao<CassandraEndpointNotification> to unicastNotificationDao : EndpointNotificationDao<CassandraEndpointNotification> in class org.kaaproject.kaa.server.common.dao.cassandra.AbstractCassandraTest | From | To | |
Rename Attribute userEndpointUserDao : EndpointUserDao<CassandraEndpointUser> to endpointUserDao : EndpointUserDao<CassandraEndpointUser> in class org.kaaproject.kaa.server.common.dao.cassandra.AbstractCassandraTest | From | To | |
Rename Attribute ENDPOINT_NF_ENDPOINT_KEY_HASH_PROPERTY : String to ET_NF_ENDPOINT_KEY_HASH_PROPERTY : String in class org.kaaproject.kaa.server.common.dao.cassandra.model.CassandraModelConstants | From | To | |
Rename Attribute notification : CassandraNotification to applicationId : String in class org.kaaproject.kaa.server.common.dao.cassandra.model.CassandraEndpointNotification | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type notification : CassandraNotification to applicationId : String in class org.kaaproject.kaa.server.common.dao.cassandra.model.CassandraEndpointNotification | From | To | |
Inline Variable | 1 | ||
Inline Variable delete : Statement in method public removeNotificationsByKeyHash(keyHash byte[]) : void from class org.kaaproject.kaa.server.common.dao.cassandra.EndpointNotificationCassandraDao | From | To | |
Rename Parameter | 1 | ||
Rename Parameter endpointNotification : CassandraEndpointNotification to dto : EndpointNotificationDto in method public save(dto EndpointNotificationDto) : CassandraEndpointNotification in class org.kaaproject.kaa.server.common.dao.cassandra.EndpointNotificationCassandraDao | From | To |