2247498835808daac94ef9f1ad07638e0887bd9d
Files Diff
- Added: 7
- Removed: 5
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public addRule(rule SpatialRule) : void renamed to private addRuleInternal(rule SpatialRule) : void in class com.graphhopper.routing.util.spatialrules.SpatialRuleLookupArray | From | To | |
Rename Variable | 5 | ||
Rename Variable bounds : BBox to spatialRules : List<SpatialRule> in method public testSmallScenario() : void in class com.graphhopper.routing.util.spatialrules.SpatialRuleLookupArrayTest | From | To | |
Rename Variable bounds : BBox to spatialRules : List<SpatialRule> in method public testExact() : void in class com.graphhopper.routing.util.spatialrules.SpatialRuleLookupArrayTest | From | To | |
Rename Variable germanyRule : SpatialRule to germany : SpatialRule in method public testSpatialLookup() : void in class com.graphhopper.routing.util.spatialrules.SpatialRuleLookupArrayTest | From | To | |
Rename Variable bounds : BBox to spatialRules : List<SpatialRule> in method public testExactAdjacentBorder() : void in class com.graphhopper.routing.util.spatialrules.SpatialRuleLookupArrayTest | From | To | |
Rename Variable spatialRuleLookup : SpatialRuleLookup to index : SpatialRuleLookup in method package createGraphHopper(args CmdArgs) : GraphHopper in class com.graphhopper.http.GraphHopperModule | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class com.graphhopper.routing.util.spatialrules.SpatialRuleLookupBuilder.SpatialRuleDefaultFactory moved and renamed to com.graphhopper.spatialrules.CountriesSpatialRuleFactory | From | To | |
Move Class | 3 | ||
Move Class com.graphhopper.routing.util.spatialrules.SpatialRuleLookupBuilder.SpatialRuleFactory moved to com.graphhopper.spatialrules.SpatialRuleLookupBuilder.SpatialRuleFactory | From | To | |
Move Class com.graphhopper.routing.util.spatialrules.countries.DefaultSpatialRule moved to com.graphhopper.routing.util.spatialrules.DefaultSpatialRule | From | To | |
Move Class com.graphhopper.http.SpatialRuleLookupBuilderTest moved to com.graphhopper.spatialrules.SpatialRuleLookupBuilderTest | From | To | |
Change Variable Type | 4 | ||
Change Variable Type rule : SpatialRule to rule : AbstractSpatialRule in method private getSpatialRule(p Polygon, name String) : SpatialRule in class com.graphhopper.routing.util.spatialrules.SpatialRuleLookupArrayTest | From | To | |
Change Variable Type bounds : BBox to spatialRules : List<SpatialRule> in method public testSmallScenario() : void in class com.graphhopper.routing.util.spatialrules.SpatialRuleLookupArrayTest | From | To | |
Change Variable Type bounds : BBox to spatialRules : List<SpatialRule> in method public testExact() : void in class com.graphhopper.routing.util.spatialrules.SpatialRuleLookupArrayTest | From | To | |
Change Variable Type bounds : BBox to spatialRules : List<SpatialRule> in method public testExactAdjacentBorder() : void in class com.graphhopper.routing.util.spatialrules.SpatialRuleLookupArrayTest | From | To |