b22d0c54fb28128031424a13fae484d5b5ea4048
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected writeDiff(mode byte, compare String[], with String[]) : void renamed to protected writeLabelDiff(mode byte, compare String[], with String[]) : void in class org.neo4j.unsafe.impl.batchimport.input.InputNodeCacher | From | To | |
Change Variable Type | 1 | ||
Change Variable Type key : String to key : Object in method protected writeEntity(entity ENTITY) : void in class org.neo4j.unsafe.impl.batchimport.input.InputEntityCacher | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type tokens : PrimitiveIntObjectMap<String> to tokens : PrimitiveIntObjectMap<String>[] in class org.neo4j.unsafe.impl.batchimport.input.InputEntityReader | From | To | |
Change Attribute Type tokens : Map<String,Short> to tokens : Map<String,Short>[] in class org.neo4j.unsafe.impl.batchimport.input.InputEntityCacher | From | To | |
Change Attribute Type nextKeyId : short to nextKeyId : short[] in class org.neo4j.unsafe.impl.batchimport.input.InputEntityCacher | From | To |