ae23ecd937b669c4f6c1db9bf86d6c8f545bae8d
Files Diff
- Added: 9
- Removed: 5
- Renamed: 0
- Modified: 49
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Class | 4 | ||
| Move Class org.hibernate.test.util.jdbc.SQLStatementInterceptor moved to org.hibernate.testing.jdbc.SQLStatementInterceptor | From | To | |
| Move Class org.hibernate.test.util.jdbc.ConnectionProviderDelegate moved to org.hibernate.testing.jdbc.ConnectionProviderDelegate | From | To | |
| Move Class org.hibernate.test.util.jdbc.TimeZoneConnectionProvider moved to org.hibernate.testing.jdbc.TimeZoneConnectionProvider | From | To | |
| Move Class org.hibernate.test.util.jdbc.PreparedStatementSpyConnectionProvider moved to org.hibernate.testing.jdbc.PreparedStatementSpyConnectionProvider | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type statementSpy : PreparedStatement to statementSpy : Statement in method private spy(connection Connection) : Connection in class org.hibernate.testing.jdbc.PreparedStatementSpyConnectionProvider | From | To | |
| Change Variable Type statement : PreparedStatement to statement : Statement in method private spy(connection Connection) : Connection in class org.hibernate.testing.jdbc.PreparedStatementSpyConnectionProvider | From | To |