2f36ae559a83dc9d294de100e11fb4bbf3bae248
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 2
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method private cofigureCacheSqlDescriptor(cacheName String, qryEntity QueryEntity, valCls Class) : void renamed to private configureCacheSqlDescriptor(cacheName String, qryEntity QueryEntity, valCls Class) : void in class org.apache.ignite.yardstick.cache.load.IgniteCacheRandomOperationBenchmark | From | To | |
| Rename Method private rendomizeSql() : String renamed to private randomizeSql(sql String) : String in class org.apache.ignite.yardstick.cache.load.IgniteCacheRandomOperationBenchmark | From | To | |
| Rename Variable | 1 | ||
| Rename Variable count : int to cnt : int in method private randomizeSql(sql String) : String in class org.apache.ignite.yardstick.cache.load.IgniteCacheRandomOperationBenchmark | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type queries : List<String> to queries : List<TestQuery> in class org.apache.ignite.yardstick.cache.load.IgniteCacheRandomOperationBenchmark | From | To |