6d9c26510d6061fa57465f32e2569debb0775310
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 4 | ||
| Change Return Type Map<GtfsRealtime.TripDescriptor,int[]> to Map<String,int[]> in method public getBoardEdgesForTrip() : Map<String,int[]> in class com.graphhopper.reader.gtfs.GtfsStorage | From | To | |
| Change Return Type Map<GtfsRealtime.TripDescriptor,int[]> to Map<String,int[]> in method public getBoardEdgesForTrip() : Map<String,int[]> in class com.graphhopper.reader.gtfs.GtfsStorageI | From | To | |
| Change Return Type Map<GtfsRealtime.TripDescriptor,int[]> to Map<String,int[]> in method public getAlightEdgesForTrip() : Map<String,int[]> in class com.graphhopper.reader.gtfs.GtfsStorageI | From | To | |
| Change Return Type Map<GtfsRealtime.TripDescriptor,int[]> to Map<String,int[]> in method public getAlightEdgesForTrip() : Map<String,int[]> in class com.graphhopper.reader.gtfs.GtfsStorage | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type boardEdgesForTrip : Map<GtfsRealtime.TripDescriptor,int[]> to boardEdgesForTrip : Map<String,int[]> in method public fromProtobuf(graph Graph, staticGtfs GtfsStorage, encoder PtFlagEncoder, feedMessage GtfsRealtime.FeedMessage) : RealtimeFeed in class com.graphhopper.reader.gtfs.RealtimeFeed | From | To | |
| Change Variable Type alightEdgesForTrip : Map<GtfsRealtime.TripDescriptor,int[]> to alightEdgesForTrip : Map<String,int[]> in method public fromProtobuf(graph Graph, staticGtfs GtfsStorage, encoder PtFlagEncoder, feedMessage GtfsRealtime.FeedMessage) : RealtimeFeed in class com.graphhopper.reader.gtfs.RealtimeFeed | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type leaveEdgesForTrip : Map<GtfsRealtime.TripDescriptor,int[]> to leaveEdgesForTrip : Map<String,int[]> in class com.graphhopper.reader.gtfs.GtfsStorage | From | To | |
| Change Attribute Type boardEdgesForTrip : Map<GtfsRealtime.TripDescriptor,int[]> to boardEdgesForTrip : Map<String,int[]> in class com.graphhopper.reader.gtfs.GtfsStorage | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method package tripKey(tripId String, startTime String) : String extracted from public fromProtobuf(graph Graph, staticGtfs GtfsStorage, encoder PtFlagEncoder, feedMessage GtfsRealtime.FeedMessage) : RealtimeFeed in class com.graphhopper.reader.gtfs.RealtimeFeed & moved to class com.graphhopper.reader.gtfs.GtfsStorage | From | To |