e726ab9ef8012bb7d6b48a7771decf877b676248
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public removeListener(listener ConfigurationListener) : boolean renamed to public removeConfigurationListener(listener ConfigurationListener) : boolean in class org.kaaproject.kaa.client.GenericKaaClient | From | To | |
Rename Method public removeListener(listener ConfigurationListener) : boolean renamed to public removeConfigurationListener(listener ConfigurationListener) : boolean in class org.kaaproject.kaa.client.AbstractKaaClient | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type listener : NotificationListener to listeners : Collection<NotificationListener> in method package notify(listeners Collection<NotificationListener>, topic Topic, notificationData byte[]) : void in class org.kaaproject.kaa.client.notification.NotificationDeserializer | From | To | |
Change Parameter Type listener : ConfigurationListener to listeners : Collection<ConfigurationListener> in method package notify(listeners Collection<ConfigurationListener>, configurationData byte[]) : void in class org.kaaproject.kaa.client.configuration.base.ConfigurationDeserializer | From | To | |
Change Parameter Type listener : NotificationListener to listeners : Collection<NotificationListener> in method private notifyListeners(listeners Collection<NotificationListener>, topic Topic, notification Notification) : void in class org.kaaproject.kaa.client.notification.DefaultNotificationManager | From | To | |
Extract Variable | 2 | ||
Extract Variable configuration : Configuration in method package notify(listeners Collection<ConfigurationListener>, configurationData byte[]) : void from class org.kaaproject.kaa.client.configuration.base.ConfigurationDeserializer | From | To | |
Extract Variable notification : Notification in method package notify(listeners Collection<NotificationListener>, topic Topic, notificationData byte[]) : void from class org.kaaproject.kaa.client.notification.NotificationDeserializer | From | To | |
Rename Parameter | 4 | ||
Rename Parameter listener : NotificationListener to listeners : Collection<NotificationListener> in method private notifyListeners(listeners Collection<NotificationListener>, topic Topic, notification Notification) : void in class org.kaaproject.kaa.client.notification.DefaultNotificationManager | From | To | |
Rename Parameter listener : NotificationListener to listeners : Collection<NotificationListener> in method package notify(listeners Collection<NotificationListener>, topic Topic, notificationData byte[]) : void in class org.kaaproject.kaa.client.notification.NotificationDeserializer | From | To | |
Rename Parameter configurationSchemaBody : String to configurationBaseSchemaBody : String in method public abstract generateSdk(buildVersion String, bootstrapNodes List<BootstrapNodeInfo>, appToken String, profileSchemaVersion int, configurationSchemaVersion int, notificationSchemaVersion int, logSchemaVersion int, profileSchemaBody String, notificationSchemaBody String, configurationProtocolSchemaBody String, configurationBaseSchemaBody String, defaultConfigurationData byte[], eventFamilies List<EventFamilyMetadata>, logSchemaBody String, defaultVerifierToken String) : Sdk in class org.kaaproject.kaa.server.control.service.sdk.SdkGenerator | From | To | |
Rename Parameter listener : ConfigurationListener to listeners : Collection<ConfigurationListener> in method package notify(listeners Collection<ConfigurationListener>, configurationData byte[]) : void in class org.kaaproject.kaa.client.configuration.base.ConfigurationDeserializer | From | To |