03cb80e0c969192fd5f1e6a9065c3aab344c34ce
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public setislandWithoutStopsMaxSize(islandWithoutStopsMaxSize int) : void renamed to public setPruningThresholdIslandWithoutStops(pruningThresholdIslandWithoutStops int) : void in class org.opentripplanner.graph_builder.module.PruneFloatingIslands | From | To | |
Rename Method public setIslandWithStopsMaxSize(islandWithStopsMaxSize int) : void renamed to public setPruningThresholdIslandWithStops(pruningThresholdIslandWithStops int) : void in class org.opentripplanner.graph_builder.module.PruneFloatingIslands | From | To | |
Rename Attribute | 4 | ||
Rename Attribute islandWithoutStopsMaxSize : int to pruningThresholdIslandWithoutStops : int in class org.opentripplanner.graph_builder.module.PruneFloatingIslands | From | To | |
Rename Attribute islandWithoutStopsMaxSize : int to pruningThresholdIslandWithoutStops : int in class org.opentripplanner.standalone.GraphBuilderParameters | From | To | |
Rename Attribute islandWithStopsMaxSize : int to pruningThresholdIslandWithStops : int in class org.opentripplanner.graph_builder.module.PruneFloatingIslands | From | To | |
Rename Attribute islandWithStopsMaxSize : int to pruningThresholdIslandWithStops : int in class org.opentripplanner.standalone.GraphBuilderParameters | From | To | |
Rename Parameter | 2 | ||
Rename Parameter islandWithoutStopsMaxSize : int to pruningThresholdIslandWithoutStops : int in method public setPruningThresholdIslandWithoutStops(pruningThresholdIslandWithoutStops int) : void in class org.opentripplanner.graph_builder.module.PruneFloatingIslands | From | To | |
Rename Parameter islandWithStopsMaxSize : int to pruningThresholdIslandWithStops : int in method public setPruningThresholdIslandWithStops(pruningThresholdIslandWithStops int) : void in class org.opentripplanner.graph_builder.module.PruneFloatingIslands | From | To |