f0167deefeb476c7d2c16394e080d289aef45c1d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 4 | ||
Move And Inline Method public createDefaultWithSystemProperties() : Configuration moved from class alluxio.Configuration.Factory to class alluxio.util.network.GetMasterWorkerAddressTest & inlined to public getMasterAddressTest() : void | From | To | |
Move And Inline Method public createDefaultWithSystemProperties() : Configuration moved from class alluxio.Configuration.Factory to class alluxio.util.network.GetMasterWorkerAddressTest & inlined to public getWorkerAddressTest() : void | From | To | |
Move And Inline Method public createDefaultWithSystemProperties() : Configuration moved from class alluxio.Configuration.Factory to class alluxio.master.AbstractLocalAlluxioCluster & inlined to public newTestConf() : Configuration | From | To | |
Move And Inline Method public createDefaultWithSystemProperties() : Configuration moved from class alluxio.Configuration.Factory to class alluxio.worker.block.allocator.AllocatorFactoryTest & inlined to public createDefaultAllocatorTest() : void | From | To | |
Change Return Type | 1 | ||
Change Return Type ImmutableMap<Object,Object> to ImmutableMap<String,String> in method public toMap() : ImmutableMap<String,String> in class alluxio.Configuration | From | To | |
Change Variable Type | 4 | ||
Change Variable Type confProperties : Map<Object,Object> to confProperties : Map<String,String> in method public storeToHadoopConfiguration(source Configuration, target Configuration) : void in class alluxio.hadoop.ConfUtils | From | To | |
Change Variable Type entry : Map.Entry<Object,Object> to entry : Map.Entry<String,String> in method private getSortedProperties() : SortedSet<Pair<String,String>> in class alluxio.web.WebInterfaceConfigurationServlet | From | To | |
Change Variable Type entry : Map.Entry<Object,Object> to entry : Map.Entry<String,String> in method public getConfiguration() : Response in class alluxio.master.AlluxioMasterRestServiceHandler | From | To | |
Change Variable Type properties : Set<Map.Entry<Object,Object>> to properties : Set<Map.Entry<String,String>> in method public getConfiguration() : Response in class alluxio.master.AlluxioMasterRestServiceHandler | From | To | |
Extract And Move Method | 4 | ||
Extract And Move Method public create(properties Map<?,?>) : Configuration extracted from public variableUserFileBufferBytesOverFlowCheckTest1() : void in class alluxio.ConfigurationTest & moved to class alluxio.Configuration.Factory | From | To | |
Extract And Move Method public create(properties Map<?,?>) : Configuration extracted from public beforeTests() : void in class alluxio.ConfigurationTest & moved to class alluxio.Configuration.Factory | From | To | |
Extract And Move Method public create(properties Map<?,?>) : Configuration extracted from protected startMaster(testConf Configuration) : void in class alluxio.master.LocalAlluxioCluster & moved to class alluxio.Configuration.Factory | From | To | |
Extract And Move Method public create(conf Configuration) : Configuration extracted from protected startWorker(conf Configuration) : void in class alluxio.master.LocalAlluxioCluster & moved to class alluxio.Configuration.Factory | From | To |