0f7562a6ac9f24c49d8d58b6f9cb5c4e09438156
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 5
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Added | |
com.graphhopper:graphhopper-tools-lgpl:0.9-SNAPSHOT |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable lastElem : int to element : int in method package percolateDownMinHeap(index int) : void in class com.graphhopper.apache.commons.collections.IntDoubleBinaryHeap | From | To | |
Rename Variable lastPrio : double to key : float in method package percolateDownMinHeap(index int) : void in class com.graphhopper.apache.commons.collections.IntDoubleBinaryHeap | From | To | |
Change Return Type | 4 | ||
Change Return Type double to float in method public peek_key() : float in class com.graphhopper.apache.commons.collections.IntDoubleBinaryHeap | From | To | |
Change Return Type int to long in method public getCapacity() : long in class com.graphhopper.apache.commons.collections.IntDoubleBinaryHeap | From | To | |
Change Return Type boolean to void in method public update_(key double, element int) : void in class com.graphhopper.apache.commons.collections.IntDoubleBinaryHeap | From | To | |
Change Return Type Double to Number in method public peekKey() : Number in class com.graphhopper.apache.commons.collections.IntDoubleBinaryHeap | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class com.graphhopper.coll.OTPIntDoubleBinHeap moved and renamed to com.graphhopper.apache.commons.collections.IntDoubleBinaryHeap | From | To | |
Rename Attribute | 1 | ||
Rename Attribute elem : int[] to elements : int[] in class com.graphhopper.apache.commons.collections.IntDoubleBinaryHeap | From | To | |
Change Variable Type | 1 | ||
Change Variable Type lastPrio : double to key : float in method package percolateDownMinHeap(index int) : void in class com.graphhopper.apache.commons.collections.IntDoubleBinaryHeap | From | To | |
Extract Method | 2 | ||
Extract Method package percolateDownMinHeap(index int) : void extracted from public update_(key double, element int) : boolean in class com.graphhopper.apache.commons.collections.IntDoubleBinaryHeap | From | To | |
Extract Method package percolateDownMinHeap(index int) : void extracted from public poll_element() : int in class com.graphhopper.apache.commons.collections.IntDoubleBinaryHeap | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type GROW_FACTOR : double to GROW_FACTOR : int in class com.graphhopper.apache.commons.collections.IntDoubleBinaryHeap | From | To | |
Change Attribute Type heap : IntDoubleBinHeap to heap : IntDoubleBinaryHeap in class com.graphhopper.routing.DijkstraOneToMany | From | To | |
Rename Parameter | 1 | ||
Rename Parameter capacity : int to initialCapacity : int in method public IntDoubleBinaryHeap(initialCapacity int) in class com.graphhopper.apache.commons.collections.IntDoubleBinaryHeap | From | To |