4e7eef349c7f87bba1b1ba081cfb7522cf6ffb12
Files Diff
- Added: 1
 - Removed: 0
 - Renamed: 0
 - Modified: 2
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type storeFactory : Factory<CacheStore> to storeFactory : Factory<CacheStore<K,V>> in method public cache(name String, storeFactory Factory<CacheStore<K,V>>) : CacheConfiguration<K,V> in class org.apache.ignite.schema.CacheConfig | From | To | |
| Change Return Type | 2 | ||
| Change Return Type CacheConfiguration to CacheConfiguration<K,V> in method public cache(name String, storeFactory Factory<CacheStore<K,V>>) : CacheConfiguration<K,V> in class org.apache.ignite.schema.CacheConfig | From | To | |
| Change Return Type CacheStore to CacheStore<K,V> in method public create() : CacheStore<K,V> in class org.apache.ignite.schema.Demo.H2DemoStoreFactory | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type store : CacheJdbcPojoStore to store : CacheJdbcPojoStore<K,V> in method public create() : CacheStore<K,V> in class org.apache.ignite.schema.Demo.H2DemoStoreFactory | From | To |