fd61fdad30c073f5b2576d1dc65452c5e4dac657
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 3 | ||
Move Method private checkTransientData() : void from class org.apache.giraph.edge.LongDiffNullArrayEdges to private checkTransientData() : void from class org.apache.giraph.edge.LongDiffArray | From | To | |
Move Method private reset() : void from class org.apache.giraph.edge.LongDiffNullArrayEdges to private reset() : void from class org.apache.giraph.edge.LongDiffArray | From | To | |
Move Method private removeAt(i int) : void from class org.apache.giraph.edge.LongDiffNullArrayEdges to private removeAt(i int) : void from class org.apache.giraph.edge.LongDiffArray | From | To | |
Move Attribute | 3 | ||
Move Attribute private compressedData : byte[] from class org.apache.giraph.edge.LongDiffNullArrayEdges to private compressedData : byte[] from class org.apache.giraph.edge.LongDiffArray | From | To | |
Move Attribute private transientData : TransientChanges from class org.apache.giraph.edge.LongDiffNullArrayEdges to private transientData : TransientChanges from class org.apache.giraph.edge.LongDiffArray | From | To | |
Move Attribute private size : int from class org.apache.giraph.edge.LongDiffNullArrayEdges to private size : int from class org.apache.giraph.edge.LongDiffArray | From | To | |
Extract Class | 1 | ||
Extract Class org.apache.giraph.edge.LongDiffArray from class org.apache.giraph.edge.LongDiffNullArrayEdges | From | To | |
Move Class | 3 | ||
Move Class org.apache.giraph.edge.LongDiffNullArrayEdges.TransientChanges moved to org.apache.giraph.edge.LongDiffArray.TransientChanges | From | To | |
Move Class org.apache.giraph.edge.LongDiffNullArrayEdges.LongsDiffReader moved to org.apache.giraph.edge.LongDiffArray.LongsDiffReader | From | To | |
Move Class org.apache.giraph.edge.LongDiffNullArrayEdges.LongsDiffWriter moved to org.apache.giraph.edge.LongDiffArray.LongsDiffWriter | From | To | |
Rename Attribute | 1 | ||
Rename Attribute transientData : TransientChanges to edges : LongDiffArray in class org.apache.giraph.edge.LongDiffNullArrayEdges | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type transientData : TransientChanges to edges : LongDiffArray in class org.apache.giraph.edge.LongDiffNullArrayEdges | From | To | |
Rename Parameter | 1 | ||
Rename Parameter edges : Iterable<Edge<LongWritable,NullWritable>> to edgeIterator : Iterable<Edge<LongWritable,NullWritable>> in method public initialize(edgeIterator Iterable<Edge<LongWritable,NullWritable>>) : void in class org.apache.giraph.edge.LongDiffNullArrayEdges | From | To |