2c28489de978f5ae7c48b0acc37e5b162e42fb7c
Files Diff
- Added: 11
- Removed: 10
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type connectionSupplier : Supplier<Connection> to connectionSupplier : Supplier<ConnectionInfo> in method public AsynchronousQueryResultImpl(sql String, values List<?>, rsMapper SqlFunction<ResultSet,T>, connectionSupplier Supplier<ConnectionInfo>, parallelStrategy ParallelStrategy, statementConfigurator SqlConsumer<PreparedStatement>, resultSetConfigurator SqlConsumer<ResultSet>) in class com.speedment.runtime.core.internal.db.AsynchronousQueryResultImpl | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private connection : Connection from class com.speedment.runtime.core.internal.db.AsynchronousQueryResultImpl to private connection : Connection from class com.speedment.runtime.core.internal.db.ConnectionInfo | From | To | |
| Move Class | 10 | ||
| Move Class com.speedment.runtime.transaction.Transaction moved to com.speedment.runtime.core.component.transaction.Transaction | From | To | |
| Move Class com.speedment.runtime.transaction.internal.TransactionHandlerImpl moved to com.speedment.runtime.core.internal.component.transaction.TransactionHandlerImpl | From | To | |
| Move Class com.speedment.runtime.transaction.internal.DataSourceHandlerImpl moved to com.speedment.runtime.core.internal.component.transaction.DataSourceHandlerImpl | From | To | |
| Move Class com.speedment.runtime.transaction.TransactionBundle moved to com.speedment.runtime.core.component.transaction.TransactionBundle | From | To | |
| Move Class com.speedment.runtime.transaction.DataSourceHandler moved to com.speedment.runtime.core.component.transaction.DataSourceHandler | From | To | |
| Move Class com.speedment.runtime.transaction.TransactionComponent moved to com.speedment.runtime.core.component.transaction.TransactionComponent | From | To | |
| Move Class com.speedment.runtime.transaction.internal.TransactionImpl moved to com.speedment.runtime.core.internal.component.transaction.TransactionImpl | From | To | |
| Move Class com.speedment.runtime.transaction.exception.TransactionException moved to com.speedment.runtime.core.exception.TransactionException | From | To | |
| Move Class com.speedment.runtime.transaction.internal.TransactionComponentImpl moved to com.speedment.runtime.core.internal.component.transaction.TransactionComponentImpl | From | To | |
| Move Class com.speedment.runtime.transaction.TransactionHandler moved to com.speedment.runtime.core.component.transaction.TransactionHandler | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute connectionSupplier : Supplier<Connection> to connectionInfoSupplier : Supplier<ConnectionInfo> in class com.speedment.runtime.core.internal.db.AsynchronousQueryResultImpl | From | To | |
| Rename Attribute connection : Connection to connectionInfo : ConnectionInfo in class com.speedment.runtime.core.internal.db.AsynchronousQueryResultImpl | From | To | |
| Change Package | 1 | ||
| Change Package com.speedment.runtime.transaction.internal to com.speedment.runtime.core.internal.component.transaction | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type connection : Connection to connectionInfo : ConnectionInfo in class com.speedment.runtime.core.internal.db.AsynchronousQueryResultImpl | From | To | |
| Change Attribute Type connectionSupplier : Supplier<Connection> to connectionInfoSupplier : Supplier<ConnectionInfo> in class com.speedment.runtime.core.internal.db.AsynchronousQueryResultImpl | From | To | |
| Extract Method | 2 | ||
| Extract Method private executeSqlStatementList(sqlStatementList List<? extends SqlStatement>, lastSqlStatement AtomicReference<SqlStatement>, dbms Dbms, conn Connection) : void extracted from protected execute(dbms Dbms, sqlStatementList List<? extends SqlStatement>) : void in class com.speedment.runtime.core.internal.db.AbstractDbmsOperationHandler | From | To | |
| Extract Method protected executeNotInTransaction(dbms Dbms, conn Connection, sqlStatementList List<? extends SqlStatement>) : void extracted from protected execute(dbms Dbms, sqlStatementList List<? extends SqlStatement>) : void in class com.speedment.runtime.core.internal.db.AbstractDbmsOperationHandler | From | To |