415b54a80a6c9fc0b5b7c17121550c7e1d2829eb
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method package checkChildPointer(result long) : void renamed to package checkPointer(result long, allowNoNode boolean) : void in class org.neo4j.index.gbptree.PointerChecking | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute treeNode : TreeNode<MutableLong,MutableLong> to node : TreeNode<MutableLong,MutableLong> in class org.neo4j.index.gbptree.SeekCursorTest | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type cursor : TestPageCursor to cursor : PageAwareByteArrayCursor in class org.neo4j.index.gbptree.SeekCursorTest | From | To | |
| Extract Method | 2 | ||
| Extract Method private seekCursor(fromInclusive long, toExclusive long, pageCursor PageCursor, stableGen long, unstableGen long) : SeekCursor<MutableLong,MutableLong> extracted from private seekCursor(fromInclusive long, toExclusive long, pageCursor PageCursor) : SeekCursor<MutableLong,MutableLong> in class org.neo4j.index.gbptree.SeekCursorTest | From | To | |
| Extract Method private pointerCheckingWithGenerationCatchup(pointer long, allowNoNode boolean) : boolean extracted from public next() : boolean in class org.neo4j.index.gbptree.SeekCursor | From | To |