923b3de9d37f64ef0fdf2589b07684a279b5ccba
Files Diff
- Added: 5
- Removed: 0
- Renamed: 0
- Modified: 25
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public getChannelByTransportType(type TransportType) : KaaDataChannel renamed to public getActiveServer(logging TransportType) : TransportConnectionInfo in class org.kaaproject.kaa.client.bootstrap.DefaultBootstrapManagerTest.ChanelManagerMock | From | To | |
| Rename Method public getChannelByTransportType(type TransportType) : KaaDataChannel renamed to public getActiveServer(logging TransportType) : TransportConnectionInfo in class org.kaaproject.kaa.client.channel.KaaChannelManager | From | To | |
| Move Method | 1 | ||
| Move Method private getChannel(type TransportType) : KaaDataChannel from class org.kaaproject.kaa.client.channel.impl.transports.AbstractKaaTransport to private getChannel(type TransportType) : KaaDataChannel from class org.kaaproject.kaa.client.channel.impl.DefaultChannelManager | From | To | |
| Rename Variable | 1 | ||
| Rename Variable channel : KaaDataChannel to server : TransportConnectionInfo in method public switchAccessPoint() : void in class org.kaaproject.kaa.client.logging.AbstractLogCollector.DefaultLogUploadController | From | To | |
| Change Return Type | 2 | ||
| Change Return Type KaaDataChannel to TransportConnectionInfo in method public getActiveServer(logging TransportType) : TransportConnectionInfo in class org.kaaproject.kaa.client.channel.KaaChannelManager | From | To | |
| Change Return Type KaaDataChannel to TransportConnectionInfo in method public getActiveServer(logging TransportType) : TransportConnectionInfo in class org.kaaproject.kaa.client.bootstrap.DefaultBootstrapManagerTest.ChanelManagerMock | From | To | |
| Replace Variable With Attribute | 1 | ||
| Replace Variable With Attribute channel : KaaDataChannel to channelManager : KaaChannelManager in method protected syncByType(type TransportType, ack boolean, all boolean) : void in class org.kaaproject.kaa.client.channel.impl.transports.AbstractKaaTransport | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type channel : KaaDataChannel to server : TransportConnectionInfo in method public switchAccessPoint() : void in class org.kaaproject.kaa.client.logging.AbstractLogCollector.DefaultLogUploadController | From | To | |
| Change Variable Type channel : KaaDataChannel to channelManager : KaaChannelManager in method protected syncByType(type TransportType, ack boolean, all boolean) : void in class org.kaaproject.kaa.client.channel.impl.transports.AbstractKaaTransport | From | To | |
| Extract Method | 6 | ||
| Extract Method public sync(types Set<TransportType>) : void extracted from public sync(type TransportType) : void in class org.kaaproject.kaa.client.channel.impl.channels.AbstractHttpChannel | From | To | |
| Extract Method public syncAck(types Set<TransportType>) : void extracted from public syncAck(type TransportType) : void in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationsChannel | From | To | |
| Extract Method public sync(types Set<TransportType>) : void extracted from public sync(type TransportType) : void in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationsChannel | From | To | |
| Extract Method public sync(types Set<TransportType>) : void extracted from public sync(type TransportType) : void in class org.kaaproject.kaa.client.channel.impl.channels.DefaultOperationTcpChannel | From | To | |
| Extract Method public syncAck(types Set<TransportType>) : void extracted from public syncAck(type TransportType) : void in class org.kaaproject.kaa.client.channel.impl.channels.AbstractHttpChannel | From | To | |
| Extract Method protected syncByType(type TransportType, ack boolean, all boolean) : void extracted from protected syncByType(type TransportType, ack boolean) : void in class org.kaaproject.kaa.client.channel.impl.transports.AbstractKaaTransport | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter type : TransportType to logging : TransportType in method public getActiveServer(logging TransportType) : TransportConnectionInfo in class org.kaaproject.kaa.client.bootstrap.DefaultBootstrapManagerTest.ChanelManagerMock | From | To | |
| Rename Parameter type : TransportType to logging : TransportType in method public getActiveServer(logging TransportType) : TransportConnectionInfo in class org.kaaproject.kaa.client.channel.KaaChannelManager | From | To |