92a8f1ca1b472e539e4b9831679848cd108ab29a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type capacity : int to valueWriter : WritableWriter<V> in method public create2ObjectOpenHashMap(valueWriter WritableWriter<V>) : Basic2ObjectMap<LongWritable,V> in class org.apache.giraph.types.ops.LongTypeOps | From | To | |
Change Parameter Type capacity : int to valueWriter : WritableWriter<V> in method public create2ObjectOpenHashMap(valueWriter WritableWriter<V>) : Basic2ObjectMap<IntWritable,V> in class org.apache.giraph.types.ops.IntTypeOps | From | To | |
Replace Variable With Attribute | 4 | ||
Replace Variable With Attribute writer : WritableWriter<V> to valueWriter : WritableWriter<V> in method public readFields(in DataInput) : void in class org.apache.giraph.types.ops.collections.Basic2ObjectMap.BasicInt2ObjectOpenHashMap | From | To | |
Replace Variable With Attribute writer : WritableWriter<V> to valueWriter : WritableWriter<V> in method public write(out DataOutput) : void in class org.apache.giraph.types.ops.collections.Basic2ObjectMap.BasicLong2ObjectOpenHashMap | From | To | |
Replace Variable With Attribute writer : WritableWriter<V> to valueWriter : WritableWriter<V> in method public readFields(in DataInput) : void in class org.apache.giraph.types.ops.collections.Basic2ObjectMap.BasicLong2ObjectOpenHashMap | From | To | |
Replace Variable With Attribute writer : WritableWriter<V> to valueWriter : WritableWriter<V> in method public write(out DataOutput) : void in class org.apache.giraph.types.ops.collections.Basic2ObjectMap.BasicInt2ObjectOpenHashMap | From | To | |
Rename Parameter | 2 | ||
Rename Parameter capacity : int to valueWriter : WritableWriter<V> in method public create2ObjectOpenHashMap(valueWriter WritableWriter<V>) : Basic2ObjectMap<LongWritable,V> in class org.apache.giraph.types.ops.LongTypeOps | From | To | |
Rename Parameter capacity : int to valueWriter : WritableWriter<V> in method public create2ObjectOpenHashMap(valueWriter WritableWriter<V>) : Basic2ObjectMap<IntWritable,V> in class org.apache.giraph.types.ops.IntTypeOps | From | To |