3b8aca64b8ebe6ba21f5d02f50cf69ad46dbbc95
Files Diff
- Added: 11
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable url1 : URL to url : URL in method public generatorTest() : void in class org.apache.ignite.tests.DDLGeneratorTest | From | To | |
Inline Method | 6 | ||
Inline Method private closeCassandraSession(ses CassandraSession) : void inlined to public writeAll(entries Collection<Cache.Entry<? extends K,? extends V>>) : void in class org.apache.ignite.cache.store.cassandra.CassandraCacheStore | From | To | |
Inline Method private closeCassandraSession(ses CassandraSession) : void inlined to public write(entry Cache.Entry<? extends K,? extends V>) : void in class org.apache.ignite.cache.store.cassandra.CassandraCacheStore | From | To | |
Inline Method private closeCassandraSession(ses CassandraSession) : void inlined to public loadAll(keys Iterable<? extends K>) : Map<K,V> in class org.apache.ignite.cache.store.cassandra.CassandraCacheStore | From | To | |
Inline Method private closeCassandraSession(ses CassandraSession) : void inlined to public load(key K) : V in class org.apache.ignite.cache.store.cassandra.CassandraCacheStore | From | To | |
Inline Method private closeCassandraSession(ses CassandraSession) : void inlined to public deleteAll(keys Collection<?>) : void in class org.apache.ignite.cache.store.cassandra.CassandraCacheStore | From | To | |
Inline Method private closeCassandraSession(ses CassandraSession) : void inlined to public delete(key Object) : void in class org.apache.ignite.cache.store.cassandra.CassandraCacheStore | From | To | |
Rename Attribute | 3 | ||
Rename Attribute ATTR_CONN_PROP : String to TRANSACTION_BUFFER : String in class org.apache.ignite.cache.store.cassandra.CassandraCacheStore | From | To | |
Rename Attribute URL1 : String to RESOURCES : String[] in class org.apache.ignite.tests.DDLGeneratorTest | From | To | |
Rename Attribute TABLE_EXIST_ERROR : Pattern to TABLE_EXIST_ERROR1 : Pattern in class org.apache.ignite.cache.store.cassandra.common.CassandraHelper | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type URL1 : String to RESOURCES : String[] in class org.apache.ignite.tests.DDLGeneratorTest | From | To | |
Extract Method | 2 | ||
Extract Method public createCacheStore(cacheName String, persistenceSettings Resource, conn DataSource, session CacheStoreSession, log Logger) : CacheStore extracted from public createCacheStore(cacheName String, persistenceSettings Resource, conn DataSource, log Logger) : CacheStore in class org.apache.ignite.tests.utils.CacheStoreHelper | From | To | |
Extract Method private mutations() : List<Mutation> extracted from public sessionEnd(commit boolean) : void in class org.apache.ignite.cache.store.cassandra.CassandraCacheStore | From | To |