3a4ac6ab87bc94888ecc5b0515efc651c4870606
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getSeed(rawBytes RawBytes) : long renamed to private toSeed(rawBytes RawBytes) : long in class org.neo4j.index.internal.gbptree.SimpleByteArrayLayout | From | To | |
Rename Method public getSeed(key MutableLong) : long renamed to public keySeed(key MutableLong) : long in class org.neo4j.index.internal.gbptree.SimpleLongLayout | From | To | |
Change Parameter Type | 4 | ||
Change Parameter Type index : GBPTree<MutableLong,MutableLong> to index : GBPTree<KEY,VALUE> in method public execute(index GBPTree<KEY,VALUE>) : void in class org.neo4j.index.internal.gbptree.GBPTreeRecoveryITBase.CheckpointAction | From | To | |
Change Parameter Type index : GBPTree<MutableLong,MutableLong> to index : GBPTree<KEY,VALUE> in method public execute(index GBPTree<KEY,VALUE>) : void in class org.neo4j.index.internal.gbptree.GBPTreeRecoveryITBase.RemoveAction | From | To | |
Change Parameter Type index : GBPTree<MutableLong,MutableLong> to index : GBPTree<KEY,VALUE> in method public execute(index GBPTree<KEY,VALUE>) : void in class org.neo4j.index.internal.gbptree.GBPTreeRecoveryITBase.InsertAction | From | To | |
Change Parameter Type index : GBPTree<MutableLong,MutableLong> to index : GBPTree<KEY,VALUE> in method package abstract execute(index GBPTree<KEY,VALUE>) : void in class org.neo4j.index.internal.gbptree.GBPTreeRecoveryITBase.Action | From | To | |
Move Class | 5 | ||
Move Class org.neo4j.index.internal.gbptree.GBPTreeRecoveryIT.RemoveAction moved to org.neo4j.index.internal.gbptree.GBPTreeRecoveryITBase.RemoveAction | From | To | |
Move Class org.neo4j.index.internal.gbptree.GBPTreeRecoveryIT.DataAction moved to org.neo4j.index.internal.gbptree.GBPTreeRecoveryITBase.DataAction | From | To | |
Move Class org.neo4j.index.internal.gbptree.GBPTreeRecoveryIT.InsertAction moved to org.neo4j.index.internal.gbptree.GBPTreeRecoveryITBase.InsertAction | From | To | |
Move Class org.neo4j.index.internal.gbptree.GBPTreeRecoveryIT.Action moved to org.neo4j.index.internal.gbptree.GBPTreeRecoveryITBase.Action | From | To | |
Move Class org.neo4j.index.internal.gbptree.GBPTreeRecoveryIT.CheckpointAction moved to org.neo4j.index.internal.gbptree.GBPTreeRecoveryITBase.CheckpointAction | From | To | |
Change Variable Type | 2 | ||
Change Variable Type writer : Writer<MutableLong,MutableLong> to writer : Writer<KEY,VALUE> in method public execute(index GBPTree<KEY,VALUE>) : void in class org.neo4j.index.internal.gbptree.GBPTreeRecoveryITBase.RemoveAction | From | To | |
Change Variable Type writer : Writer<MutableLong,MutableLong> to writer : Writer<KEY,VALUE> in method public execute(index GBPTree<KEY,VALUE>) : void in class org.neo4j.index.internal.gbptree.GBPTreeRecoveryITBase.InsertAction | From | To |