a2b2864ed93ba09a40bedf15279e7278a2986c15
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public shouldReadCorrectlyWhenConcurrentlyInserting() : void renamed to public shouldReadCorrectlyWhenConcurrentlyInsertingInOrder() : void in class org.neo4j.index.gbptree.GBPTreeTest | From | To | |
Move Method | 2 | ||
Move Method public value() : VALUE from class org.neo4j.index.gbptree.MutableHit to public value() : VALUE from class org.neo4j.index.gbptree.SeekCursor | From | To | |
Move Method public key() : KEY from class org.neo4j.index.gbptree.MutableHit to public key() : KEY from class org.neo4j.index.gbptree.SeekCursor | From | To | |
Rename Attribute | 2 | ||
Rename Attribute reread : boolean to rereadHeader : boolean in class org.neo4j.index.gbptree.SeekCursor | From | To | |
Rename Attribute resetPosition : boolean to rediscoverKeyPosition : boolean in class org.neo4j.index.gbptree.SeekCursor | From | To | |
Extract Method | 2 | ||
Extract Method private rereadCurrentNodeHeader() : void extracted from public next() : boolean in class org.neo4j.index.gbptree.SeekCursor | From | To | |
Extract Method private rediscoverKeyPosition() : void extracted from public next() : boolean in class org.neo4j.index.gbptree.SeekCursor | From | To |