ac9fdef6395d57bd48b546c7ae700e2187818176
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method private getBitsFromLongs() : Bits from class org.neo4j.kernel.impl.api.store.StorePropertyCursor to public toBits() : Bits from class org.neo4j.kernel.impl.api.store.StorePropertyCursor.Block | From | To | |
Move Method | 2 | ||
Move Method private createSinglePropertyValue(store PropertyStore, recordId int, keyId int, value Object) : void from class org.neo4j.kernel.impl.api.store.StorePropertyCursorTest.SingleValueProperties to private createSinglePropertyValue(store PropertyStore, recordId int, keyId int, value Object) : void from class org.neo4j.kernel.impl.api.store.StorePropertyCursorTest | From | To | |
Move Method private createTwoPropertyValues(store PropertyStore, recordId int, keyId1 int, value1 Object, keyId2 int, value2 Object) : void from class org.neo4j.kernel.impl.api.store.StorePropertyCursorTest.TwoValueProperties to private createTwoPropertyValues(store PropertyStore, recordId int, keyId1 int, value1 Object, keyId2 int, value2 Object) : void from class org.neo4j.kernel.impl.api.store.StorePropertyCursorTest | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute parameters : List<Object[]> to PARAMETERS : List<Object[]> in method public parameters() : Collection<Object[]> in class org.neo4j.kernel.impl.api.store.StorePropertyCursorTest.TwoValueProperties | From | To | |
Inline Variable | 1 | ||
Inline Variable offset : int in method private nextBlock() : boolean from class org.neo4j.kernel.impl.api.store.StorePropertyCursor | From | To |