c798096d5689545f087f4cb2056ac519302902c0
Files Diff
- Added: 4
- Removed: 3
- Renamed: 0
- Modified: 22
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public encodeRelationship() : void renamed to public encodeForFiltering() : void in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.ReferencesTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type props : PropertyCursor to tx : Transaction in method private hasProperties(cursor RelationshipScanCursor, tx Transaction) : boolean in class org.neo4j.internal.kernel.api.RelationshipTransactionStateTestBase | From | To | |
Rename Variable | 1 | ||
Rename Variable props : PropertyCursor to propertyCursor : PropertyCursor in method private hasProperties(cursor RelationshipScanCursor, tx Transaction) : boolean in class org.neo4j.internal.kernel.api.RelationshipTransactionStateTestBase | From | To | |
Rename Class | 1 | ||
Rename Class org.neo4j.kernel.impl.store.format.highlimit.ReferenceTest renamed to org.neo4j.kernel.impl.store.format.highlimit.RelationshipReferenceEncodingTest | From | To | |
Move Class | 2 | ||
Move Class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RelationshipReferenceEncoding moved to org.neo4j.kernel.impl.newapi.RelationshipReferenceEncoding | From | To | |
Move Class org.neo4j.kernel.impl.storageengine.impl.recordstorage.References moved to org.neo4j.kernel.impl.newapi.References | From | To | |
Inline Variable | 1 | ||
Inline Variable type : int in method private traverseViaGroups(start RelationshipTestSupport.StartNode) : void from class org.neo4j.internal.kernel.api.RelationshipTransactionStateTestBase | From | To | |
Rename Parameter | 1 | ||
Rename Parameter props : PropertyCursor to tx : Transaction in method private hasProperties(cursor RelationshipScanCursor, tx Transaction) : boolean in class org.neo4j.internal.kernel.api.RelationshipTransactionStateTestBase | From | To |