1e869b1c7e7530edab5b2119db0b5fbcfee83381
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type tx : TransactionRepresentationReplicatedTransaction to replicatedTransaction : TransactionRepresentation in method private TxRepresentationMarshal(replicatedTransaction TransactionRepresentation) in class org.neo4j.causalclustering.core.state.machines.tx.ReplicatedTransactionSerializer.TxRepresentationMarshal | From | To | |
Move Class | 1 | ||
Move Class org.neo4j.causalclustering.core.state.machines.tx.TransactionRepresentationReplicatedTransaction.TxRepresentationMarshal moved to org.neo4j.causalclustering.core.state.machines.tx.ReplicatedTransactionSerializer.TxRepresentationMarshal | From | To | |
Rename Attribute | 2 | ||
Rename Attribute iterator : Iterator<StorageCommand> to commands : Iterator<StorageCommand> in class org.neo4j.causalclustering.core.state.machines.tx.ReplicatedTransactionFactory.TransactionRepresentationWriter | From | To | |
Rename Attribute output : Queue<ByteBuf> to chunks : Queue<ByteBuf> in class org.neo4j.causalclustering.core.state.machines.tx.ReplicatedTransactionSerializer.TxRepresentationMarshal | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public encode(byteArrayReplicatedTransaction ByteArrayReplicatedTransaction) : ChunkedInput<ByteBuf> extracted from public encode() : ChunkedInput<ByteBuf> in class org.neo4j.causalclustering.core.state.machines.tx.ByteArrayReplicatedTransaction & moved to class org.neo4j.causalclustering.core.state.machines.tx.ReplicatedTransactionSerializer | From | To | |
Rename Parameter | 1 | ||
Rename Parameter tx : TransactionRepresentationReplicatedTransaction to replicatedTransaction : TransactionRepresentation in method private TxRepresentationMarshal(replicatedTransaction TransactionRepresentation) in class org.neo4j.causalclustering.core.state.machines.tx.ReplicatedTransactionSerializer.TxRepresentationMarshal | From | To |