17355f55811be1b1392c3ca066fb9adf803846d3
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public runWithInMemoryOutput(graph TestGraph<I,V,E>, conf GiraphConfiguration, useFullDigraphTests boolean) : TestGraph<I,V,E> renamed to public runApp(graph TestGraph<I,V,E>, conf GiraphConfiguration, useFullDigraphTests boolean) : TestGraph<I,V,E> in class org.apache.giraph.block_app.framework.api.local.LocalBlockRunner | From | To | |
Rename Method public runWithVertexSaverOutput(graph TestGraph<I,V,E>, vertexSaver VertexSaver<I,V,E>, conf GiraphConfiguration) : void renamed to public runBlockWithVertexOutput(block Block, executionStage Object, graph TestGraph<I,V,E>, vertexSaver VertexSaver<I,V,E>, conf GiraphConfiguration) : void in class org.apache.giraph.block_app.framework.api.local.LocalBlockRunner | From | To | |
Rename Attribute | 1 | ||
Rename Attribute NUM_WORKERS : IntConfOption to NUM_THREADS : IntConfOption in class org.apache.giraph.block_app.framework.api.local.LocalBlockRunner | From | To | |
Extract Method | 2 | ||
Extract Method public checkBlockTypes(executionBlock Block, executionStage Object, conf GiraphConfiguration, immConf ImmutableClassesGiraphConfiguration) : void extracted from public initAndCheckConfig(conf GiraphConfiguration) : void in class org.apache.giraph.block_app.framework.BlockUtils | From | To | |
Extract Method public initialize(executionBlock Block, executionStage S, masterApi BlockMasterApi) : void extracted from public initialize(conf GiraphConfiguration, masterApi BlockMasterApi) : void in class org.apache.giraph.block_app.framework.internal.BlockMasterLogic | From | To |