889ec51039783ba5b71ecec9cfb10ba06864c52e
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Inline Method | 1 | ||
| Move And Inline Method public startReplication(command ReplicatedContent) : void moved from class org.neo4j.metrics.source.causalclustering.ReplicationMetric to class org.neo4j.causalclustering.core.replication.RaftReplicator & inlined to private replicate0(command ReplicatedContent, trackResult boolean, leader MemberId) : Future<Object> | From | To | |
| Change Attribute Type | 4 | ||
| Change Attribute Type success : long to success : AtomicLong in class org.neo4j.metrics.source.causalclustering.ReplicationMetric | From | To | |
| Change Attribute Type newReplication : long to newReplication : AtomicLong in class org.neo4j.metrics.source.causalclustering.ReplicationMetric | From | To | |
| Change Attribute Type fail : long to fail : AtomicLong in class org.neo4j.metrics.source.causalclustering.ReplicationMetric | From | To | |
| Change Attribute Type attempts : long to attempts : AtomicLong in class org.neo4j.metrics.source.causalclustering.ReplicationMetric | From | To |