3fd1cc9a364474bb07515447966b55146f3ddd48
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 2 | ||
Pull Up Method protected makeLinkEdges(from Vertex, to StreetVertex) : void from class org.opentripplanner.graph_builder.linking.OriginDestinationLinker to private makeTemporaryEdges(from TemporaryStreetLocation, to StreetVertex) : void from class org.opentripplanner.graph_builder.linking.SimpleStreetSplitter | From | To | |
Pull Up Method public getClosestVertex(location GenericLocation, options RoutingRequest, endVertex boolean) : Vertex from class org.opentripplanner.graph_builder.linking.OriginDestinationLinker to public getClosestVertex(location GenericLocation, options RoutingRequest, endVertex boolean) : Vertex from class org.opentripplanner.graph_builder.linking.SimpleStreetSplitter | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type from : Vertex to from : TemporaryStreetLocation in method private makeTemporaryEdges(from TemporaryStreetLocation, to StreetVertex) : void in class org.opentripplanner.graph_builder.linking.SimpleStreetSplitter | From | To | |
Inline Method | 2 | ||
Inline Method protected updateIndex(edges P2<StreetEdge>) : void inlined to private split(edge StreetEdge, ll LinearLocation, temporarySplit boolean, endVertex boolean) : SplitterVertex in class org.opentripplanner.graph_builder.linking.SimpleStreetSplitter | From | To | |
Inline Method protected removeOriginalEdge(edge StreetEdge) : void inlined to private split(edge StreetEdge, ll LinearLocation, temporarySplit boolean, endVertex boolean) : SplitterVertex in class org.opentripplanner.graph_builder.linking.SimpleStreetSplitter | From | To | |
Rename Attribute | 1 | ||
Rename Attribute originDestinationLinker : OriginDestinationLinker to simpleStreetSplitter : SimpleStreetSplitter in class org.opentripplanner.routing.impl.StreetVertexIndexServiceImpl | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type originDestinationLinker : OriginDestinationLinker to simpleStreetSplitter : SimpleStreetSplitter in class org.opentripplanner.routing.impl.StreetVertexIndexServiceImpl | From | To |