7a72e016463394baceb5a339d3b8517b7bce9f8d
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 2
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type cache : IgniteCache<Integer,String> to cache : IgniteCache<Integer,byte[]> in method protected fillCache(cache IgniteCache<Integer,byte[]>) : void in class org.apache.ignite.internal.processors.cache.persistence.db.IgnitePdsWithTtlTest | From | To | |
| Change Parameter Type cache : IgniteCache<Integer,String> to cache : IgniteCache<Integer,byte[]> in method protected waitAndCheckExpired(cache IgniteCache<Integer,byte[]>) : void in class org.apache.ignite.internal.processors.cache.persistence.db.IgnitePdsWithTtlTest | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute CACHE : String to CACHE_NAME : String in class org.apache.ignite.internal.processors.cache.persistence.db.IgnitePdsWithTtlTest | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type cache : IgniteCache<Integer,String> to cache : IgniteCache<Integer,byte[]> in method private loadAndWaitForCleanup(restartGrid boolean) : void in class org.apache.ignite.internal.processors.cache.persistence.db.IgnitePdsWithTtlTest | From | To | |
| Change Variable Type cache : IgniteCache<Integer,String> to cache : IgniteCache<Integer,byte[]> in method public testRebalancingWithTtlExpirable() : void in class org.apache.ignite.internal.processors.cache.persistence.db.IgnitePdsWithTtlTest | From | To |