a26b61201cd86c9a8773b418d9c84b446e95a601
Files Diff
- Added: 0
- Removed: 37
- Renamed: 0
- Modified: 112
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type instanceCache : InstanceCache<StoreNodeRelationshipCursor> to instanceCache : Consumer<StoreNodeRelationshipCursor> in method public StoreNodeRelationshipCursor(relationshipRecord RelationshipRecord, relationshipStore RelationshipStore, groupRecord RelationshipGroupRecord, groupStore RelationshipGroupStore, storeStatement StoreStatement, instanceCache Consumer<StoreNodeRelationshipCursor>) in class org.neo4j.kernel.impl.api.store.StoreNodeRelationshipCursor | From | To | |
Move Method | 1 | ||
Move Method public arrayAsCollection(arrayValue Object) : Collection<Object> from class org.neo4j.kernel.impl.util.IoPrimitiveUtils to public arrayAsCollection(arrayValue Object) : Collection<Object> from class org.neo4j.graphdb.Neo4jMatchers | From | To | |
Rename Variable | 1 | ||
Rename Variable relationshipId : long to relId : long in method public getRelationshipIds(nodeId long) : Iterable<Long> in class org.neo4j.unsafe.batchinsert.BatchInserterImpl | From | To | |
Change Variable Type | 4 | ||
Change Variable Type that : org.neo4j.kernel.impl.store.counts.keys.RelationshipKey to that : RelationshipKey in method public equals(o Object) : boolean in class org.neo4j.kernel.impl.store.counts.keys.RelationshipKey | From | To | |
Change Variable Type that : org.neo4j.kernel.impl.store.counts.keys.IndexSampleKey to that : IndexSampleKey in method public compareTo(other CountsKey) : int in class org.neo4j.kernel.impl.store.counts.keys.IndexSampleKey | From | To | |
Change Variable Type that : org.neo4j.kernel.impl.store.counts.keys.RelationshipKey to that : RelationshipKey in method public compareTo(other CountsKey) : int in class org.neo4j.kernel.impl.store.counts.keys.RelationshipKey | From | To | |
Change Variable Type indexKey : org.neo4j.kernel.impl.store.counts.keys.IndexKey to indexKey : IndexKey in method public equals(other Object) : boolean in class org.neo4j.kernel.impl.store.counts.keys.IndexKey | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type instanceCache : InstanceCache<StoreNodeRelationshipCursor> to instanceCache : Consumer<StoreNodeRelationshipCursor> in class org.neo4j.kernel.impl.api.store.StoreNodeRelationshipCursor | From | To |