7b87ae21c7c57724b75e7ca716eabca16d226542
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type map : ConcurrentMap<K,V> to map : Map<K,V> in method public process(in Wire, out Wire, map Map<K,V>, csp CharSequence, vToWire BiConsumer<ValueOut,V>, kFromWire Function<ValueIn,K>, vFromWire Function<ValueIn,V>) : void in class net.openhft.chronicle.map.MapWireHandlerProcessor | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type vToWire : BiConsumer<ValueOut,V> to vToWire : BiConsumer<ValueOut,Object> in class net.openhft.chronicle.map.MapWireHandlerProcessor | From | To | |
Change Attribute Type wireToV : Function<ValueIn,V> to wireToV : Function<ValueIn,Object> in class net.openhft.chronicle.map.MapWireHandlerProcessor | From | To | |
Change Attribute Type wireToK : Function<ValueIn,K> to wireToK : Function<ValueIn,Object> in class net.openhft.chronicle.map.MapWireHandlerProcessor | From | To | |
Change Attribute Type map : ConcurrentMap<K,V> to map : Map in class net.openhft.chronicle.map.MapWireHandlerProcessor | From | To |