199d845b962787590d14a03b0ab504f7c71eb940
Files Diff
- Added: 3
- Removed: 3
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type KeyValueStores to KeyValueSystem in method public create() : KeyValueSystem in class tachyon.client.keyvalue.KeyValueSystem.Factory | From | To | |
Rename Class | 3 | ||
Rename Class tachyon.client.keyvalue.KeyValueStores renamed to tachyon.client.keyvalue.KeyValueSystem | From | To | |
Rename Class tachyon.client.keyvalue.KeyValueStoresIntegrationTest renamed to tachyon.client.keyvalue.KeyValueSystemIntegrationTest | From | To | |
Rename Class tachyon.client.keyvalue.BaseKeyValueStores renamed to tachyon.client.keyvalue.BaseKeyValueSystem | From | To | |
Rename Attribute | 1 | ||
Rename Attribute sKeyValueStores : KeyValueStores to sKeyValueSystem : KeyValueSystem in class tachyon.client.keyvalue.KeyValueSystem.Factory | From | To | |
Change Variable Type | 3 | ||
Change Variable Type kvStore : KeyValueStores to kvStore : KeyValueSystem in method public main(args String[]) : void in class tachyon.examples.keyvalue.KeyValueStoreQuickStart | From | To | |
Change Variable Type kvStores : KeyValueStores to kvStores : KeyValueSystem in method public call() : Boolean in class tachyon.examples.keyvalue.KeyValueStoreOperations | From | To | |
Change Variable Type kvStores : KeyValueStores to kvStores : KeyValueSystem in method public call() : Boolean in class tachyon.examples.keyvalue.SameKeyValueStoresTest | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type sKVStores : KeyValueStores to sKVStores : KeyValueSystem in class tachyon.client.keyvalue.KeyValueSystemIntegrationTest | From | To | |
Change Attribute Type sKeyValueStores : KeyValueStores to sKeyValueSystem : KeyValueSystem in class tachyon.client.keyvalue.KeyValueSystem.Factory | From | To | |
Change Attribute Type KEY_VALUE_STORES : KeyValueStores to KEY_VALUE_STORES : KeyValueSystem in class tachyon.client.keyvalue.hadoop.KeyValueOutputCommitter | From | To |