d5bc9540994268ccaf1dd506e12c5c96d6b20270
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public bind(key KEY, record RECORD, additionalData ADDITIONAL, created boolean) : void renamed to public DirectRecordProxy(key KEY, record RECORD, additionalData ADDITIONAL, created boolean) in class org.neo4j.unsafe.batchinsert.DirectRecordAccess.DirectRecordProxy | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type batch : SortedMap<KEY,DirectRecordProxy> to batch : Map<KEY,DirectRecordProxy> in class org.neo4j.unsafe.batchinsert.DirectRecordAccess | From | To | |
Rename Parameter | 1 | ||
Rename Parameter newValue : Object to propertyValue : Object in method public setNodeProperty(node long, propertyName String, propertyValue Object) : void in class org.neo4j.unsafe.batchinsert.BatchInserterImpl | From | To |