d5d0ef06778937332dbb5248a35f69c51feac7c1
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 2 | ||
| Pull Up Method public FullParser() from class org.opentripplanner.osm.FullParser to public Parser(diskPath String) from class org.opentripplanner.osm.Parser | From | To | |
| Pull Up Method public FullParser() from class org.opentripplanner.osm.FullParser to public Parser() from class org.opentripplanner.osm.Parser | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type diskBacked : boolean to diskPath : String in method public OSM(diskPath String) in class org.opentripplanner.osm.OSM | From | To | |
| Rename Variable | 1 | ||
| Rename Variable fp : FullParser to parser : Parser in method public fromPBF(pbfFile String) : OSM in class org.opentripplanner.osm.OSM | From | To | |
| Move Attribute | 1 | ||
| Move Attribute public intersections : NodeTracker from class org.opentripplanner.osm.OSM to package intersections : NodeTracker from class org.opentripplanner.osm.VexPbfParser | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type fp : FullParser to parser : Parser in method public fromPBF(pbfFile String) : OSM in class org.opentripplanner.osm.OSM | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter diskBacked : boolean to diskPath : String in method public OSM(diskPath String) in class org.opentripplanner.osm.OSM | From | To |