ac06570c632fa1faeb5f0b43b2907818f30ab680
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable cursor : Map.Entry<Long,TopicSubscriptionInfo> to topic : Topic in method public persist() : void in class org.kaaproject.kaa.client.persistence.KaaClientPropertiesState | From | To | |
Change Return Type | 2 | ||
Change Return Type List<Topic> to Collection<Topic> in method public getTopics() : Collection<Topic> in class org.kaaproject.kaa.client.persistence.KaaClientState | From | To | |
Change Return Type List<Topic> to Collection<Topic> in method public getTopics() : Collection<Topic> in class org.kaaproject.kaa.client.persistence.KaaClientPropertiesState | From | To | |
Change Variable Type | 3 | ||
Change Variable Type cursor : Map.Entry<Long,TopicSubscriptionInfo> to topic : Topic in method public persist() : void in class org.kaaproject.kaa.client.persistence.KaaClientPropertiesState | From | To | |
Change Variable Type topicList : List<Topic> to topicList : Collection<Topic> in method public DefaultNotificationManager(state KaaClientState, executorContext ExecutorContext, transport NotificationTransport) in class org.kaaproject.kaa.client.notification.DefaultNotificationManager | From | To | |
Change Variable Type datumWriter : SpecificDatumWriter<TopicSubscriptionInfo> to datumWriter : SpecificDatumWriter<Topic> in method public persist() : void in class org.kaaproject.kaa.client.persistence.KaaClientPropertiesState | From | To | |
Inline Variable | 1 | ||
Inline Variable subscriptionInfo : TopicSubscriptionInfo in method public addTopic(topic Topic) : void from class org.kaaproject.kaa.client.persistence.KaaClientPropertiesState | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type nfSubscriptions : Map<Long,TopicSubscriptionInfo> to nfSubscriptions : Map<Long,Integer> in class org.kaaproject.kaa.client.persistence.KaaClientPropertiesState | From | To |