1efd6472cbcb71d2abd3044199022bc65404c0dd
Files Diff
- Added: 4
- Removed: 1
- Renamed: 0
- Modified: 9
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 2 | ||
| Move And Rename Method public verifyDeferredConstraints(accessor Object, propertyKeyId int) : void from class org.neo4j.kernel.api.impl.index.reader.SimpleIndexReader to public verify(accessor PropertyAccessor, propKeyId int) : void from class org.neo4j.kernel.api.impl.index.verification.SimpleUniquenessVerifier | From | To | |
| Move And Rename Method public verifyDeferredConstraints(accessor Object, propertyKeyId int, updatedPropertyValues List<Object>) : void from class org.neo4j.kernel.api.impl.index.reader.SimpleIndexReader to public verify(accessor PropertyAccessor, propKeyId int, updatedPropertyValues List<Object>) : void from class org.neo4j.kernel.api.impl.index.verification.SimpleUniquenessVerifier | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type accessor : Object to accessor : PropertyAccessor in method public verify(accessor PropertyAccessor, propKeyId int, updatedPropertyValues List<Object>) : void in class org.neo4j.kernel.api.impl.index.verification.SimpleUniquenessVerifier | From | To | |
| Change Parameter Type accessor : Object to accessor : PropertyAccessor in method public verify(accessor PropertyAccessor, propKeyId int) : void in class org.neo4j.kernel.api.impl.index.verification.SimpleUniquenessVerifier | From | To | |
| Extract Class | 4 | ||
| Extract Class org.neo4j.kernel.api.impl.index.verification.PartitionedUniquenessVerifier from class org.neo4j.kernel.api.impl.index.reader.SimpleIndexReader | From | To | |
| Extract Class org.neo4j.kernel.api.impl.index.verification.PartitionedUniquenessVerifier from class org.neo4j.kernel.api.index.DelegatingIndexReader | From | To | |
| Extract Class org.neo4j.kernel.api.impl.index.verification.SimpleUniquenessVerifier from class org.neo4j.kernel.api.impl.index.reader.SimpleIndexReader | From | To | |
| Extract Class org.neo4j.kernel.api.impl.index.verification.SimpleUniquenessVerifier from class org.neo4j.kernel.api.index.DelegatingIndexReader | From | To | |
| Move Class | 1 | ||
| Move Class org.neo4j.kernel.api.impl.index.reader.DuplicateCheckingCollector moved to org.neo4j.kernel.api.impl.index.verification.DuplicateCheckingCollector | From | To | |
| Extract Variable | 1 | ||
| Extract Variable singlePartition : IndexPartition in method private createSimpleReader(partitions List<IndexPartition>) : SimpleIndexReader from class org.neo4j.kernel.api.impl.index.LuceneSchemaIndex | From | To | |
| Extract Method | 1 | ||
| Extract Method private acquireSearchers(partitions List<IndexPartition>) : List<PartitionSearcher> extracted from private createPartitionedReader(partitions List<IndexPartition>) : PartitionedIndexReader in class org.neo4j.kernel.api.impl.index.LuceneSchemaIndex | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter propertyKeyId : int to propKeyId : int in method public verify(accessor PropertyAccessor, propKeyId int) : void in class org.neo4j.kernel.api.impl.index.verification.SimpleUniquenessVerifier | From | To | |
| Rename Parameter propertyKeyId : int to propKeyId : int in method public verify(accessor PropertyAccessor, propKeyId int, updatedPropertyValues List<Object>) : void in class org.neo4j.kernel.api.impl.index.verification.SimpleUniquenessVerifier | From | To |