47498b7e1f267561803914a32022bdb50d2c9b62
Files Diff
- Added: 1
- Removed: 2
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method package mapCollection(entities Collection<S>, mapper Function<S,T>) : Collection<T> from class org.opentripplanner.gtfs.mapping.MapCollection to public mapToList(entities Collection<S>, mapper Function<S,T>) : List<T> from class org.opentripplanner.util.MapUtils | From | To | |
Change Return Type | 1 | ||
Change Return Type Collection<T> to List<T> in method public mapToList(entities Collection<S>, mapper Function<S,T>) : List<T> in class org.opentripplanner.util.MapUtils | From | To |