23e64ef6f4abb6c1d93951bbcf2d36ab31b590fd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 3 | ||
Push Down Method public initGraphWeightLimit(g Graph) : Graph from class com.graphhopper.routing.AbstractRoutingAlgorithmTester to public initGraphWeightLimit(g Graph) : Graph from class com.graphhopper.routing.DijkstraOneToManyTest | From | To | |
Push Down Method public testWeightLimit_issue380() : void from class com.graphhopper.routing.AbstractRoutingAlgorithmTester to public testWeightLimit_issue380() : void from class com.graphhopper.routing.DijkstraOneToManyTest | From | To | |
Push Down Method public setWeightLimit(weight double) : void from class com.graphhopper.routing.AbstractRoutingAlgorithm to public setWeightLimit(weightLimit double) : void from class com.graphhopper.routing.DijkstraOneToMany | From | To | |
Move Method | 2 | ||
Move Method public setWeightLimit(weightLimit double) : void from class com.graphhopper.routing.AlternativeRoute to public setWeightLimit(weightLimit double) : void from class com.graphhopper.routing.DijkstraOneToMany | From | To | |
Move Method public setWeightLimit(weightLimit double) : void from class com.graphhopper.routing.RoundTripAltAlgorithm to public setWeightLimit(weightLimit double) : void from class com.graphhopper.routing.DijkstraOneToMany | From | To | |
Move Attribute | 2 | ||
Move Attribute private weightLimit : double from class com.graphhopper.routing.AlternativeRoute to private weightLimit : double from class com.graphhopper.routing.DijkstraOneToMany | From | To | |
Move Attribute private weightLimit : double from class com.graphhopper.routing.RoundTripAltAlgorithm to private weightLimit : double from class com.graphhopper.routing.DijkstraOneToMany | From | To | |
Rename Parameter | 1 | ||
Rename Parameter weight : double to weightLimit : double in method public setWeightLimit(weightLimit double) : void in class com.graphhopper.routing.DijkstraOneToMany | From | To |