eb7dd180abb2323d45a69780f8ce8a87a16beea1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 2 | ||
Extract Variable transactionSupplier : Supplier<KernelTransaction> in method public init(spi SPI, guard Guard, txBridge ThreadToStatementContextBridge, config Config) : void from class org.neo4j.kernel.impl.factory.GraphDatabaseFacade | From | To | |
Extract Variable statementSupplier : Supplier<Statement> in method public init(spi SPI, guard Guard, txBridge ThreadToStatementContextBridge, config Config) : void from class org.neo4j.kernel.impl.factory.GraphDatabaseFacade | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type indexManager : IndexManager to indexManager : Supplier<IndexManager> in class org.neo4j.kernel.impl.factory.GraphDatabaseFacade | From | To | |
Rename Parameter | 2 | ||
Rename Parameter statementContextSupplier : Supplier<Statement> to statementSupplier : Supplier<Statement> in method public SchemaImpl(statementSupplier Supplier<Statement>) in class org.neo4j.kernel.impl.coreapi.schema.SchemaImpl | From | To | |
Rename Parameter ctxSupplier : Supplier<Statement> to statementSupplier : Supplier<Statement> in method public GDBSchemaActions(statementSupplier Supplier<Statement>) in class org.neo4j.kernel.impl.coreapi.schema.SchemaImpl.GDBSchemaActions | From | To |