a840f149bf7c90933da4df85df7f91962ce43dca
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 4 | ||
Move Method protected value(someValue long) : MutableLong from class org.neo4j.index.internal.gbptree.TreeNodeFixedSizeTest to public value(seed long) : MutableLong from class org.neo4j.index.internal.gbptree.SimpleLongLayout | From | To | |
Move Method protected key(sortOrder long) : MutableLong from class org.neo4j.index.internal.gbptree.TreeNodeFixedSizeTest to public key(seed long) : MutableLong from class org.neo4j.index.internal.gbptree.SimpleLongLayout | From | To | |
Move Method protected key(sortOrder long) : RawBytes from class org.neo4j.index.internal.gbptree.TreeNodeDynamicSizeTest to public key(seed long) : RawBytes from class org.neo4j.index.internal.gbptree.SimpleByteArrayLayout | From | To | |
Move Method protected value(someValue long) : RawBytes from class org.neo4j.index.internal.gbptree.TreeNodeDynamicSizeTest to public value(seed long) : RawBytes from class org.neo4j.index.internal.gbptree.SimpleByteArrayLayout | From | To | |
Change Return Type | 3 | ||
Change Return Type Layout<RawBytes,RawBytes> to TestLayout<RawBytes,RawBytes> in method protected getLayout() : TestLayout<RawBytes,RawBytes> in class org.neo4j.index.internal.gbptree.TreeNodeDynamicSizeTest | From | To | |
Change Return Type Layout<MutableLong,MutableLong> to TestLayout<MutableLong,MutableLong> in method protected getLayout() : TestLayout<MutableLong,MutableLong> in class org.neo4j.index.internal.gbptree.TreeNodeFixedSizeTest | From | To | |
Change Return Type Layout<KEY,VALUE> to TestLayout<KEY,VALUE> in method protected abstract getLayout() : TestLayout<KEY,VALUE> in class org.neo4j.index.internal.gbptree.TreeNodeTestBase | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.neo4j.index.internal.gbptree.TestLayout from classes [org.neo4j.index.internal.gbptree.SimpleByteArrayLayout, org.neo4j.index.internal.gbptree.SimpleLongLayout] | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type layout : Layout<KEY,VALUE> to layout : TestLayout<KEY,VALUE> in class org.neo4j.index.internal.gbptree.TreeNodeTestBase | From | To | |
Change Attribute Type layout : Layout<MutableLong,MutableLong> to layout : TestLayout<MutableLong,MutableLong> in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public getSeed(key MutableLong) : long extracted from private getSeed(key MutableLong) : long in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest & moved to class org.neo4j.index.internal.gbptree.SimpleLongLayout | From | To | |
Extract And Move Method private value(seed long) : VALUE extracted from private value(seed long) : MutableLong in class org.neo4j.index.internal.gbptree.InternalTreeLogicTest & moved to class org.neo4j.index.internal.gbptree.TreeNodeTestBase | From | To | |
Rename Parameter | 4 | ||
Rename Parameter sortOrder : long to seed : long in method public key(seed long) : RawBytes in class org.neo4j.index.internal.gbptree.SimpleByteArrayLayout | From | To | |
Rename Parameter someValue : long to seed : long in method public value(seed long) : RawBytes in class org.neo4j.index.internal.gbptree.SimpleByteArrayLayout | From | To | |
Rename Parameter sortOrder : long to seed : long in method public key(seed long) : MutableLong in class org.neo4j.index.internal.gbptree.SimpleLongLayout | From | To | |
Rename Parameter someValue : long to seed : long in method public value(seed long) : MutableLong in class org.neo4j.index.internal.gbptree.SimpleLongLayout | From | To |