c2fe7335eca5cb4947214f478e303367e91c5d18
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 25
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private nextRel() : long renamed to public nextRelationshipId() : long in class org.neo4j.kernel.impl.api.store.StoreSingleNodeCursor | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type relTypes : int... to allowedTypes : IntPredicate in method public init(isDense boolean, firstRelId long, fromNodeId long, direction Direction, allowedTypes IntPredicate) : StoreNodeRelationshipCursor in class org.neo4j.kernel.impl.api.store.StoreNodeRelationshipCursor | From | To | |
| Rename Variable | 1 | ||
| Rename Variable rels : Cursor<RelationshipItem> to relationships : Cursor<RelationshipItem> in method private assertHasRelationships(node long) : void in class org.neo4j.kernel.impl.store.NeoStoresTest | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private relationshipGroupStore : RecordStore<RelationshipGroupRecord> from class org.neo4j.kernel.impl.api.store.StoreSingleNodeCursor to private relationshipGroupStore : RecordStore<RelationshipGroupRecord> from class org.neo4j.kernel.impl.api.store.StoreStatement | From | To | |
| Extract Variable | 1 | ||
| Extract Variable storeStatement : StorageStatement in method private computeDegree(statement KernelStatement, node NodeItem, direction Direction, relType Integer) : int from class org.neo4j.kernel.impl.api.StateHandlingStatementOperations | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter relTypes : int... to allowedTypes : IntPredicate in method public init(isDense boolean, firstRelId long, fromNodeId long, direction Direction, allowedTypes IntPredicate) : StoreNodeRelationshipCursor in class org.neo4j.kernel.impl.api.store.StoreNodeRelationshipCursor | From | To |