f2a5c87179d7e3cdf03b878b034e1d79ace9efc8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public shouldSupportLeadSeconds() : void renamed to public shouldSupportLeapSeconds() : void in class org.neo4j.values.storable.DateTimeValueTest | From | To | |
Rename Variable | 1 | ||
Rename Variable selecting : boolean to selectingTime : boolean in method public buildInternal() : TimeValue in class org.neo4j.values.storable.TimeValue.builder | From | To | |
Change Variable Type | 2 | ||
Change Variable Type timePart : OffsetTime to timePart : LocalTime in method public buildInternal() : DateTimeValue in class org.neo4j.values.storable.DateTimeValue.builder | From | To | |
Change Variable Type time : OffsetTime to time : LocalTime in method public buildInternal() : DateTimeValue in class org.neo4j.values.storable.DateTimeValue.builder | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method package getZoneId(defaultZone Supplier<ZoneId>) : ZoneId extracted from package builder(defaultZone Supplier<ZoneId>) : DateTimeBuilder<DateTimeValue> in class org.neo4j.values.storable.DateTimeValue & moved to class org.neo4j.values.storable.DateValue | From | To |