fa46df163e875c5e632af14e8e8e5dada0adc432
Files Diff
- Added: 16
- Removed: 9
- Renamed: 0
- Modified: 20
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Removed | |
com.vividsolutions:jts-core:1.14.0 | |
javax.activation:activation:1.1.1 | |
com.google.guava:guava:21.0 | |
io.dropwizard:dropwizard-testing:1.3.2 | |
junit:junit:4.12 | |
com.fasterxml.jackson.core:jackson-databind:2.9.1 | |
io.dropwizard:dropwizard-core:1.3.2 | |
org.hamcrest:hamcrest-library:1.3 | |
com.carrotsearch:hppc:0.7.2 | |
log4j:log4j:1.2.17 | |
com.squareup.okhttp3:okhttp:3.8.0 | |
javax.ws.rs:javax.ws.rs-api:2.0.1 | |
com.conveyal:gtfs-lib:2.1.0 | |
com.google.transit:gtfs-realtime-bindings:0.0.4 | |
org.apache.xmlgraphics:xmlgraphics-commons:2.1 | |
com.bedatadriven:jackson-datatype-jts:2.4 | |
org.slf4j:slf4j-api:1.7.25 | |
io.dropwizard-bundles:dropwizard-configurable-assets-bundle:1.2.2 | |
com.graphhopper:directions-api-client:0.10.0 | |
javax.xml.ws:jaxws-api:2.3.0 | |
org.assertj:assertj-core:3.6.2 | |
org.apache.commons:commons-compress:1.12 | |
org.openstreetmap.osmosis:osmosis-osm-binary:0.46 | |
org.slf4j:slf4j-log4j12:1.7.25 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getUpdateCount() : long renamed to public getUpdates() : long in class com.graphhopper.storage.change.ChangeGraphResponse | From | To | |
Move Method | 3 | ||
Move Method public testRoundaboutJsonNaN() : void from class com.graphhopper.util.InstructionListTest to public testRoundaboutJsonNaN() : void from class com.graphhopper.util.InstructionListRepresentationTest | From | To | |
Move Method private write(json Map<String,Object>) : String from class com.graphhopper.util.InstructionListTest to private write(json Map<String,Object>) : String from class com.graphhopper.util.InstructionListRepresentationTest | From | To | |
Move Method public testRoundaboutJsonIntegrity() : void from class com.graphhopper.util.InstructionListTest to public testRoundaboutJsonIntegrity() : void from class com.graphhopper.util.InstructionListRepresentationTest | From | To | |
Move Source Folder | 3 | ||
Move Source Folder core to api | From | To | |
Move Source Folder api to web-api | From | To | |
Move Source Folder core to web-api | From | To | |
Extract Class | 1 | ||
Extract Class com.graphhopper.util.InstructionListRepresentationTest from class com.graphhopper.util.InstructionListTest | From | To | |
Move Class | 2 | ||
Move Class com.graphhopper.util.details.PathDetailSerializer moved to com.graphhopper.jackson.PathDetailSerializer | From | To | |
Move Class com.graphhopper.util.details.PathDetailDeserializer moved to com.graphhopper.jackson.PathDetailDeserializer | From | To | |
Rename Attribute | 1 | ||
Rename Attribute updateCount : long to updates : long in class com.graphhopper.storage.change.ChangeGraphResponse | From | To | |
Rename Parameter | 1 | ||
Rename Parameter updateCount : long to updates : long in method public ChangeGraphResponse(updates long) in class com.graphhopper.storage.change.ChangeGraphResponse | From | To |