5f4b65a6d79482fbcab20deaaec777ea7488edfb
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method private createKeyspace() : void from class com.datastax.oss.driver.api.testinfra.cluster.ClusterRule to public createKeyspace(cluster Cluster, keyspace CqlIdentifier, profile DriverConfigProfile) : void from class com.datastax.oss.driver.api.testinfra.cluster.ClusterUtils | From | To | |
Rename Variable | 1 | ||
Rename Variable createKeyspace : SimpleStatement to keyspace : CqlIdentifier in method public should_use_profile_page_size() : void in class com.datastax.oss.driver.api.core.config.DriverConfigProfileIT | From | To | |
Change Return Type | 1 | ||
Change Return Type String to CqlIdentifier in method public keyspace() : CqlIdentifier in class com.datastax.oss.driver.api.testinfra.cluster.ClusterRule | From | To | |
Move Attribute | 1 | ||
Move Attribute private keyspaceId : AtomicInteger from class com.datastax.oss.driver.api.testinfra.cluster.ClusterRule to private keyspaceId : AtomicInteger from class com.datastax.oss.driver.api.testinfra.cluster.ClusterUtils | From | To | |
Rename Attribute | 1 | ||
Rename Attribute defaultCluster : Cluster to cluster : Cluster in class com.datastax.oss.driver.api.testinfra.cluster.ClusterRule | From | To | |
Change Variable Type | 1 | ||
Change Variable Type createKeyspace : SimpleStatement to keyspace : CqlIdentifier in method public should_use_profile_page_size() : void in class com.datastax.oss.driver.api.core.config.DriverConfigProfileIT | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type keyspace : String to keyspace : CqlIdentifier in class com.datastax.oss.driver.api.testinfra.cluster.ClusterRule | From | To | |
Rename Parameter | 1 | ||
Rename Parameter createDefaultCluster : boolean to createKeyspace : boolean in method public ClusterRule(cassandraResource CassandraResourceRule, createKeyspace boolean, createDefaultSession boolean, options String...) in class com.datastax.oss.driver.api.testinfra.cluster.ClusterRule | From | To |