cad3d3abfe394d0b07b1e682e211c2cc687da3ea
Files Diff
- Added: 4
- Removed: 2
- Renamed: 0
- Modified: 10
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 1 | ||
| Change Return Type IterationContextInterface<K,V,?> to IterationContext<K,V,?> in method public iterationContext() : IterationContext<K,V,?> in class net.openhft.chronicle.map.VanillaChronicleMap | From | To | |
| Rename Class | 2 | ||
| Rename Class net.openhft.chronicle.map.impl.ReplicatedIterationContextInterface renamed to net.openhft.chronicle.map.impl.ReplicatedIterationContext | From | To | |
| Rename Class net.openhft.chronicle.map.impl.IterationContextInterface renamed to net.openhft.chronicle.map.impl.IterationContext | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass net.openhft.chronicle.hash.impl.stage.hash.ThreadLocalState from classes [net.openhft.chronicle.hash.impl.stage.hash.ChainingInterface] | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type c : IterationContextInterface<K,V,?> to c : IterationContext<K,V,?> in method public segmentContext(segmentIndex int) : MapSegmentContext<K,V,?> in class net.openhft.chronicle.map.VanillaChronicleMap | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter root : ChainingInterface to rootContextInThisThread : ChainingInterface in method public Chaining(rootContextInThisThread ChainingInterface) in class net.openhft.chronicle.hash.impl.stage.hash.Chaining | From | To |