a989c4dec9eeb4b203fb0f91f3030c8b27b605ba
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type decorator : Function<ENTITY,ENTITY> to decorator : Decorator<ENTITY> in method package InputEntityDeserializer(header Header, data CharSeeker, delimiter int, deserialization Deserialization<ENTITY>, decorator Decorator<ENTITY>, validator Validator<ENTITY>, badCollector Collector) in class org.neo4j.unsafe.impl.batchimport.input.csv.InputEntityDeserializer | From | To | |
Change Variable Type | 2 | ||
Change Variable Type externalPropertiesDecorator : Function<InputNode,InputNode> to externalPropertiesDecorator : Decorator<InputNode> in method public shouldCombineNodesWithExternalPropertiesFile() : void in class org.neo4j.unsafe.impl.batchimport.input.csv.ExternalPropertiesDecoratorTest | From | To | |
Change Variable Type externalPropertiesDecorator : Function<InputNode,InputNode> to externalPropertiesDecorator : Decorator<InputNode> in method public shouldCombineNodesWithExternalPropertyArraysFile() : void in class org.neo4j.unsafe.impl.batchimport.input.csv.ExternalPropertiesDecoratorTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type decorator : Function<ENTITY,ENTITY> to decorator : Decorator<ENTITY> in class org.neo4j.unsafe.impl.batchimport.input.csv.InputEntityDeserializer | From | To |