55da7fd7ebe2f3fa1c1c828dda727fddc75a1b81
Files Diff
- Added: 34
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getStateStore(configuration Configuration) : StateStoreService renamed to public newStateStore(configuration Configuration) : StateStoreService in class org.apache.hadoop.hdfs.server.federation.store.FederationStateStoreTestUtils | From | To | |
Extract Variable | 4 | ||
Extract Variable records2 : List<T> in method public testInsert(driver StateStoreDriver, recordClass Class<T>) : void from class org.apache.hadoop.hdfs.server.federation.store.driver.TestStateStoreDriverBase | From | To | |
Extract Variable record0 : T in method public testInsert(driver StateStoreDriver, recordClass Class<T>) : void from class org.apache.hadoop.hdfs.server.federation.store.driver.TestStateStoreDriverBase | From | To | |
Extract Variable records0 : List<T> in method public testInsert(driver StateStoreDriver, recordClass Class<T>) : void from class org.apache.hadoop.hdfs.server.federation.store.driver.TestStateStoreDriverBase | From | To | |
Extract Variable records1 : List<T> in method public testInsert(driver StateStoreDriver, recordClass Class<T>) : void from class org.apache.hadoop.hdfs.server.federation.store.driver.TestStateStoreDriverBase | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type FEDERATION_NAMENODE_RESOLVER_CLIENT_CLASS_DEFAULT : String to FEDERATION_NAMENODE_RESOLVER_CLIENT_CLASS_DEFAULT : Class<? extends ActiveNamenodeResolver> in class org.apache.hadoop.hdfs.DFSConfigKeys | From | To | |
Change Attribute Type LOG : Log to LOG : Logger in class org.apache.hadoop.hdfs.server.federation.router.FederationUtil | From | To |