73199bd2da2fa8ebbcd0f97d055e6be372da43f6
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 3
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 2 | ||
| Change Return Type Collection<Map.Entry<Integer,Person>> to Collection<Cache.Entry<Integer,Object>> in method private executeQuery(minSalary double, maxSalary double) : Collection<Cache.Entry<Integer,Object>> in class org.apache.ignite.yardstick.cache.IgniteSqlQueryBenchmark | From | To | |
| Change Return Type Collection<Map.Entry<Integer,Person>> to Collection<Cache.Entry<Integer,Object>> in method private executeQuery(minSalary double, maxSalary double) : Collection<Cache.Entry<Integer,Object>> in class org.apache.ignite.yardstick.cache.IgniteSqlQueryPutBenchmark | From | To | |
| Change Variable Type | 4 | ||
| Change Variable Type entry : Map.Entry<Integer,Person> to entry : Cache.Entry<Integer,Object> in method public test(ctx Map<Object,Object>) : boolean in class org.apache.ignite.yardstick.cache.IgniteSqlQueryBenchmark | From | To | |
| Change Variable Type entry : Map.Entry<Integer,Person> to entry : Cache.Entry<Integer,Object> in method public test(ctx Map<Object,Object>) : boolean in class org.apache.ignite.yardstick.cache.IgniteSqlQueryPutBenchmark | From | To | |
| Change Variable Type entries : Collection<Map.Entry<Integer,Person>> to entries : Collection<Cache.Entry<Integer,Object>> in method public test(ctx Map<Object,Object>) : boolean in class org.apache.ignite.yardstick.cache.IgniteSqlQueryBenchmark | From | To | |
| Change Variable Type entries : Collection<Map.Entry<Integer,Person>> to entries : Collection<Cache.Entry<Integer,Object>> in method public test(ctx Map<Object,Object>) : boolean in class org.apache.ignite.yardstick.cache.IgniteSqlQueryPutBenchmark | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type qry : CacheQuery to qry : ThreadLocal<SqlFieldsQuery> in class org.apache.ignite.yardstick.cache.IgniteSqlQueryJoinBenchmark | From | To | |
| Change Attribute Type qry : CacheQuery to qry : ThreadLocal<SqlQuery> in class org.apache.ignite.yardstick.cache.IgniteSqlQueryBenchmark | From | To | |
| Change Attribute Type qry : CacheQuery to qry : ThreadLocal<SqlQuery> in class org.apache.ignite.yardstick.cache.IgniteSqlQueryPutBenchmark | From | To |