00eb7cce447efc2aa7e3631851769e530335db21
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type IntersectionVertex to OsmVertex in method private recordLevel(node OSMNode, way OSMWithTags) : OsmVertex in class org.opentripplanner.graph_builder.module.osm.OpenStreetMapModule.Handler | From | To | |
Change Variable Type | 4 | ||
Change Variable Type vertex : IntersectionVertex to vertex : OsmVertex in method private recordLevel(node OSMNode, way OSMWithTags) : OsmVertex in class org.opentripplanner.graph_builder.module.osm.OpenStreetMapModule.Handler | From | To | |
Change Variable Type vertices : HashMap<OSMLevel,IntersectionVertex> to vertices : HashMap<OSMLevel,OsmVertex> in method private buildElevatorEdges(graph Graph) : void in class org.opentripplanner.graph_builder.module.osm.OpenStreetMapModule.Handler | From | To | |
Change Variable Type sourceVertex : IntersectionVertex to sourceVertex : OsmVertex in method private buildElevatorEdges(graph Graph) : void in class org.opentripplanner.graph_builder.module.osm.OpenStreetMapModule.Handler | From | To | |
Change Variable Type vertices : HashMap<OSMLevel,IntersectionVertex> to vertices : HashMap<OSMLevel,OsmVertex> in method private recordLevel(node OSMNode, way OSMWithTags) : OsmVertex in class org.opentripplanner.graph_builder.module.osm.OpenStreetMapModule.Handler | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type multiLevelNodes : HashMap<Long,HashMap<OSMLevel,IntersectionVertex>> to multiLevelNodes : HashMap<Long,HashMap<OSMLevel,OsmVertex>> in class org.opentripplanner.graph_builder.module.osm.OpenStreetMapModule.Handler | From | To | |
Rename Parameter | 2 | ||
Rename Parameter start : IntersectionVertex to startEndpoint : IntersectionVertex in method private getEdgeForStreet(startEndpoint IntersectionVertex, endEndpoint IntersectionVertex, way OSMWay, index int, startNode long, endNode long, length double, permissions StreetTraversalPermission, geometry LineString, back boolean) : StreetEdge in class org.opentripplanner.graph_builder.module.osm.OpenStreetMapModule.Handler | From | To | |
Rename Parameter end : IntersectionVertex to endEndpoint : IntersectionVertex in method private getEdgeForStreet(startEndpoint IntersectionVertex, endEndpoint IntersectionVertex, way OSMWay, index int, startNode long, endNode long, length double, permissions StreetTraversalPermission, geometry LineString, back boolean) : StreetEdge in class org.opentripplanner.graph_builder.module.osm.OpenStreetMapModule.Handler | From | To |