e2ec9db371b731b74d4cc6a50857bf6e908d0ce2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type ChronicleMap<K,V> to VanillaChronicleMap<K,V,?> in method private openWithExistingFile(file File, raf RandomAccessFile, recover boolean, overrideBuilderConfig boolean) : VanillaChronicleMap<K,V,?> in class net.openhft.chronicle.map.ChronicleMapBuilder | From | To | |
Change Return Type ChronicleMap<K,V> to VanillaChronicleMap<K,V,?> in method private createWithNewFile(map VanillaChronicleMap<K,V,?>, file File, raf RandomAccessFile, headerBuffer ByteBuffer, headerSize int) : VanillaChronicleMap<K,V,?> in class net.openhft.chronicle.map.ChronicleMapBuilder | From | To | |
Rename Class | 1 | ||
Rename Class net.openhft.chronicle.hash.impl.VanillaChronicleHash.RafRelease renamed to net.openhft.chronicle.hash.impl.VanillaChronicleHash.RafReleaser | From | To | |
Rename Attribute | 1 | ||
Rename Attribute releaseRaf : Cleaner to rafCleaner : Cleaner in class net.openhft.chronicle.hash.impl.VanillaChronicleHash | From | To | |
Change Variable Type | 1 | ||
Change Variable Type result : ChronicleMap<K,V> to result : VanillaChronicleMap<K,V,?> in method package createWithFile(file File, recover boolean, overrideBuilderConfig boolean) : ChronicleMap<K,V> in class net.openhft.chronicle.map.ChronicleMapBuilder | From | To |