9133fee5e22848cb75cf2581f537dfa5f0400676
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 1 | ||
Extract Method private findOrCreateTripPattern(stopPattern StopPattern, route Route) : TripPattern extracted from public run(graph Graph) : void in class org.opentripplanner.routing.edgetype.factory.GTFSPatternHopFactory | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type tripPatterns : Map<StopPattern,TripPattern> to tripPatterns : Multimap<StopPattern,TripPattern> in class org.opentripplanner.routing.edgetype.factory.GTFSPatternHopFactory | From | To |