573c5a3184e798f5fc08ba3b9e6e00a51939d0b3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private predicate() : boolean renamed to private correctTypeAndDirection() : boolean in class org.neo4j.kernel.impl.newapi.RelationshipTraversalCursor | From | To | |
Push Down Attribute | 1 | ||
Push Down Attribute package addedRelationships : Set<Long> from class org.neo4j.kernel.impl.newapi.RelationshipCursor to package addedRelationships : Set<Long> from class org.neo4j.kernel.impl.newapi.RelationshipScanCursor | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method protected collectAddedTxStateSnapshot() : void extracted from protected hasChanges() : boolean in class org.neo4j.kernel.impl.newapi.RelationshipCursor & moved to class org.neo4j.kernel.impl.newapi.RelationshipScanCursor | From | To |