b888f225cc00333857072dd2d2c52e6c40ea0958
Files Diff
- Added: 4
- Removed: 3
- Renamed: 0
- Modified: 10
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private txContentType() : byte renamed to public contentType() : byte in class org.neo4j.causalclustering.messaging.marshalling.ReplicatedContentChunk | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type in : ByteBuf to msg : ContentBuilder<ReplicatedContent> in method protected decode(ctx ChannelHandlerContext, msg ContentBuilder<ReplicatedContent>, out List<Object>) : void in class org.neo4j.causalclustering.messaging.marshalling.v2.decoding.ReplicatedContentDecoder | From | To | |
| Move Attribute | 2 | ||
| Move Attribute private coreReplicatedContentSerializer : CoreReplicatedContentSerializer from class org.neo4j.causalclustering.messaging.marshalling.v2.decoding.ReplicatedContentDecoder to private coreReplicatedContentSerializer : CoreReplicatedContentSerializer from class org.neo4j.causalclustering.messaging.marshalling.v2.decoding.ReplicatedContentChunkDecoder | From | To | |
| Move Attribute private contentType : byte from class org.neo4j.causalclustering.messaging.marshalling.v2.SerializableContent.SimpleSerializableContent to private contentType : byte from class org.neo4j.causalclustering.messaging.marshalling.ReplicatedContentChunk | From | To | |
| Move Class | 1 | ||
| Move Class org.neo4j.causalclustering.messaging.marshalling.v2.SerializableContent moved to org.neo4j.causalclustering.messaging.marshalling.SerializableContent | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable type : byte to contentType : byte in method public read(contentType byte, channel ReadableChannel) : ContentBuilder<ReplicatedContent> in class org.neo4j.causalclustering.messaging.marshalling.v2.CoreReplicatedContentSerializer | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute txContentType : byte to contentType : byte in class org.neo4j.causalclustering.messaging.marshalling.ReplicatedContentChunk | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type list : ArrayList<SerializableContent> to list : LinkedList<SerializableContent> in method public toSerializable(content ReplicatedContent) : Collection<SerializableContent> in class org.neo4j.causalclustering.messaging.marshalling.v2.CoreReplicatedContentSerializer | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter txContentType : byte to contentType : byte in method package ReplicatedContentChunk(contentType byte, isLast boolean, data ByteBuf) in class org.neo4j.causalclustering.messaging.marshalling.ReplicatedContentChunk | From | To | |
| Rename Parameter in : ByteBuf to msg : ContentBuilder<ReplicatedContent> in method protected decode(ctx ChannelHandlerContext, msg ContentBuilder<ReplicatedContent>, out List<Object>) : void in class org.neo4j.causalclustering.messaging.marshalling.v2.decoding.ReplicatedContentDecoder | From | To |