17b7685fc026ce58210079cc71fd45eff656a0e4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable selectionCursor : RelationshipSparseSelectionCursor to sparseCursor : RelationshipSparseSelectionCursor in method private getRelationshipSelectionCursor(direction Direction, typeIds int[]) : RelationshipSelectionCursor in class org.neo4j.kernel.impl.core.NodeProxy | From | To | |
Rename Variable selectionCursor : RelationshipDenseSelectionCursor to denseCursor : RelationshipDenseSelectionCursor in method private getRelationshipSelectionCursor(direction Direction, typeIds int[]) : RelationshipSelectionCursor in class org.neo4j.kernel.impl.core.NodeProxy | From | To | |
Extract Method | 1 | ||
Extract Method private getRelationshipSelectionCursor(direction Direction, typeIds int[]) : RelationshipSelectionCursor extracted from private innerGetRelationships(direction Direction, typeIds int[]) : ResourceIterable<Relationship> in class org.neo4j.kernel.impl.core.NodeProxy | From | To | |
Rename Parameter | 1 | ||
Rename Parameter dir : Direction to direction : Direction in method public hasRelationship(direction Direction) : boolean in class org.neo4j.kernel.impl.core.NodeProxy | From | To |