824ae778694a7c3fc4c1f3aa5501d396deefe30f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method public fileFor(cycle int, indexCount int, forAppend boolean) : File from class net.openhft.chronicle.VanillaIndexCache to public fileFor(basePath String, cycle int, indexCount int, dateCache VanillaDateCache) : File from class net.openhft.chronicle.VanillaChronicleUtils | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable position : long to indexPosition : long in method protected setLastWrittenIndex(cycle long, indexCount long, indexPosition long) : void in class net.openhft.chronicle.VanillaChronicle.VanillaAppenderImpl | From | To | |
Extract Method | 2 | ||
Extract Method protected setLastWrittenIndex(cycle long, indexCount long, indexPosition long) : void extracted from public finish() : void in class net.openhft.chronicle.VanillaChronicle.VanillaAppenderImpl | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public append(cycle int, indexValue long, synchronous boolean, lastIndex int, position long[]) : VanillaMappedBytes extracted from private createAppendTask(cache VanillaIndexCache, cycle int, startValue long, endValue long) : Callable<Void> in class net.openhft.chronicle.VanillaIndexCacheTest & moved to class net.openhft.chronicle.VanillaIndexCache | From | To |