569035ba7b5ab10c1151bd18bc773a1029331007
Files Diff
- Added: 5
- Removed: 2
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Subclass | 1 | ||
Extract Subclass org.neo4j.kernel.impl.newapi.Store from class org.neo4j.kernel.impl.newapi.Read | From | To | |
Change Parameter Type | 4 | ||
Change Parameter Type cursor : CursorProgressor.Cursor<IndexState.NodeValue> to cursor : IndexCursorProgressor.NodeValueCursor in method public query(cursor IndexCursorProgressor.NodeValueCursor, query IndexQuery...) : void in class org.neo4j.storageengine.api.schema.IndexReader | From | To | |
Change Parameter Type target : CursorProgressor.Cursor<IndexState.NodeValue> to target : IndexCursorProgressor.NodeValueCursor in method package IndexCursorFilter(target IndexCursorProgressor.NodeValueCursor, node NodeCursor, property PropertyCursor, filters IndexQuery...) in class org.neo4j.kernel.impl.newapi.IndexCursorFilter | From | To | |
Change Parameter Type cursor : CursorProgressor.Cursor<IndexState.NodeValue> to cursor : IndexCursorProgressor.NodeValueCursor in method public scan(cursor IndexCursorProgressor.NodeValueCursor) : void in class org.neo4j.storageengine.api.schema.IndexReader | From | To | |
Change Parameter Type progressor : CursorProgressor<IndexState.NodeValue> to progressor : IndexCursorProgressor in method public initialize(progressor IndexCursorProgressor, keys int[]) : void in class org.neo4j.kernel.impl.newapi.IndexCursorFilter | From | To | |
Move Method | 2 | ||
Move Method public initialize(progressor CursorProgressor<IndexState.NodeValue>) : void from class org.neo4j.kernel.impl.newapi.NodeValueIndexCursor to public initialize(progressor IndexCursorProgressor, keys int[]) : void from class org.neo4j.kernel.impl.newapi.IndexCursorFilter | From | To | |
Move Method public node(reference long, keys int[], values Value[]) : void from class org.neo4j.kernel.impl.newapi.IndexCursorFilter.Progressor to public node(reference long, values Value[]) : boolean from class org.neo4j.kernel.impl.newapi.IndexCursorFilter | From | To | |
Push Down Attribute | 6 | ||
Push Down Attribute private statement : StorageStatement from class org.neo4j.kernel.impl.newapi.Read to private statement : StorageStatement from class org.neo4j.kernel.impl.newapi.Store | From | To | |
Push Down Attribute private propertyStore : PropertyStore from class org.neo4j.kernel.impl.newapi.Read to private propertyStore : PropertyStore from class org.neo4j.kernel.impl.newapi.Store | From | To | |
Push Down Attribute private nodeStore : NodeStore from class org.neo4j.kernel.impl.newapi.Read to private nodeStore : NodeStore from class org.neo4j.kernel.impl.newapi.Store | From | To | |
Push Down Attribute private relationshipStore : RelationshipStore from class org.neo4j.kernel.impl.newapi.Read to private relationshipStore : RelationshipStore from class org.neo4j.kernel.impl.newapi.Store | From | To | |
Push Down Attribute private read : StoreReadLayer from class org.neo4j.kernel.impl.newapi.Read to private read : StoreReadLayer from class org.neo4j.kernel.impl.newapi.Store | From | To | |
Push Down Attribute private groupStore : RelationshipGroupStore from class org.neo4j.kernel.impl.newapi.Read to private groupStore : RelationshipGroupStore from class org.neo4j.kernel.impl.newapi.Store | From | To | |
Move Attribute | 1 | ||
Move Attribute private keys : int[] from class org.neo4j.kernel.impl.newapi.IndexCursorFilter.Progressor to private keys : int[] from class org.neo4j.kernel.impl.newapi.IndexCursorFilter | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class org.neo4j.kernel.impl.newapi.CursorProgressor.Cursor moved and renamed to org.neo4j.kernel.impl.newapi.IndexCursorProgressor.NodeValueCursor | From | To | |
Change Variable Type | 1 | ||
Change Variable Type target : CursorProgressor.Cursor<IndexState.NodeValue> to target : IndexCursorProgressor.NodeValueCursor in method public nodeIndexSeek(index IndexReference, cursor NodeValueIndexCursor, query IndexQuery...) : void in class org.neo4j.kernel.impl.newapi.Read | From | To | |
Rename Method | 3 | ||
Rename Method public node(reference long, keys int[], values Value[]) : void renamed to public initialize(progressor IndexCursorProgressor, keys int[]) : void in class org.neo4j.kernel.impl.newapi.NodeValueIndexCursor | From | To | |
Rename Method public empty() : void renamed to public done() : void in class org.neo4j.kernel.impl.newapi.IndexCursorProgressor.NodeValueCursor | From | To | |
Rename Method public empty() : void renamed to public done() : void in class org.neo4j.kernel.impl.newapi.IndexCursorFilter | From | To | |
Push Down Method | 23 | ||
Push Down Method public nodeLabel(name String) : int from class org.neo4j.kernel.impl.newapi.Read to public nodeLabel(name String) : int from class org.neo4j.kernel.impl.newapi.Store | From | To | |
Push Down Method package arrayPage(reference long) : PageCursor from class org.neo4j.kernel.impl.newapi.Read to package arrayPage(reference long) : PageCursor from class org.neo4j.kernel.impl.newapi.Store | From | To | |
Push Down Method private grow(buffer ByteBuffer, required int) : ByteBuffer from class org.neo4j.kernel.impl.newapi.Read to private grow(buffer ByteBuffer, required int) : ByteBuffer from class org.neo4j.kernel.impl.newapi.Store | From | To | |
Push Down Method package groupPage(reference long) : PageCursor from class org.neo4j.kernel.impl.newapi.Read to package groupPage(reference long) : PageCursor from class org.neo4j.kernel.impl.newapi.Store | From | To | |
Push Down Method package group(record RelationshipGroupRecord, reference long, page PageCursor) : void from class org.neo4j.kernel.impl.newapi.Read to package group(record RelationshipGroupRecord, reference long, page PageCursor) : void from class org.neo4j.kernel.impl.newapi.Store | From | To | |
Push Down Method public propertyKey(name String) : int from class org.neo4j.kernel.impl.newapi.Read to public propertyKey(name String) : int from class org.neo4j.kernel.impl.newapi.Store | From | To | |
Push Down Method package relationshipPage(reference long) : PageCursor from class org.neo4j.kernel.impl.newapi.Read to package relationshipPage(reference long) : PageCursor from class org.neo4j.kernel.impl.newapi.Store | From | To | |
Push Down Method package relationshipHighMark() : long from class org.neo4j.kernel.impl.newapi.Read to package relationshipHighMark() : long from class org.neo4j.kernel.impl.newapi.Store | From | To | |
Push Down Method public Read(engine RecordStorageEngine) from class org.neo4j.kernel.impl.newapi.Read to public Store(engine RecordStorageEngine) from class org.neo4j.kernel.impl.newapi.Store | From | To | |
Push Down Method package stringPage(reference long) : PageCursor from class org.neo4j.kernel.impl.newapi.Read to package stringPage(reference long) : PageCursor from class org.neo4j.kernel.impl.newapi.Store | From | To | |
Push Down Method private indexReader(index IndexReference) : IndexReader from class org.neo4j.kernel.impl.newapi.Read to package indexReader(index IndexReference) : IndexReader from class org.neo4j.kernel.impl.newapi.Store | From | To | |
Push Down Method public index(label int, properties int...) : IndexReference from class org.neo4j.kernel.impl.newapi.Read to public index(label int, properties int...) : IndexReference from class org.neo4j.kernel.impl.newapi.Store | From | To | |
Push Down Method private newCursor(store RecordStore<R>) : RecordCursor<R> from class org.neo4j.kernel.impl.newapi.Read to private newCursor(store RecordStore<R>) : RecordCursor<R> from class org.neo4j.kernel.impl.newapi.Store | From | To | |
Push Down Method package string(cursor PropertyCursor, reference long, page PageCursor) : TextValue from class org.neo4j.kernel.impl.newapi.Read to package string(cursor PropertyCursor, reference long, page PageCursor) : TextValue from class org.neo4j.kernel.impl.newapi.Store | From | To | |
Push Down Method package array(cursor PropertyCursor, reference long, page PageCursor) : ArrayValue from class org.neo4j.kernel.impl.newapi.Read to package array(cursor PropertyCursor, reference long, page PageCursor) : ArrayValue from class org.neo4j.kernel.impl.newapi.Store | From | To | |
Push Down Method package property(record PropertyRecord, reference long, pageCursor PageCursor) : void from class org.neo4j.kernel.impl.newapi.Read to package property(record PropertyRecord, reference long, pageCursor PageCursor) : void from class org.neo4j.kernel.impl.newapi.Store | From | To | |
Push Down Method package propertyPage(reference long) : PageCursor from class org.neo4j.kernel.impl.newapi.Read to package propertyPage(reference long) : PageCursor from class org.neo4j.kernel.impl.newapi.Store | From | To | |
Push Down Method package labelCursor() : RecordCursor<DynamicRecord> from class org.neo4j.kernel.impl.newapi.Read to package labelCursor() : RecordCursor<DynamicRecord> from class org.neo4j.kernel.impl.newapi.Store | From | To | |
Push Down Method package nodePage(reference long) : PageCursor from class org.neo4j.kernel.impl.newapi.Read to package nodePage(reference long) : PageCursor from class org.neo4j.kernel.impl.newapi.Store | From | To | |
Push Down Method package node(record NodeRecord, reference long, pageCursor PageCursor) : void from class org.neo4j.kernel.impl.newapi.Read to package node(record NodeRecord, reference long, pageCursor PageCursor) : void from class org.neo4j.kernel.impl.newapi.Store | From | To | |
Push Down Method package nodeHighMark() : long from class org.neo4j.kernel.impl.newapi.Read to package nodeHighMark() : long from class org.neo4j.kernel.impl.newapi.Store | From | To | |
Push Down Method package relationship(record RelationshipRecord, reference long, pageCursor PageCursor) : void from class org.neo4j.kernel.impl.newapi.Read to package relationship(record RelationshipRecord, reference long, pageCursor PageCursor) : void from class org.neo4j.kernel.impl.newapi.Store | From | To | |
Push Down Method private readDynamic(store AbstractDynamicStore, reference long, buffer ByteBuffer, page PageCursor) : ByteBuffer from class org.neo4j.kernel.impl.newapi.Read to private readDynamic(store AbstractDynamicStore, reference long, buffer ByteBuffer, page PageCursor) : ByteBuffer from class org.neo4j.kernel.impl.newapi.Store | From | To | |
Change Return Type | 1 | ||
Change Return Type void to boolean in method public node(reference long, values Value[]) : boolean in class org.neo4j.kernel.impl.newapi.IndexCursorFilter | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.neo4j.kernel.impl.newapi.Store from classes [org.neo4j.kernel.impl.newapi.TempKernel.Transaction] | From | To | |
Extract Interface | 1 | ||
Extract Interface org.neo4j.kernel.impl.newapi.IndexCursorProgressor.NodeValueCursor from classes [org.neo4j.kernel.impl.newapi.NodeValueIndexCursor] | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type progressor : CursorProgressor<IndexState.NodeValue> to progressor : IndexCursorProgressor in class org.neo4j.kernel.impl.newapi.NodeValueIndexCursor | From | To | |
Change Attribute Type target : CursorProgressor.Cursor<IndexState.NodeValue> to target : IndexCursorProgressor.NodeValueCursor in class org.neo4j.kernel.impl.newapi.IndexCursorFilter | From | To |