5513bae7e2bd44220d28a8af2a44ea1bd88347e7
Files Diff
- Added: 5
- Removed: 1
- Renamed: 0
- Modified: 24
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type autoIndexing : AutoIndexing.AutoIndexOperations to autoIndexing : AutoIndexOperations in method public RelationshipAutoIndexerFacade(idxSupplier Supplier<ReadableRelationshipIndex>, autoIndexing AutoIndexOperations) in class org.neo4j.kernel.impl.coreapi.RelationshipAutoIndexerFacade | From | To | |
Move And Rename Class | 2 | ||
Move And Rename Class org.neo4j.kernel.impl.api.AutoIndexing moved and renamed to org.neo4j.kernel.impl.api.legacyindex.InternalAutoIndexing | From | To | |
Move And Rename Class org.neo4j.kernel.impl.api.AutoIndexing.AutoIndexOperations moved and renamed to org.neo4j.kernel.impl.api.legacyindex.InternalAutoIndexOperations | From | To | |
Extract Interface | 2 | ||
Extract Interface org.neo4j.kernel.api.legacyindex.AutoIndexOperations from classes [org.neo4j.kernel.impl.api.legacyindex.InternalAutoIndexOperations] | From | To | |
Extract Interface org.neo4j.kernel.api.legacyindex.AutoIndexing from classes [org.neo4j.kernel.impl.api.legacyindex.InternalAutoIndexing] | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type relOps : AutoIndexing.AutoIndexOperations to relOps : InternalAutoIndexOperations in class org.neo4j.kernel.impl.api.state.StateOperationsAutoIndexingTest | From | To | |
Change Attribute Type nodes : AutoIndexOperations to nodes : InternalAutoIndexOperations in class org.neo4j.kernel.impl.api.legacyindex.InternalAutoIndexing | From | To | |
Change Attribute Type relationships : AutoIndexOperations to relationships : InternalAutoIndexOperations in class org.neo4j.kernel.impl.api.legacyindex.InternalAutoIndexing | From | To | |
Change Attribute Type nodeOps : AutoIndexing.AutoIndexOperations to nodeOps : InternalAutoIndexOperations in class org.neo4j.kernel.impl.api.state.StateOperationsAutoIndexingTest | From | To |