9725329c803b0e949ca92f573c064eb98f050916
Files Diff
- Added: 9
- Removed: 2
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type entry : Header.Entry to name : String in method public addProperty(name String, value Object) : void in class org.neo4j.unsafe.impl.batchimport.input.csv.InputEntityDeserialization | From | To | |
| Change Parameter Type entry : Header.Entry to entry : Entry in method public handle(entry Entry, value Object) : void in class org.neo4j.unsafe.impl.batchimport.input.csv.InputNodeDeserialization | From | To | |
| Move Method | 3 | ||
| Move Method protected addProperty(entry Header.Entry, value Object) : void from class org.neo4j.unsafe.impl.batchimport.input.csv.InputEntityDeserializer to public addProperty(name String, value Object) : void from class org.neo4j.unsafe.impl.batchimport.input.csv.InputEntityDeserialization | From | To | |
| Move Method private properties() : Object[] from class org.neo4j.unsafe.impl.batchimport.input.csv.InputEntityDeserializer to protected properties() : Object[] from class org.neo4j.unsafe.impl.batchimport.input.csv.InputEntityDeserialization | From | To | |
| Move Method private ensurePropertiesArrayCapacity(length int) : void from class org.neo4j.unsafe.impl.batchimport.input.csv.InputEntityDeserializer to private ensurePropertiesArrayCapacity(length int) : void from class org.neo4j.unsafe.impl.batchimport.input.csv.InputEntityDeserialization | From | To | |
| Move Attribute | 3 | ||
| Move Attribute private properties : Object[] from class org.neo4j.unsafe.impl.batchimport.input.csv.InputEntityDeserializer to private properties : Object[] from class org.neo4j.unsafe.impl.batchimport.input.csv.InputEntityDeserialization | From | To | |
| Move Attribute private propertiesCursor : int from class org.neo4j.unsafe.impl.batchimport.input.csv.InputEntityDeserializer to private propertiesCursor : int from class org.neo4j.unsafe.impl.batchimport.input.csv.InputEntityDeserialization | From | To | |
| Move Attribute private random : Random from class org.neo4j.tooling.CsvDataGenerator to private random : Random from class org.neo4j.tooling.RandomDataIterator | From | To | |
| Extract Class | 1 | ||
| Extract Class org.neo4j.unsafe.impl.batchimport.input.csv.InputEntityDeserialization from class org.neo4j.unsafe.impl.batchimport.input.csv.InputEntityDeserializer | From | To | |
| Rename Class | 1 | ||
| Rename Class org.neo4j.unsafe.impl.batchimport.input.csv.InputNodeDeserializer renamed to org.neo4j.unsafe.impl.batchimport.input.csv.InputNodeDeserialization | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass org.neo4j.unsafe.impl.batchimport.input.csv.InputEntityDeserialization from classes [org.neo4j.unsafe.impl.batchimport.input.csv.InputNodeDeserialization] | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type deserializer : InputNodeDeserializer to deserializer : InputEntityDeserializer<InputNode> in class org.neo4j.unsafe.impl.batchimport.input.csv.ExternalPropertiesDecorator | From | To | |
| Extract Method | 3 | ||
| Extract Method public sillyNodeHeader(idType IdType, extractors Extractors) : Header extracted from public main(arguments String[]) : void in class org.neo4j.tooling.CsvDataGenerator | From | To | |
| Extract Method public bareboneRelationshipHeader(idType IdType, extractors Extractors) : Header extracted from public main(arguments String[]) : void in class org.neo4j.tooling.CsvDataGenerator | From | To | |
| Extract Method private addLabels(entry Entry, value Object) : void extracted from protected handleValue(entry Header.Entry, value Object) : void in class org.neo4j.unsafe.impl.batchimport.input.csv.InputNodeDeserialization | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter entry : Header.Entry to name : String in method public addProperty(name String, value Object) : void in class org.neo4j.unsafe.impl.batchimport.input.csv.InputEntityDeserialization | From | To |