c5b6b7ff58e9c0e39261d5c2428d5066da7b4f86
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 1 | ||
| Pull Up Method public setLimitVisitedNodes(nodes int) : DijkstraOneToMany from class com.graphhopper.routing.DijkstraOneToMany to public setMaxVisitedNodes(numberOfNodes int) : void from class com.graphhopper.routing.AbstractRoutingAlgorithm | From | To | |
| Change Return Type | 1 | ||
| Change Return Type DijkstraOneToMany to void in method public setMaxVisitedNodes(numberOfNodes int) : void in class com.graphhopper.routing.AbstractRoutingAlgorithm | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter nodes : int to numberOfNodes : int in method public setMaxVisitedNodes(numberOfNodes int) : void in class com.graphhopper.routing.AbstractRoutingAlgorithm | From | To |