6142f92d2fc282ad60138f676528a67d2d83a212
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable statementStatistics : JdbcStatisticsConnectionProvider.PreparedStatementStatistics to preparedStatement : PreparedStatement in method public testSessionFactorySetting() : void in class org.hibernate.test.jdbc.internal.SessionJdbcBatchTest | From | To | |
Rename Variable statementStatistics : JdbcStatisticsConnectionProvider.PreparedStatementStatistics to preparedStatement : PreparedStatement in method public testSessionSettingOverridesSessionFactorySetting() : void in class org.hibernate.test.jdbc.internal.SessionJdbcBatchTest | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class org.hibernate.test.util.JdbcStatisticsConnectionProvider moved and renamed to org.hibernate.test.util.jdbc.PreparedStatementSpyConnectionProvider | From | To | |
Move Class | 1 | ||
Move Class org.hibernate.test.util.SQLStatementInterceptor moved to org.hibernate.test.util.jdbc.SQLStatementInterceptor | From | To | |
Change Variable Type | 2 | ||
Change Variable Type statementStatistics : JdbcStatisticsConnectionProvider.PreparedStatementStatistics to preparedStatement : PreparedStatement in method public testSessionSettingOverridesSessionFactorySetting() : void in class org.hibernate.test.jdbc.internal.SessionJdbcBatchTest | From | To | |
Change Variable Type statementStatistics : JdbcStatisticsConnectionProvider.PreparedStatementStatistics to preparedStatement : PreparedStatement in method public testSessionFactorySetting() : void in class org.hibernate.test.jdbc.internal.SessionJdbcBatchTest | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type preparedStatementStatisticsMap : Map<PreparedStatement,PreparedStatementStatistics> to preparedStatementStatisticsMap : Map<String,PreparedStatement> in class org.hibernate.test.util.jdbc.PreparedStatementSpyConnectionProvider | From | To | |
Change Attribute Type connectionProvider : JdbcStatisticsConnectionProvider to connectionProvider : PreparedStatementSpyConnectionProvider in class org.hibernate.test.jdbc.internal.SessionJdbcBatchTest | From | To |