63893721020d85be835143490ff62b7deec0ec16
Files Diff
- Added: 3
- Removed: 3
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Attribute | 1 | ||
Extract Attribute public UTC : TimeZone in class com.graphhopper.util.Helper | From | To | |
Move Class | 3 | ||
Move Class com.graphhopper.reader.osm.ConditionalTagsInspector moved to com.graphhopper.reader.osm.conditional.ConditionalTagsInspector | From | To | |
Move Class com.graphhopper.reader.osm.ConditionalTagsInspectorTest moved to com.graphhopper.reader.osm.conditional.ConditionalTagsInspectorTest | From | To | |
Move Class com.graphhopper.reader.osm.CalendarBasedTest moved to com.graphhopper.reader.osm.conditional.CalendarBasedTest | From | To | |
Extract Variable | 1 | ||
Extract Variable currentDayOfWeek : int in method public isInRange(date Calendar) : boolean from class com.graphhopper.reader.osm.conditional.DateRange | From | To | |
Extract Method | 2 | ||
Extract Method package createCalendar() : Calendar extracted from public parseDateString(dateString String) : ParsedCalendar in class com.graphhopper.reader.osm.conditional.DateRangeParser | From | To | |
Extract Method public createFormatter(str String) : DateFormat extracted from public createFormatter() : DateFormat in class com.graphhopper.util.Helper | From | To | |
Change Attribute Type | 5 | ||
Change Attribute Type yearMonthDayFormat : SimpleDateFormat to yearMonthDayFormat : DateFormat in class com.graphhopper.reader.osm.conditional.DateRangeParser | From | To | |
Change Attribute Type monthDayFormat : SimpleDateFormat to monthDayFormat : DateFormat in class com.graphhopper.reader.osm.conditional.DateRangeParser | From | To | |
Change Attribute Type monthFormat : SimpleDateFormat to monthFormat : DateFormat in class com.graphhopper.reader.osm.conditional.DateRangeParser | From | To | |
Change Attribute Type monthDay2Format : SimpleDateFormat to monthDay2Format : DateFormat in class com.graphhopper.reader.osm.conditional.DateRangeParser | From | To | |
Change Attribute Type yearMonthFormat : SimpleDateFormat to yearMonthFormat : DateFormat in class com.graphhopper.reader.osm.conditional.DateRangeParser | From | To | |
Rename Parameter | 1 | ||
Rename Parameter date : Calendar to cal : Calendar in method public ConditionalTagsInspector(cal Calendar, tagsToCheck List<String>, restrictiveValues Set<String>, permittedValues Set<String>) in class com.graphhopper.reader.osm.conditional.ConditionalTagsInspector | From | To |