2d5d1246dbda74b3ca1ad3e6309953de4bb78c4f
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 5
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public queriesFile() : String renamed to public loadTestQueriesFile() : String in class org.apache.ignite.yardstick.IgniteBenchmarkArguments | From | To | |
| Rename Method public allowOperations() : List<String> renamed to public allowedLoadTestOps() : List<String> in class org.apache.ignite.yardstick.IgniteBenchmarkArguments | From | To | |
| Rename Variable | 2 | ||
| Rename Variable randomDescriptor : SqlCacheDescriptor to randomDesc : SqlCacheDescriptor in method private doSqlQuery(cache IgniteCache) : void in class org.apache.ignite.yardstick.cache.load.IgniteCacheRandomOperationBenchmark | From | To | |
| Rename Variable op : Operation to opName : String in method private loadAllowedOperations() : void in class org.apache.ignite.yardstick.cache.load.IgniteCacheRandomOperationBenchmark | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute allowedOperations : List<Operation> to allowedLoadTestOps : List<Operation> in class org.apache.ignite.yardstick.cache.load.IgniteCacheRandomOperationBenchmark | From | To | |
| Rename Attribute valueClass : Class to valCls : Class in class org.apache.ignite.yardstick.cache.load.IgniteCacheRandomOperationBenchmark.SqlCacheDescriptor | From | To | |
| Extract Variable | 1 | ||
| Extract Variable op : Operation in method private executeRandomOperation(map Map<Object,Object>, cache IgniteCache) : void from class org.apache.ignite.yardstick.cache.load.IgniteCacheRandomOperationBenchmark | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type sb : StringBuffer to sb : StringBuilder in method private makeQueryCondition(id int) : String in class org.apache.ignite.yardstick.cache.load.IgniteCacheRandomOperationBenchmark.SqlCacheDescriptor | From | To | |
| Change Variable Type op : Operation to opName : String in method private loadAllowedOperations() : void in class org.apache.ignite.yardstick.cache.load.IgniteCacheRandomOperationBenchmark | From | To | |
| Rename Parameter | 4 | ||
| Rename Parameter valueClass : Class to valCls : Class in method package SqlCacheDescriptor(valCls Class, fields Set<String>, indexedFieldsByCls Map<String,Class>) in class org.apache.ignite.yardstick.cache.load.IgniteCacheRandomOperationBenchmark.SqlCacheDescriptor | From | To | |
| Rename Parameter indexedFieldsByClass : Map<String,Class> to indexedFieldsByCls : Map<String,Class> in method package SqlCacheDescriptor(valCls Class, fields Set<String>, indexedFieldsByCls Map<String,Class>) in class org.apache.ignite.yardstick.cache.load.IgniteCacheRandomOperationBenchmark.SqlCacheDescriptor | From | To | |
| Rename Parameter queryEntity : QueryEntity to qryEntity : QueryEntity in method private cofigureCacheSqlDescriptor(cacheName String, qryEntity QueryEntity, valCls Class) : void in class org.apache.ignite.yardstick.cache.load.IgniteCacheRandomOperationBenchmark | From | To | |
| Rename Parameter event : CacheEntryEvent to evt : CacheEntryEvent in method public evaluate(evt CacheEntryEvent) : boolean in class org.apache.ignite.yardstick.cache.load.IgniteCacheRandomOperationBenchmark.ContinuousQueryFilter | From | To |