4b633c0ffb88cebfedb8abf6f2a2424e7df7f2d8
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 5 | ||
Rename Variable old_vw : double to old_vWeight : double in method public doSomeWork() : void in class org.opentripplanner.routing.algorithm.strategies.InterleavedBidirectionalHeuristic | From | To | |
Rename Variable ew : double to edgeWeight : double in method public doSomeWork() : void in class org.opentripplanner.routing.algorithm.strategies.InterleavedBidirectionalHeuristic | From | To | |
Rename Variable uw : double to uWeight : int in method public doSomeWork() : void in class org.opentripplanner.routing.algorithm.strategies.InterleavedBidirectionalHeuristic | From | To | |
Rename Variable w : double to weight : double in method private streetSearch(rr RoutingRequest, fromTarget boolean, abortTime long) : TObjectDoubleMap<Vertex> in class org.opentripplanner.routing.algorithm.strategies.InterleavedBidirectionalHeuristic | From | To | |
Rename Variable vw : double to new_vWeight : double in method public doSomeWork() : void in class org.opentripplanner.routing.algorithm.strategies.InterleavedBidirectionalHeuristic | From | To | |
Change Return Type | 1 | ||
Change Return Type List<State> to TObjectDoubleMap<Vertex> in method private streetSearch(rr RoutingRequest, fromTarget boolean, abortTime long) : TObjectDoubleMap<Vertex> in class org.opentripplanner.routing.algorithm.strategies.InterleavedBidirectionalHeuristic | From | To | |
Rename Attribute | 3 | ||
Rename Attribute options : RoutingRequest to routingRequest : RoutingRequest in class org.opentripplanner.routing.algorithm.strategies.InterleavedBidirectionalHeuristic | From | To | |
Rename Attribute q : BinHeap<Vertex> to transitQueue : BinHeap<Vertex> in class org.opentripplanner.routing.algorithm.strategies.InterleavedBidirectionalHeuristic | From | To | |
Rename Attribute weights : TObjectDoubleHashMap<Vertex> to verticesNearTarget : TObjectDoubleMap<Vertex> in class org.opentripplanner.routing.algorithm.strategies.InterleavedBidirectionalHeuristic | From | To | |
Change Variable Type | 1 | ||
Change Variable Type uw : double to uWeight : int in method public doSomeWork() : void in class org.opentripplanner.routing.algorithm.strategies.InterleavedBidirectionalHeuristic | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type weights : TObjectDoubleHashMap<Vertex> to verticesNearTarget : TObjectDoubleMap<Vertex> in class org.opentripplanner.routing.algorithm.strategies.InterleavedBidirectionalHeuristic | From | To | |
Rename Parameter | 1 | ||
Rename Parameter options : RoutingRequest to request : RoutingRequest in method public initialize(request RoutingRequest, abortTime long) : void in class org.opentripplanner.routing.algorithm.strategies.InterleavedBidirectionalHeuristic | From | To |