9befc4328f3e556babb09408c896cfb0a14de055
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable statement : Statement to relationship : RelationshipTraversalCursor in method private innerGetRelationships(direction Direction, typeIds int[]) : ResourceIterable<Relationship> in class org.neo4j.kernel.impl.core.NodeProxy | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute hasNext : boolean to closed : boolean in method public hasNext() : boolean in class org.neo4j.kernel.impl.core.RelationshipConversion | From | To | |
Rename Attribute | 2 | ||
Rename Attribute statement : Statement to cursor : RelationshipTraversalCursor in class org.neo4j.kernel.impl.core.RelationshipConversion | From | To | |
Rename Attribute statement : Statement to cursor : RelationshipTraversalCursor in class org.neo4j.kernel.impl.core.RelationshipConversionTest | From | To | |
Change Variable Type | 2 | ||
Change Variable Type statement : Statement to relationship : RelationshipTraversalCursor in method private innerGetRelationships(direction Direction, typeIds int[]) : ResourceIterable<Relationship> in class org.neo4j.kernel.impl.core.NodeProxy | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type statement : Statement to cursor : RelationshipTraversalCursor in class org.neo4j.kernel.impl.core.RelationshipConversion | From | To | |
Change Attribute Type statement : Statement to cursor : RelationshipTraversalCursor in class org.neo4j.kernel.impl.core.RelationshipConversionTest | From | To | |
Extract Method | 2 | ||
Extract Method private innerGetRelationships(direction Direction, typeIds int[]) : ResourceIterable<Relationship> extracted from public getRelationships(dir Direction) : ResourceIterable<Relationship> in class org.neo4j.kernel.impl.core.NodeProxy | From | To | |
Extract Method private innerGetRelationships(direction Direction, typeIds int[]) : ResourceIterable<Relationship> extracted from public getRelationships(direction Direction, types RelationshipType...) : 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 getRelationships(direction Direction) : ResourceIterable<Relationship> in class org.neo4j.kernel.impl.core.NodeProxy | From | To |