00866ceb1a49dfed42e3a8b51ed3e6bc0b9dbff9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method package getDirection(nextI Instruction) : String renamed to package calcDirection(nextI Instruction) : String in class com.graphhopper.util.Instruction | From | To | |
| Rename Method public testGetAzimuthAndGetDirection() : void renamed to public testCalcAzimuthAndGetDirection() : void in class com.graphhopper.util.InstructionTest | From | To | |
| Rename Variable | 2 | ||
| Rename Variable instr : Instruction to currInstr : Instruction in method public createGPX(trackName String, startTimeMillis long, timeZoneId String, includeElevation boolean) : String in class com.graphhopper.util.InstructionList | From | To | |
| Rename Variable nextI : Instruction to nextInstr : Instruction in method public createGPX(trackName String, startTimeMillis long, timeZoneId String, includeElevation boolean) : String in class com.graphhopper.util.InstructionList | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type azimuth : String to azimuth : double in method private createRteptBlock(output StringBuilder, instruction Instruction, nextI Instruction) : void in class com.graphhopper.util.InstructionList | From | To |