a9e6ed82b5d4201b0c322373d7b42b9142009652
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 1 | ||
Extract Variable key : GtfsRealtime.TripDescriptor in method public fromProtobuf(graph Graph, staticGtfs GtfsStorage, encoder PtFlagEncoder, feedMessage GtfsRealtime.FeedMessage) : RealtimeFeed from class com.graphhopper.reader.gtfs.RealtimeFeed | From | To | |
Extract Interface | 1 | ||
Extract Interface com.graphhopper.reader.gtfs.GtfsStorageI from classes [com.graphhopper.reader.gtfs.GtfsStorage] | From | To | |
Extract Method | 1 | ||
Extract Method package addTrip(zoneId ZoneId, time int, arrivalNodes List<Integer>, trip GtfsReader.TripWithStopTimes, tripDescriptor GtfsRealtime.TripDescriptor) : void extracted from package addTrips(zoneId ZoneId, trips List<TripWithStopTimes>, time int) : void in class com.graphhopper.reader.gtfs.GtfsReader | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type gtfsStorage : GtfsStorage to gtfsStorage : GtfsStorageI in class com.graphhopper.reader.gtfs.GtfsReader | From | To |