UpdateRouteNames throws a null pointer if given a route_longname that is null.
Expected behavior:
This update sets the long name to equal the short name because both cannot be null according to gtfs spec, it then continues with the regular transformation.
Please make sure these boxes are checked before submitting your pull request - thanks!
[x] Format the title like "Fix # - short description of fix and changes"
Summary:
UpdateRouteNames throws a null pointer if given a route_longname that is null.
Expected behavior:
This update sets the long name to equal the short name because both cannot be null according to gtfs spec, it then continues with the regular transformation.
Please make sure these boxes are checked before submitting your pull request - thanks!