fef12fc23a45d1bc4cade87460a76315c7dee6f0
Files Diff
- Added: 2
 - Removed: 0
 - Renamed: 0
 - Modified: 3
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 1 | ||
| Change Return Type CacheJdbcBlobStore to CacheJdbcBlobStore<K,V> in method public create() : CacheJdbcBlobStore<K,V> in class org.apache.ignite.cache.store.jdbc.CacheJdbcBlobStoreFactory | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type store : CacheJdbcBlobStore to store : CacheJdbcBlobStore<K,V> in method public create() : CacheJdbcBlobStore<K,V> in class org.apache.ignite.cache.store.jdbc.CacheJdbcBlobStoreFactory | From | To | |
| Extract Method | 1 | ||
| Extract Method private checkStore(cache IgniteCache<Integer,String>, dataSrcClass Class<?>) : void extracted from public testXmlConfiguration() : void in class org.apache.ignite.cache.store.jdbc.CacheJdbcBlobStoreFactorySelfTest | From | To |