ef25a3184e4a73a9165b9a86f5ce65f82db9c858
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public init(spi SPI, config Config) : void renamed to public initSPI(spi SPI, config Config) : void in class org.neo4j.kernel.impl.factory.GraphDatabaseFacade | From | To | |
| Change Return Type | 1 | ||
| Change Return Type C to TransactionalContext in method public newContext(descriptor QuerySource, tx InternalTransaction, queryText String, queryParameters Map<String,Object>) : TransactionalContext in class org.neo4j.kernel.impl.query.TransactionalContextFactory | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type contextFactory : TransactionalContextFactory to contextFactory : Neo4jTransactionalContextFactory in class org.neo4j.server.database.CypherExecutor | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method public newContext(query ExecutingQuery, transaction InternalTransaction) : Neo4jTransactionalContext extracted from public getOrBeginNewIfClosed() : TransactionalContext in class org.neo4j.kernel.impl.query.Neo4jTransactionalContext & moved to class org.neo4j.kernel.impl.query.Neo4jTransactionalContextFactory | From | To |