f183402ea3aa777fd7fe822eb794837a8e0b3478
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type capacity : int to capacity : long in method public createOpenHashSet(capacity long) : BasicSet<LongWritable> in class org.apache.giraph.types.ops.LongTypeOps | From | To | |
| Change Parameter Type capacity : int to capacity : long in method public createOpenHashSet(capacity long) : BasicSet<IntWritable> in class org.apache.giraph.types.ops.IntTypeOps | From | To | |
| Change Return Type | 3 | ||
| Change Return Type int to long in method public size() : long in class org.apache.giraph.types.ops.collections.BasicSet | From | To | |
| Change Return Type int to long in method public size() : long in class org.apache.giraph.types.ops.collections.BasicSet.BasicIntOpenHashSet | From | To | |
| Change Return Type int to long in method public size() : long in class org.apache.giraph.types.ops.collections.BasicSet.BasicLongOpenHashSet | From | To | |
| Change Variable Type | 4 | ||
| Change Variable Type i : int to i : long in method public readFields(in DataInput) : void in class org.apache.giraph.types.ops.collections.BasicSet.BasicLongOpenHashSet | From | To | |
| Change Variable Type size : int to size : long in method public readFields(in DataInput) : void in class org.apache.giraph.types.ops.collections.BasicSet.BasicLongOpenHashSet | From | To | |
| Change Variable Type i : int to i : long in method public readFields(in DataInput) : void in class org.apache.giraph.types.ops.collections.BasicSet.BasicIntOpenHashSet | From | To | |
| Change Variable Type size : int to size : long in method public readFields(in DataInput) : void in class org.apache.giraph.types.ops.collections.BasicSet.BasicIntOpenHashSet | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type set : LongOpenHashSet to set : LongSet in class org.apache.giraph.types.ops.collections.BasicSet.BasicLongOpenHashSet | From | To | |
| Change Attribute Type set : IntOpenHashSet to set : IntSet in class org.apache.giraph.types.ops.collections.BasicSet.BasicIntOpenHashSet | From | To |