152cf3673b11ab14d0ccb501735c7d508d054701
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type value : Point[] to value : PointValue[] in method package Direct(value PointValue[]) in class org.neo4j.values.storable.PointArray.Direct | From | To | |
Change Return Type | 2 | ||
Change Return Type Point[] to PointValue[] in method package abstract value() : PointValue[] in class org.neo4j.values.storable.PointArray | From | To | |
Change Return Type Point[] to PointValue[] in method package value() : PointValue[] in class org.neo4j.values.storable.PointArray.Direct | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type value : Point[] to value : PointValue[] in class org.neo4j.values.storable.PointArray.Direct | From | To | |
Extract Method | 2 | ||
Extract Method public encodeFromNumbers(array Object, offsetBytes int) : byte[] extracted from public allocateFromNumbers(target Collection<DynamicRecord>, array Object, recordAllocator DynamicRecordAllocator) : void in class org.neo4j.kernel.impl.store.DynamicArrayStore | From | To | |
Extract Method public asBytes(offsetBytes int) : byte[] extracted from public asBytes() : byte[] in class org.neo4j.kernel.impl.util.Bits | From | To |