7ecf07b4c9ce4bca40cbe2e386698ca773174ef2
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private getGtfsAsBundles(gtfs MockGtfs) : GtfsBundles renamed to private getGtfsAsBundleList(gtfs MockGtfs) : List<GtfsBundle> in class org.opentripplanner.graph_builder.module.GtfsGraphBuilderModuleTest | From | To | |
Rename Variable | 2 | ||
Rename Variable bundles : GtfsBundles to bundleList : List<GtfsBundle> in method public testNoBikesByDefault() : void in class org.opentripplanner.graph_builder.module.GtfsGraphBuilderModuleTest | From | To | |
Rename Variable bundles : GtfsBundles to bundleList : List<GtfsBundle> in method public testBikesByDefault() : void in class org.opentripplanner.graph_builder.module.GtfsGraphBuilderModuleTest | From | To | |
Change Return Type | 1 | ||
Change Return Type GtfsBundles to List<GtfsBundle> in method private getGtfsAsBundleList(gtfs MockGtfs) : List<GtfsBundle> in class org.opentripplanner.graph_builder.module.GtfsGraphBuilderModuleTest | From | To | |
Change Variable Type | 2 | ||
Change Variable Type bundles : GtfsBundles to bundleList : List<GtfsBundle> in method public testNoBikesByDefault() : void in class org.opentripplanner.graph_builder.module.GtfsGraphBuilderModuleTest | From | To | |
Change Variable Type bundles : GtfsBundles to bundleList : List<GtfsBundle> in method public testBikesByDefault() : void in class org.opentripplanner.graph_builder.module.GtfsGraphBuilderModuleTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter gtfsBundles : List<GtfsBundle> to bundles : List<GtfsBundle> in method public GtfsModule(bundles List<GtfsBundle>) in class org.opentripplanner.graph_builder.module.GtfsModule | From | To |