80b19bf1a761c3aae22d0ce0a857e9a298dcb9da
Files Diff
- Added: 1
- Removed: 2
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type map : Map<Long,byte[]> to map : StorageMap<Long,byte[]> in method public StreamStorage(map StorageMap<Long,byte[]>) in class org.lealone.storage.StreamStorage | From | To | |
Change Return Type | 1 | ||
Change Return Type Map<Long,byte[]> to StorageMap<Long,byte[]> in method public getMap() : StorageMap<Long,byte[]> in class org.lealone.storage.StreamStorage | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type map : Map<Long,byte[]> to map : StorageMap<Long,byte[]> in class org.lealone.storage.StreamStorage | From | To | |
Extract Method | 1 | ||
Extract Method private close(closeMaps boolean) : void extracted from public close() : void in class org.lealone.storage.AOStorage | From | To |