aeedb00724aed63ce18fb76f4cb1b03867a930df
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method public setExitNr(exitNr int) : RoundaboutInstruction renamed to public setExitNumber(exitNumber int) : RoundaboutInstruction in class com.graphhopper.util.RoundaboutInstruction | From | To | |
| Rename Method public increaseExitNr() : RoundaboutInstruction renamed to public increaseExitNumber() : RoundaboutInstruction in class com.graphhopper.util.RoundaboutInstruction | From | To | |
| Rename Method public getExitNr() : int renamed to public getExitNumber() : int in class com.graphhopper.util.RoundaboutInstruction | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute exitNr : int to exitNumber : int in class com.graphhopper.util.RoundaboutInstruction | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter exitNr : int to exitNumber : int in method public setExitNumber(exitNumber int) : RoundaboutInstruction in class com.graphhopper.util.RoundaboutInstruction | From | To |