340ab0940945ceac7e3b52e1f8fabd1306d26940
Files Diff
- Added: 0
- Removed: 3
- Renamed: 0
- Modified: 20
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public get(keyContext KeyContext) : V renamed to public defaultValue() : V in class net.openhft.chronicle.map.ConstantValueProvider | From | To | |
Rename Method package defaultValueProvider() : DefaultValueProvider<K,V> renamed to package constantValueProvider() : ConstantValueProvider<V> in class net.openhft.chronicle.map.ChronicleMapBuilder | From | To | |
Move Method | 2 | ||
Move Method public defaultValue(absentEntry MapAbsentEntry<K,V>) : Data<V> from class net.openhft.chronicle.map.example.SimpleMapOperationsListeningTest.SimpleLoggingMapEntryOperations to public defaultValue(absentEntry MapAbsentEntry<K,V>) : Data<V> from class net.openhft.chronicle.map.example.SimpleMapOperationsListeningTest.SimpleLoggingDefaultValueProvider | From | To | |
Move Method public defaultValue(absentEntry MapAbsentEntry<K,V>) : Data<V> from class net.openhft.chronicle.map.MapEntryOperations to public defaultValue(absentEntry MapAbsentEntry<K,V>) : Data<V> from class net.openhft.chronicle.map.DefaultValueProvider | From | To | |
Change Return Type | 1 | ||
Change Return Type DefaultValueProvider<K,V> to ConstantValueProvider<V> in method package constantValueProvider() : ConstantValueProvider<V> in class net.openhft.chronicle.map.ChronicleMapBuilder | From | To |