3afea120852b8768f9a016eb9892350304cb1cc3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type InputIterator<ENTITY> to InputEntityDeserializer<ENTITY> in method protected abstract entityDeserializer(dataStream CharSeeker, dataHeader Header, decorator Function<ENTITY,ENTITY>) : InputEntityDeserializer<ENTITY> in class org.neo4j.unsafe.impl.batchimport.input.csv.InputGroupsDeserializer | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type currentInput : InputIterator<ENTITY> to currentInput : InputEntityDeserializer<ENTITY> in class org.neo4j.unsafe.impl.batchimport.input.csv.InputGroupsDeserializer | From | To |