c46f5848fa015df703ae8334b146557834877142
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type o : Edge to o : EdgeEntry in method public compareTo(o EdgeEntry) : int in class com.graphhopper.storage.EdgeEntry | From | To | |
Move Method | 2 | ||
Move Method public compareTo(o Edge) : int from class com.graphhopper.storage.Edge to public compareTo(o EdgeEntry) : int from class com.graphhopper.storage.EdgeEntry | From | To | |
Move Method public toString() : String from class com.graphhopper.storage.Edge to public toString() : String from class com.graphhopper.storage.EdgeEntry | From | To | |
Move Attribute | 3 | ||
Move Attribute public edge : int from class com.graphhopper.storage.Edge to public edge : int from class com.graphhopper.storage.EdgeEntry | From | To | |
Move Attribute public weight : double from class com.graphhopper.storage.Edge to public weight : double from class com.graphhopper.storage.EdgeEntry | From | To | |
Move Attribute public adjNode : int from class com.graphhopper.storage.Edge to public adjNode : int from class com.graphhopper.storage.EdgeEntry | From | To | |
Change Variable Type | 1 | ||
Change Variable Type juQueue : PriorityQueue<Edge> to juQueue : PriorityQueue<EdgeEntry> in method public testSize() : void in class com.graphhopper.coll.AbstractBinHeapTest | From | To |