1f9ed19dfa5e34ba6fc91416f33f00738383550a
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 19
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected buildChannelManager(bootstrapManager BootstrapManager, bootstrapServers Map<TransportProtocolId,List<TransportConnectionInfo>>, transportContext TransportContext) : KaaInternalChannelManager renamed to protected initializeChannels(channelManager KaaInternalChannelManager, transportContext TransportContext) : void in class org.kaaproject.kaa.client.AbstractKaaClient | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type channelManager : KaaChannelManager to failoverManager : FailoverManager in method public DefaultOperationTcpChannel(state KaaClientState, failoverManager FailoverManager) in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationTcpChannel | From | To | |
Change Parameter Type channelManager : KaaChannelManager to failoverManager : FailoverManager in method public TestOperationTcpChannel(state KaaClientState, failoverManager FailoverManager) in class org.kaaproject.kaa.client.channel.DefaultOperationTcpChannelTest.TestOperationTcpChannel | From | To | |
Rename Variable | 3 | ||
Rename Variable channelManager : KaaChannelManager to failoverManager : FailoverManager in method public testDefaultOperationTcpChannel() : void in class org.kaaproject.kaa.client.channel.DefaultOperationTcpChannelTest | From | To | |
Rename Variable channelManager : KaaChannelManager to failoverManager : FailoverManager in method public testConnectivity() : void in class org.kaaproject.kaa.client.channel.DefaultOperationTcpChannelTest | From | To | |
Rename Variable channelManager : KaaChannelManager to failoverManager : FailoverManager in method public testSync() : void in class org.kaaproject.kaa.client.channel.DefaultOperationTcpChannelTest | From | To | |
Change Return Type | 1 | ||
Change Return Type KaaInternalChannelManager to void in method protected initializeChannels(channelManager KaaInternalChannelManager, transportContext TransportContext) : void in class org.kaaproject.kaa.client.AbstractKaaClient | From | To | |
Move Attribute | 2 | ||
Move Attribute private channelManager : KaaChannelManager from class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationTcpChannel to private channelManager : KaaChannelManager from class org.kaaproject.kaa.client.channel.impl.DefaultFailoverManager | From | To | |
Move Attribute private channelManager : KaaChannelManager from class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationTcpChannel to private channelManager : KaaChannelManager from class org.kaaproject.kaa.client.channel.impl.DefaultFailoverManagerTest | From | To | |
Rename Attribute | 1 | ||
Rename Attribute channelManager : KaaChannelManager to failoverManager : FailoverManager in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationTcpChannel | From | To | |
Change Variable Type | 3 | ||
Change Variable Type channelManager : KaaChannelManager to failoverManager : FailoverManager in method public testDefaultOperationTcpChannel() : void in class org.kaaproject.kaa.client.channel.DefaultOperationTcpChannelTest | From | To | |
Change Variable Type channelManager : KaaChannelManager to failoverManager : FailoverManager in method public testConnectivity() : void in class org.kaaproject.kaa.client.channel.DefaultOperationTcpChannelTest | From | To | |
Change Variable Type channelManager : KaaChannelManager to failoverManager : FailoverManager in method public testSync() : void in class org.kaaproject.kaa.client.channel.DefaultOperationTcpChannelTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type channelManager : KaaChannelManager to failoverManager : FailoverManager in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationTcpChannel | From | To | |
Rename Parameter | 4 | ||
Rename Parameter channelManager : KaaChannelManager to failoverManager : FailoverManager in method public DefaultOperationTcpChannel(state KaaClientState, failoverManager FailoverManager) in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationTcpChannel | From | To | |
Rename Parameter manager : KaaChannelManager to channelManager : KaaChannelManager in method public DefaultLogCollector(transport LogTransport, executorContext ExecutorContext, channelManager KaaChannelManager, failoverManager FailoverManager) in class org.kaaproject.kaa.client.logging.DefaultLogCollector | From | To | |
Rename Parameter channelManager : KaaChannelManager to failoverManager : FailoverManager in method public TestOperationTcpChannel(state KaaClientState, failoverManager FailoverManager) in class org.kaaproject.kaa.client.channel.DefaultOperationTcpChannelTest.TestOperationTcpChannel | From | To | |
Rename Parameter manager : KaaChannelManager to channelManager : KaaChannelManager in method public AbstractLogCollector(transport LogTransport, executorContext ExecutorContext, channelManager KaaChannelManager, failoverManager FailoverManager) in class org.kaaproject.kaa.client.logging.AbstractLogCollector | From | To |