f0e4e06af3734addf64c05ba6a73331db2031c58
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 3 | ||
Move And Inline Method public getTableFullName() : String moved from class org.apache.ignite.cache.store.cassandra.persistence.KeyValuePersistenceSettings to class org.apache.ignite.cache.store.cassandra.session.CassandraSessionImpl & inlined to private handleTableAbsenceError(table String, settings KeyValuePersistenceSettings) : void | From | To | |
Move And Inline Method public getTableFullName() : String moved from class org.apache.ignite.cache.store.cassandra.persistence.KeyValuePersistenceSettings to class org.apache.ignite.cache.store.cassandra.session.CassandraSessionImpl & inlined to private createTableIndexes(table String, settings KeyValuePersistenceSettings) : void | From | To | |
Move And Inline Method public getTableFullName() : String moved from class org.apache.ignite.cache.store.cassandra.persistence.KeyValuePersistenceSettings to class org.apache.ignite.cache.store.cassandra.session.CassandraSessionImpl & inlined to private createTable(table String, settings KeyValuePersistenceSettings) : void | From | To | |
Extract Attribute | 2 | ||
Extract Attribute private URL2 : String in class org.apache.ignite.tests.DDLGeneratorTest | From | To | |
Extract Attribute private URL1 : String in class org.apache.ignite.tests.DDLGeneratorTest | From | To | |
Rename Attribute | 4 | ||
Rename Attribute writeStatement : String to writeStatementTempl : String in class org.apache.ignite.cache.store.cassandra.persistence.PersistenceController | From | To | |
Rename Attribute loadStatementWithKeyFields : String to loadStatementTempl : String in class org.apache.ignite.cache.store.cassandra.persistence.PersistenceController | From | To | |
Rename Attribute loadStatement : String to loadWithKeyFieldsStatementTempl : String in class org.apache.ignite.cache.store.cassandra.persistence.PersistenceController | From | To | |
Rename Attribute delStatement : String to delStatementTempl : String in class org.apache.ignite.cache.store.cassandra.persistence.PersistenceController | From | To | |
Extract Method | 4 | ||
Extract Method private cassandraTable() : String extracted from public delete(key Object) : void in class org.apache.ignite.cache.store.cassandra.CassandraCacheStore | From | To | |
Extract Method private cassandraTable() : String extracted from public write(entry Cache.Entry<? extends K,? extends V>) : void in class org.apache.ignite.cache.store.cassandra.CassandraCacheStore | From | To |