443978200595d6c8cf95381ecd7f0075922e85bc
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 28
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 5 | ||
Push Down Method public writeTo(writer AnyValueWriter<E>) : void from class org.neo4j.values.virtual.ListValue to public writeTo(writer AnyValueWriter<E>) : void from class org.neo4j.values.virtual.ListValue.ArrayValueListValue | From | To | |
Push Down Method package ListValue(values AnyValue[]) from class org.neo4j.values.virtual.ListValue to package ArrayListValue(values AnyValue[]) from class org.neo4j.values.virtual.ListValue.ArrayListValue | From | To | |
Push Down Method public toString() : String from class org.neo4j.values.virtual.ListValue to public toString() : String from class org.neo4j.values.virtual.ListValue.ArrayListValue | From | To | |
Push Down Method public value(offset int) : AnyValue from class org.neo4j.values.virtual.ListValue to public value(offset int) : AnyValue from class org.neo4j.values.virtual.ListValue.ArrayValueListValue | From | To | |
Push Down Method public hash() : int from class org.neo4j.values.virtual.ListValue to public hash() : int from class org.neo4j.values.virtual.ListValue.ArrayValueListValue | From | To | |
Extract Subclass | 1 | ||
Extract Subclass org.neo4j.values.virtual.ListValue.ArrayValueListValue from class org.neo4j.values.virtual.ListValue | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type startNodeId : long to startNode : NodeValue in method package EdgeValue(id long, startNode NodeValue, endNode NodeValue, type TextValue, properties MapValue) in class org.neo4j.values.virtual.EdgeValue | From | To | |
Change Parameter Type endNodeId : long to endNode : NodeValue in method package EdgeValue(id long, startNode NodeValue, endNode NodeValue, type TextValue, properties MapValue) in class org.neo4j.values.virtual.EdgeValue | From | To | |
Change Return Type | 18 | ||
Change Return Type Value to DoubleValue in method public doubleValue(value double) : DoubleValue in class org.neo4j.values.storable.Values | From | To | |
Change Return Type Value to BooleanArray in method public booleanArray(value boolean[]) : BooleanArray in class org.neo4j.values.storable.Values | From | To | |
Change Return Type Value to TextArray in method public stringArray(value String[]) : TextArray in class org.neo4j.values.storable.Values | From | To | |
Change Return Type Value to ShortValue in method public shortValue(value short) : ShortValue in class org.neo4j.values.storable.Values | From | To | |
Change Return Type Value to IntValue in method public intValue(value int) : IntValue in class org.neo4j.values.storable.Values | From | To | |
Change Return Type Value to DoubleArray in method public doubleArray(value double[]) : DoubleArray in class org.neo4j.values.storable.Values | From | To | |
Change Return Type Value to ByteArray in method public byteArray(value byte[]) : ByteArray in class org.neo4j.values.storable.Values | From | To | |
Change Return Type long to NodeValue in method public endNode() : NodeValue in class org.neo4j.values.virtual.EdgeValue | From | To | |
Change Return Type Value to CharValue in method public charValue(value char) : CharValue in class org.neo4j.values.storable.Values | From | To | |
Change Return Type Value to ByteValue in method public byteValue(value byte) : ByteValue in class org.neo4j.values.storable.Values | From | To | |
Change Return Type Value to LongValue in method public longValue(value long) : LongValue in class org.neo4j.values.storable.Values | From | To | |
Change Return Type Value to ShortArray in method public shortArray(value short[]) : ShortArray in class org.neo4j.values.storable.Values | From | To | |
Change Return Type Value to FloatArray in method public floatArray(value float[]) : FloatArray in class org.neo4j.values.storable.Values | From | To | |
Change Return Type Value to BooleanValue in method public booleanValue(value boolean) : BooleanValue in class org.neo4j.values.storable.Values | From | To | |
Change Return Type Value to IntArray in method public intArray(value int[]) : IntArray in class org.neo4j.values.storable.Values | From | To | |
Change Return Type Value to FloatValue in method public floatValue(value float) : FloatValue in class org.neo4j.values.storable.Values | From | To | |
Change Return Type Value to CharArray in method public charArray(value char[]) : CharArray in class org.neo4j.values.storable.Values | From | To | |
Change Return Type long to NodeValue in method public startNode() : NodeValue in class org.neo4j.values.virtual.EdgeValue | From | To | |
Push Down Attribute | 1 | ||
Push Down Attribute private values : AnyValue[] from class org.neo4j.values.virtual.ListValue to private values : AnyValue[] from class org.neo4j.values.virtual.ListValue.ArrayListValue | From | To | |
Rename Class | 1 | ||
Rename Class org.neo4j.values.virtual.PointValue.CarthesianPointValue renamed to org.neo4j.values.virtual.PointValue.CartesianPointValue | From | To | |
Rename Attribute | 2 | ||
Rename Attribute endNodeId : long to endNode : NodeValue in class org.neo4j.values.virtual.EdgeValue | From | To | |
Rename Attribute startNodeId : long to startNode : NodeValue in class org.neo4j.values.virtual.EdgeValue | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type startNodeId : long to startNode : NodeValue in class org.neo4j.values.virtual.EdgeValue | From | To | |
Change Attribute Type endNodeId : long to endNode : NodeValue in class org.neo4j.values.virtual.EdgeValue | From | To | |
Extract Method | 2 | ||
Extract Method public asPathValue(path Path) : PathValue extracted from public of(object Object) : AnyValue in class org.neo4j.values.AnyValues | From | To | |
Extract Method public asListValue(collection Iterable<?>) : ListValue extracted from public of(object Object) : AnyValue in class org.neo4j.values.AnyValues | From | To | |
Rename Parameter | 2 | ||
Rename Parameter startNodeId : long to startNode : NodeValue in method package EdgeValue(id long, startNode NodeValue, endNode NodeValue, type TextValue, properties MapValue) in class org.neo4j.values.virtual.EdgeValue | From | To | |
Rename Parameter endNodeId : long to endNode : NodeValue in method package EdgeValue(id long, startNode NodeValue, endNode NodeValue, type TextValue, properties MapValue) in class org.neo4j.values.virtual.EdgeValue | From | To |