483ca0f5485891f2acc5d3b1a921d68c87d1d647
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 57
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public dropTestKeyspace() : void renamed to public dropTestKeyspaces() : void in class org.apache.usergrid.persistence.qakka.KeyspaceDropper | From | To | |
Merge Attribute | 1 | ||
Merge Attribute [MAP_ENTRIES_TABLE : String, MAP_KEYS_TABLE : String] to cassandraConfig : CassandraConfig in class org.apache.usergrid.persistence.map.impl.MapSerializationImpl | From | To | |
Rename Variable | 1 | ||
Rename Variable keyspace : String to keyspaceApp : String in method public dropTestKeyspaces() : void in class org.apache.usergrid.persistence.qakka.KeyspaceDropper | From | To | |
Rename Attribute | 1 | ||
Rename Attribute session : Session to dataStaxCluster : DataStaxCluster in class org.apache.usergrid.persistence.qakka.core.CassandraClientImpl | From | To | |
Extract Method | 1 | ||
Extract Method public dropTestKeyspace(keyspace String, hosts String[], port int) : void extracted from public dropTestKeyspace() : void in class org.apache.usergrid.persistence.qakka.KeyspaceDropper | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type session : Session to dataStaxCluster : DataStaxCluster in class org.apache.usergrid.persistence.qakka.core.CassandraClientImpl | From | To |