b63852a388cc8811a6e8413f24f61d125810eadb
Files Diff
- Added: 1
- Removed: 2
- Renamed: 0
- Modified: 12
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 1 | ||
| Pull Up Method public openDatabase(longName String) : KeyColumnValueStore from class com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager to public openDatabase(name String) : KeyColumnValueStore from class com.thinkaurelius.titan.diskstorage.keycolumnvalue.KeyColumnValueStoreManager | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type ttlInSeconds : int to config : Configuration in method public openDatabase(longName String, config Configuration) : KeyColumnValueStore in class com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager | From | To | |
| Rename Class | 1 | ||
| Rename Class com.thinkaurelius.titan.diskstorage.keycolumnvalue.ttl.TTLKVCSManager renamed to com.thinkaurelius.titan.diskstorage.keycolumnvalue.ttl.TTLKCVSManager | From | To | |
| Extract Method | 1 | ||
| Extract Method public openDatabase(name String, options Configuration) : OrderedKeyValueStoreAdapter extracted from public openDatabase(name String) : OrderedKeyValueStoreAdapter in class com.thinkaurelius.titan.diskstorage.keycolumnvalue.keyvalue.OrderedKeyValueStoreManagerAdapter | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter ttlInSeconds : int to config : Configuration in method public openDatabase(longName String, config Configuration) : KeyColumnValueStore in class com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager | From | To | |
| Rename Parameter longName : String to name : String in method public openDatabase(name String) : KeyColumnValueStore in class com.thinkaurelius.titan.diskstorage.keycolumnvalue.KeyColumnValueStoreManager | From | To |