f28e6f08e87a55eb155ddc93f9b4cd518db9ef08
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Attribute Type | 2 | ||
Change Attribute Type chunks : CopyOnWriteArrayList<LogChunkMap<K,V>> to chunks : ConcurrentSkipListSet<LogChunkMap<K,V>> in class org.lealone.transaction.log.LogMap | From | To | |
Change Attribute Type ids : ConcurrentHashMap<String,Integer> to ids : ConcurrentHashMap<String,ConcurrentSkipListSet<Integer>> in class org.lealone.transaction.log.LogStorage | From | To | |
Extract Method | 2 | ||
Extract Method private getFromPreviousChunk(key K, currentId Integer) : V extracted from public get(key K) : V in class org.lealone.transaction.log.LogMap | From | To | |
Extract Method package getChunkFileName(config Map<String,String>, id int, name String) : String extracted from public LogChunkMap(id int, name String, keyType DataType, valueType DataType, config Map<String,String>) in class org.lealone.transaction.log.LogChunkMap | From | To |