ee0628b4ef12e04e9fe873160ab89f8b41ed791a
Files Diff
- Added: 9
- Removed: 7
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 2 | ||
| Change Return Type GuavaCluster to Cluster<GuavaSession> in method private newCluster(options String...) : Cluster<GuavaSession> in class com.datastax.oss.driver.api.core.session.RequestProcessorIT | From | To | |
| Change Return Type GuavaCluster to Cluster<GuavaSession> in method protected wrap(defaultCluster Cluster<CqlSession>) : Cluster<GuavaSession> in class com.datastax.oss.driver.example.guava.api.GuavaClusterBuilder | From | To | |
| Move And Rename Class | 1 | ||
| Move And Rename Class com.datastax.oss.driver.api.core.session.GuavaCluster moved and renamed to com.datastax.oss.driver.example.guava.api.GuavaClusterUtils | From | To | |
| Move Class | 5 | ||
| Move Class com.datastax.oss.driver.api.core.session.GuavaDriverContext moved to com.datastax.oss.driver.example.guava.internal.GuavaDriverContext | From | To | |
| Move Class com.datastax.oss.driver.api.core.session.KeyRequestProcessor moved to com.datastax.oss.driver.example.guava.internal.KeyRequestProcessor | From | To | |
| Move Class com.datastax.oss.driver.api.core.session.GuavaRequestAsyncProcessor moved to com.datastax.oss.driver.example.guava.internal.GuavaRequestAsyncProcessor | From | To | |
| Move Class com.datastax.oss.driver.api.core.session.GuavaClusterBuilder moved to com.datastax.oss.driver.example.guava.api.GuavaClusterBuilder | From | To | |
| Move Class com.datastax.oss.driver.api.core.session.KeyRequest moved to com.datastax.oss.driver.example.guava.internal.KeyRequest | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type gCluster : GuavaCluster to gCluster : Cluster<GuavaSession> in method public should_use_custom_request_processor_for_prepareAsync() : void in class com.datastax.oss.driver.api.core.session.RequestProcessorIT | From | To | |
| Change Variable Type gCluster : GuavaCluster to gCluster : Cluster<GuavaSession> in method public should_use_custom_request_processor_for_executeAsync() : void in class com.datastax.oss.driver.api.core.session.RequestProcessorIT | From | To | |
| Change Variable Type gCluster : GuavaCluster to gCluster : Cluster<GuavaSession> in method public should_use_custom_request_processor_for_handling_special_request_type() : void in class com.datastax.oss.driver.api.core.session.RequestProcessorIT | From | To |