|
Move Method package simpleXMLEscape(str String) : String from class com.graphhopper.util.InstructionList to package simpleXMLEscape(str String) : String from class com.graphhopper.util.gpx.GpxFromInstructions |
From |
To |
|
Move Method package createStartPoints() : List<List<Double>> from class com.graphhopper.util.InstructionList to private createStartPoints(instructions List<Instruction>) : List<List<Double>> from class com.graphhopper.util.InstructionListTest |
From |
To |
|
Move Method public testCreateGPXIncludesRoundaboutExitNumber() : void from class com.graphhopper.util.InstructionListTest to public testCreateGPXIncludesRoundaboutExitNumber() : void from class com.graphhopper.util.gpx.GpxFromInstructionsTest |
From |
To |
|
Move Method public testXMLEscape_issue572() : void from class com.graphhopper.util.InstructionListTest to public testXMLEscape_issue572() : void from class com.graphhopper.util.gpx.GpxFromInstructionsTest |
From |
To |
|
Move Method private createWayPointBlock(output StringBuilder, instruction Instruction, decimalFormat DecimalFormat) : void from class com.graphhopper.util.InstructionList to private createWayPointBlock(output StringBuilder, instruction Instruction, decimalFormat DecimalFormat, tr Translation) : void from class com.graphhopper.util.gpx.GpxFromInstructions |
From |
To |
|
Move Method public testCreateGPXCorrectFormattingSmallNumbers() : void from class com.graphhopper.util.InstructionListTest to public testCreateGPXCorrectFormattingSmallNumbers() : void from class com.graphhopper.util.gpx.GpxFromInstructionsTest |
From |
To |
|
Move Method public testCreateGPX() : void from class com.graphhopper.util.InstructionListTest to public testCreateGPX() : void from class com.graphhopper.util.gpx.GpxFromInstructionsTest |
From |
To |
|
Move Method private flagsForSpeed(encodingManager EncodingManager, speedKmPerHour int) : IntsRef from class com.graphhopper.util.InstructionListTest to private flagsForSpeed(encodingManager EncodingManager, speedKmPerHour int) : IntsRef from class com.graphhopper.util.gpx.GpxFromInstructionsTest |
From |
To |
|
Move Method public createRteptBlock(output StringBuilder, instruction Instruction, nextI Instruction, decimalFormat DecimalFormat) : void from class com.graphhopper.util.InstructionList to private createRteptBlock(output StringBuilder, instruction Instruction, nextI Instruction, decimalFormat DecimalFormat, tr Translation) : void from class com.graphhopper.util.gpx.GpxFromInstructions |
From |
To |
|
Move Method public testInstructionsWithTimeAndPlace() : void from class com.graphhopper.util.InstructionListTest to public testInstructionsWithTimeAndPlace() : void from class com.graphhopper.util.gpx.GpxFromInstructionsTest |
From |
To |
|
Move Method public createGPX(trackName String, startTimeMillis long, includeElevation boolean, withRoute boolean, withTrack boolean, withWayPoints boolean, version String) : String from class com.graphhopper.util.InstructionList to public createGPX(instructions InstructionList, trackName String, startTimeMillis long, includeElevation boolean, withRoute boolean, withTrack boolean, withWayPoints boolean, version String, tr Translation) : String from class com.graphhopper.util.gpx.GpxFromInstructions |
From |
To |
|
Move Method public verifyGPX(gpx String) : void from class com.graphhopper.util.InstructionListTest to private verifyGPX(gpx String) : void from class com.graphhopper.util.gpx.GpxFromInstructionsTest |
From |
To |