d21e54c77890b3da72961a29c8c556c6f7f94cab
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public shouldSuccessfullyWriteAndReadWithinIndexKeySizeLimit() : void renamed to public shouldEnforceSizeCapSingleValue() : void in class org.neo4j.kernel.api.impl.schema.GenericIndexValidationIT | From | To | |
Rename Variable | 7 | ||
Rename Variable shorts : short[] to array : short[] in method public nextShortArray(minLength int, maxLength int) : ShortArray in class org.neo4j.values.storable.RandomValues | From | To | |
Rename Variable bytes : byte[] to array : byte[] in method public nextByteArray(minLength int, maxLength int) : ByteArray in class org.neo4j.values.storable.RandomValues | From | To | |
Rename Variable booleans : boolean[] to array : boolean[] in method public nextBooleanArray(minLength int, maxLength int) : BooleanArray in class org.neo4j.values.storable.RandomValues | From | To | |
Rename Variable floats : float[] to array : float[] in method public nextFloatArray(minLength int, maxLength int) : FloatArray in class org.neo4j.values.storable.RandomValues | From | To | |
Rename Variable doubles : double[] to array : double[] in method public nextDoubleArray(minLength int, maxLength int) : DoubleArray in class org.neo4j.values.storable.RandomValues | From | To | |
Rename Variable ints : int[] to array : int[] in method public nextIntArray(minLength int, maxLength int) : IntArray in class org.neo4j.values.storable.RandomValues | From | To | |
Rename Variable longs : long[] to array : long[] in method public nextLongArray(minLength int, maxLength int) : LongArray in class org.neo4j.values.storable.RandomValues | From | To | |
Extract Attribute | 1 | ||
Extract Attribute public SIZE_STRING_LENGTH : int in class org.neo4j.kernel.impl.index.schema.GenericKeyState | From | To | |
Rename Attribute | 1 | ||
Rename Attribute propKey : String to PROP_KEY : String in class org.neo4j.kernel.api.impl.schema.GenericIndexValidationIT | From | To | |
Extract Method | 14 | ||
Extract Method public nextFloatArrayRaw(minLength int, maxLength int) : float[] extracted from public nextFloatArray(minLength int, maxLength int) : FloatArray in class org.neo4j.values.storable.RandomValues | From | To | |
Extract Method public nextShortArrayRaw(minLength int, maxLength int) : short[] extracted from public nextShortArray(minLength int, maxLength int) : ShortArray in class org.neo4j.values.storable.RandomValues | From | To | |
Extract Method public nextDateArrayRaw(minLength int, maxLength int) : LocalDate[] extracted from public nextDateArray(minLength int, maxLength int) : ArrayValue in class org.neo4j.values.storable.RandomValues | From | To | |
Extract Method public nextDurationArrayRaw(minLength int, maxLength int) : Duration[] extracted from public nextDurationArray(minLength int, maxLength int) : ArrayValue in class org.neo4j.values.storable.RandomValues | From | To | |
Extract Method public nextTimeArrayRaw(minLength int, maxLength int) : OffsetTime[] extracted from public nextTimeArray(minLength int, maxLength int) : ArrayValue in class org.neo4j.values.storable.RandomValues | From | To | |
Extract Method public nextLongArrayRaw(minLength int, maxLength int) : long[] extracted from public nextLongArray(minLength int, maxLength int) : LongArray in class org.neo4j.values.storable.RandomValues | From | To | |
Extract Method public nextByteArrayRaw(minLength int, maxLength int) : byte[] extracted from public nextByteArray(minLength int, maxLength int) : ByteArray in class org.neo4j.values.storable.RandomValues | From | To | |
Extract Method public nextLocalTimeArrayRaw(minLength int, maxLength int) : LocalTime[] extracted from public nextLocalTimeArray(minLength int, maxLength int) : ArrayValue in class org.neo4j.values.storable.RandomValues | From | To | |
Extract Method public nextBooleanArrayRaw(minLength int, maxLength int) : boolean[] extracted from public nextBooleanArray(minLength int, maxLength int) : BooleanArray in class org.neo4j.values.storable.RandomValues | From | To | |
Extract Method public nextIntArrayRaw(minLength int, maxLength int) : int[] extracted from public nextIntArray(minLength int, maxLength int) : IntArray in class org.neo4j.values.storable.RandomValues | From | To | |
Extract Method public nextDoubleArrayRaw(minLength int, maxLength int) : double[] extracted from public nextDoubleArray(minLength int, maxLength int) : DoubleArray in class org.neo4j.values.storable.RandomValues | From | To | |
Extract Method public nextDateTimeArrayRaw(minLength int, maxLength int) : ZonedDateTime[] extracted from public nextDateTimeArray(minLength int, maxLength int) : ArrayValue in class org.neo4j.values.storable.RandomValues | From | To | |
Extract Method public nextLocalDateTimeArrayRaw(minLength int, maxLength int) : LocalDateTime[] extracted from public nextLocalDateTimeArray(minLength int, maxLength int) : ArrayValue in class org.neo4j.values.storable.RandomValues | From | To | |
Extract Method public nextPeriodArrayRaw(minLength int, maxLength int) : Period[] extracted from public nextPeriodArray(minLength int, maxLength int) : ArrayValue in class org.neo4j.values.storable.RandomValues | From | To |