9a2bb31b6620b8ce0b43e1d315716d801a0d9ba5
Files Diff
- Added: 5
- Removed: 2
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public registerRafReleaser() : void renamed to public registerCleaner() : void in class net.openhft.chronicle.hash.impl.VanillaChronicleHash | From | To | |
Rename Method public createMappedStoreAndSegments(bytesStore BytesStore) : void renamed to private createStoreAndSegments(bytesStore BytesStore) : void in class net.openhft.chronicle.hash.impl.VanillaChronicleHash | From | To | |
Rename Variable | 4 | ||
Rename Variable bulksToMap : int to bulksToAllocate : int in method private allocateTierBulks(upToBulkIndex int) : void in class net.openhft.chronicle.hash.impl.VanillaChronicleHash | From | To | |
Rename Variable firstBulkToMapIndex : int to firstBulkToAllocateIndex : int in method private allocateTierBulks(upToBulkIndex int) : void in class net.openhft.chronicle.hash.impl.VanillaChronicleHash | From | To | |
Rename Variable bytesStore : BytesStore to resourceReleaser : ChronicleHashResourceReleaser in method package createWithoutFile() : ChronicleMap<K,V> in class net.openhft.chronicle.map.ChronicleMapBuilder | From | To | |
Rename Variable mapSize : long to allocationSize : long in method private allocateTierBulks(upToBulkIndex int) : void in class net.openhft.chronicle.hash.impl.VanillaChronicleHash | From | To | |
Rename Attribute | 1 | ||
Rename Attribute rafCleaner : Cleaner to cleaner : Cleaner in class net.openhft.chronicle.hash.impl.VanillaChronicleHash | From | To | |
Change Variable Type | 1 | ||
Change Variable Type bytesStore : BytesStore to resourceReleaser : ChronicleHashResourceReleaser in method package createWithoutFile() : ChronicleMap<K,V> in class net.openhft.chronicle.map.ChronicleMapBuilder | From | To |