9e8bb32c5fe89bd52870d9897bbe4b41dd2d5dcb
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package segmentIterator(segment int) : Iterator<U> renamed to private segmentSet(segment int) : Set<U> in class net.openhft.chronicle.map.ClientWiredStatelessChronicleSet | From | To | |
Change Return Type | 1 | ||
Change Return Type Iterator<U> to Set<U> in method private segmentSet(segment int) : Set<U> in class net.openhft.chronicle.map.ClientWiredStatelessChronicleSet | From | To | |
Rename Attribute | 1 | ||
Rename Attribute conumer : Function<ValueIn,U> to consumer : Function<ValueIn,U> in class net.openhft.chronicle.map.ClientWiredStatelessChronicleSet | From | To | |
Change Variable Type | 1 | ||
Change Variable Type entrySet : ClientWiredStatelessChronicleSet<Map.Entry<K,V>> to entrySet : ClientWiredStatelessChronicleSet in method public toString() : String in class net.openhft.chronicle.map.ClientWiredStatelessChronicleMap | From | To | |
Rename Parameter | 1 | ||
Rename Parameter a : T[] to array : T[] in method public toArray(array T[]) : T[] in class net.openhft.chronicle.map.ClientWiredStatelessChronicleSet | From | To |