df2257eda027fc7a26e577caaee34876fd7b94b3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public nextBasicMultilingualPlaneTextValue(minLength int, maxLength int) : TextValue renamed to private nextTextValue(minLength int, maxLength int, codePointFactory CodePointFactory) : TextValue in class org.neo4j.values.storable.RandomValues | From | To | |
| Rename Method private randomInstant() : Instant renamed to private nextInstantRaw() : Instant in class org.neo4j.values.storable.RandomValues | From | To | |
| Rename Variable | 7 | ||
| Rename Variable strings : String[] to array : String[] in method private nextBasicMultilingualPlaneTextArray() : TextArray in class org.neo4j.values.storable.RandomValues | From | To | |
| Rename Variable strings : String[] to array : T[] in method private nextArray(arrayFactory IntFunction<T[]>, elementFactory ElementFactory<T>, minLength int, maxLength int) : T[] in class org.neo4j.values.storable.RandomValues | From | To | |
| Rename Variable array : PointValue[] to points : PointValue[] in method public nextGeographic3DPointArray(minLength int, maxLength int) : PointArray in class org.neo4j.values.storable.RandomValues | From | To | |
| Rename Variable strings : String[] to array : String[] in method private nextAsciiTextArray() : TextArray in class org.neo4j.values.storable.RandomValues | From | To | |
| Inline Method | 5 | ||
| Inline Method public nextAlphaNumericStringArray(minLength int, maxLength int) : TextArray inlined to public nextAlphaNumericStringArray() : TextArray in class org.neo4j.values.storable.RandomValues | From | To | |
| Inline Method private nextStringArray(minLength int, maxLength int) : TextArray inlined to public nextStringArray() : TextArray in class org.neo4j.values.storable.RandomValues | From | To | |
| Inline Method public nextTimeArray(minLength int, maxLength int) : ArrayValue inlined to public nextTimeArray() : ArrayValue in class org.neo4j.values.storable.RandomValues | From | To | |
| Inline Method public nextLocalTimeArray(minLength int, maxLength int) : ArrayValue inlined to public nextLocalTimeArray() : ArrayValue in class org.neo4j.values.storable.RandomValues | From | To | |
| Inline Method public nextDateTimeArray(minLength int, maxLength int) : ArrayValue inlined to public nextDateTimeArray() : ArrayValue in class org.neo4j.values.storable.RandomValues | From | To | |
| Change Variable Type | 4 | ||
| Change Variable Type strings : String[] to array : T[] in method private nextArray(arrayFactory IntFunction<T[]>, elementFactory ElementFactory<T>, minLength int, maxLength int) : T[] in class org.neo4j.values.storable.RandomValues | From | To | |
| Extract Method | 19 | ||
| Extract Method private nextArray(arrayFactory IntFunction<T[]>, elementFactory ElementFactory<T>, minLength int, maxLength int) : T[] extracted from public nextDateTimeArrayRaw(minLength int, maxLength int) : ZonedDateTime[] in class org.neo4j.values.storable.RandomValues | From | To | |
| Extract Method private nextArray(arrayFactory IntFunction<T[]>, elementFactory ElementFactory<T>, minLength int, maxLength int) : T[] extracted from public nextTimeArrayRaw(minLength int, maxLength int) : OffsetTime[] in class org.neo4j.values.storable.RandomValues | From | To | |
| Extract Method private nextArray(arrayFactory IntFunction<T[]>, elementFactory ElementFactory<T>, minLength int, maxLength int) : T[] extracted from public nextCartesianPointArray(minLength int, maxLength int) : PointArray in class org.neo4j.values.storable.RandomValues | From | To | |
| Extract Method private nextArray(arrayFactory IntFunction<T[]>, elementFactory ElementFactory<T>, minLength int, maxLength int) : T[] extracted from private nextAsciiTextArray() : TextArray in class org.neo4j.values.storable.RandomValues | From | To | |
| Extract Method private nextPeriodRaw() : Period extracted from public nextPeriod() : DurationValue in class org.neo4j.values.storable.RandomValues | From | To | |
| Extract Method private nextDurationRaw() : Duration extracted from public nextDuration() : DurationValue in class org.neo4j.values.storable.RandomValues | From | To | |
| Extract Method private nextArray(arrayFactory IntFunction<T[]>, elementFactory ElementFactory<T>, minLength int, maxLength int) : T[] extracted from public nextDateArrayRaw(minLength int, maxLength int) : LocalDate[] in class org.neo4j.values.storable.RandomValues | From | To | |
| Extract Method private nextArray(arrayFactory IntFunction<T[]>, elementFactory ElementFactory<T>, minLength int, maxLength int) : T[] extracted from public nextStringArrayRaw(minLength int, maxLength int, minStringLength int, maxStringLength int) : String[] in class org.neo4j.values.storable.RandomValues | From | To | |
| Extract Method private nextArray(arrayFactory IntFunction<T[]>, elementFactory ElementFactory<T>, minLength int, maxLength int) : T[] extracted from public nextLocalDateTimeArrayRaw(minLength int, maxLength int) : LocalDateTime[] in class org.neo4j.values.storable.RandomValues | From | To | |
| Extract Method private nextArray(arrayFactory IntFunction<T[]>, elementFactory ElementFactory<T>, minLength int, maxLength int) : T[] extracted from public nextGeographic3DPointArray(minLength int, maxLength int) : PointArray in class org.neo4j.values.storable.RandomValues | From | To | |
| Extract Method private nextArray(arrayFactory IntFunction<T[]>, elementFactory ElementFactory<T>, minLength int, maxLength int) : T[] extracted from public nextPeriodArrayRaw(minLength int, maxLength int) : Period[] in class org.neo4j.values.storable.RandomValues | From | To | |
| Extract Method private nextArray(arrayFactory IntFunction<T[]>, elementFactory ElementFactory<T>, minLength int, maxLength int) : T[] extracted from public nextGeographicPointArray(minLength int, maxLength int) : PointArray in class org.neo4j.values.storable.RandomValues | From | To | |
| Extract Method private nextArray(arrayFactory IntFunction<T[]>, elementFactory ElementFactory<T>, minLength int, maxLength int) : T[] extracted from private nextBasicMultilingualPlaneTextArray() : TextArray in class org.neo4j.values.storable.RandomValues | From | To | |
| Extract Method private nextArray(arrayFactory IntFunction<T[]>, elementFactory ElementFactory<T>, minLength int, maxLength int) : T[] extracted from public nextLocalTimeArrayRaw(minLength int, maxLength int) : LocalTime[] in class org.neo4j.values.storable.RandomValues | From | To | |
| Extract Method private nextArray(arrayFactory IntFunction<T[]>, elementFactory ElementFactory<T>, minLength int, maxLength int) : T[] extracted from public nextAlphaNumericStringArrayRaw(minLength int, maxLength int, minStringLength int, maxStringLength int) : String[] in class org.neo4j.values.storable.RandomValues | From | To | |
| Extract Method private nextArray(arrayFactory IntFunction<T[]>, elementFactory ElementFactory<T>, minLength int, maxLength int) : T[] extracted from public nextCartesian3DPointArray(minLength int, maxLength int) : PointArray in class org.neo4j.values.storable.RandomValues | From | To | |
| Extract Method private nextDateRaw() : LocalDate extracted from public nextDateValue() : DateValue in class org.neo4j.values.storable.RandomValues | From | To | |
| Extract Method private nextLocalTimeRaw() : LocalTime extracted from public nextLocalTimeValue() : LocalTimeValue in class org.neo4j.values.storable.RandomValues | From | To | |
| Extract Method private nextArray(arrayFactory IntFunction<T[]>, elementFactory ElementFactory<T>, minLength int, maxLength int) : T[] extracted from public nextDurationArrayRaw(minLength int, maxLength int) : Duration[] in class org.neo4j.values.storable.RandomValues | From | To |