05a7cff906d91f26186603b90f12575ebe55b338
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testSetup() : void renamed to public testPartitionHashes() : void in class com.thinkaurelius.titan.graphdb.TitanPartitionGraphTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type local : int[] to local : List<KeyRange> in method public setLocalPartition(local List<KeyRange>) : void in class com.thinkaurelius.titan.graphdb.idmanagement.MockIDAuthority | From | To | |
Rename Variable | 1 | ||
Rename Variable max : int to maxPerPartition : int in method public configs() : Collection<Object[]> in class com.thinkaurelius.titan.graphdb.idmanagement.VertexIDAssignerTest | From | To | |
Inline Method | 1 | ||
Inline Method public getConfiguration(partitioning Boolean) : WriteConfiguration inlined to public getConfiguration() : WriteConfiguration in class com.thinkaurelius.titan.hadoop.CassandraScanJobTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type localPartition : int[] to localPartition : List<KeyRange> in class com.thinkaurelius.titan.graphdb.idmanagement.MockIDAuthority | From | To | |
Rename Parameter | 1 | ||
Rename Parameter localPartition : int[] to localPartitionDef : int[] in method public VertexIDAssignerTest(numPartitionsBits int, partitionMax int, localPartitionDef int[]) in class com.thinkaurelius.titan.graphdb.idmanagement.VertexIDAssignerTest | From | To |