1c19aa4a1448ccf54241ca6ecacc082d2d42af32
Files Diff
- Added: 2
 - Removed: 3
 - Renamed: 0
 - Modified: 19
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type msgFactory : GridTcpMessageFactory to msgFactory : MessageFactory in method public DirectMessageReader(msgFactory MessageFactory) in class org.apache.ignite.internal.direct.DirectMessageReader | From | To | |
| Change Parameter Type msgFactory : GridTcpMessageFactory to msgFactory : MessageFactory in method public DirectByteBufferStream(msgFactory MessageFactory) in class org.apache.ignite.internal.direct.DirectByteBufferStream | From | To | |
| Change Return Type | 5 | ||
| Change Return Type GridTcpMessageFactory to MessageFactory in method public messageFactory() : MessageFactory in class org.apache.ignite.internal.util.nio.GridNioMessageReader | From | To | |
| Change Return Type GridTcpMessageFactory to MessageFactory in method public messageFactory() : MessageFactory in class org.apache.ignite.spi.IgniteSpiContext | From | To | |
| Change Return Type GridTcpMessageFactory to MessageFactory in method public messageFactory() : MessageFactory in class org.apache.ignite.spi.IgniteSpiAdapter.GridDummySpiContext | From | To | |
| Change Return Type GridTcpMessageFactory to MessageFactory in method public messageFactory() : MessageFactory in class org.apache.ignite.testframework.GridSpiTestContext | From | To | |
| Change Return Type GridTcpMessageFactory to MessageFactory in method public messageFactory() : MessageFactory in class org.apache.ignite.internal.managers.communication.GridIoManager | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private readerFactory : MessageReaderFactory from class org.apache.ignite.internal.managers.communication.GridIoManager to private readerFactory : MessageReaderFactory from class org.apache.ignite.internal.managers.communication.GridIoMessageFactory | From | To | |
| Move And Rename Class | 1 | ||
| Move And Rename Class org.apache.ignite.internal.direct.GridTcpCommunicationMessageProducer moved and renamed to org.apache.ignite.plugin.extensions.communication.MessageFactory | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type msgFactory : GridTcpMessageFactory to msgFactory : MessageFactory in class org.apache.ignite.internal.managers.communication.GridIoManager | From | To | |
| Change Attribute Type msgFactory : GridTcpMessageFactory to msgFactory : MessageFactory in class org.apache.ignite.internal.direct.DirectByteBufferStream | From | To | |
| Change Attribute Type msgFactory : GridTcpMessageFactory to msgFactory : MessageFactory in class org.apache.ignite.internal.util.nio.GridDirectParser | From | To |