08ab9af8a94c53c1cd58d5763f2b9d594f3ca58e
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 9 | ||
Rename Variable expectedSize : int to expSize : int in method public testSegmentedIndexReproducableResults() : void in class org.apache.ignite.internal.processors.query.IgniteSqlSegmentedIndexSelfTest | From | To | |
Rename Variable expectedPersons : int to expPersons : long in method public checkLocalQueryWithSegmentedIndex() : void in class org.apache.ignite.internal.processors.query.IgniteSqlSegmentedIndexSelfTest | From | To | |
Rename Variable result : List<List<?>> to res : List<List<?>> in method public testSegmentedIndexReproducableResults() : void in class org.apache.ignite.internal.processors.query.IgniteSqlSegmentedIndexSelfTest | From | To | |
Rename Variable expectedPersons : int to expPersons : long in method public checkDistributedQueryWithSegmentedIndex() : void in class org.apache.ignite.internal.processors.query.IgniteSqlSegmentedIndexSelfTest | From | To | |
Rename Variable result : List<List<?>> to res : List<List<?>> in method public checkDistributedQueryWithSegmentedIndex() : void in class org.apache.ignite.internal.processors.query.IgniteSqlSegmentedIndexSelfTest | From | To | |
Rename Variable result : List<List<?>> to res : List<List<?>> in method public checkLocalQueryWithSegmentedIndex() : void in class org.apache.ignite.internal.processors.query.IgniteSqlSegmentedIndexSelfTest | From | To | |
Rename Variable result : List<List<?>> to res : List<List<?>> in method public testSegmentedIndexWithEvictionPolicy() : void in class org.apache.ignite.internal.processors.query.IgniteSqlSegmentedIndexSelfTest | From | To | |
Rename Variable localOrgIds : Set<Integer> to locOrgIds : Set<Integer> in method public checkLocalQueryWithSegmentedIndex() : void in class org.apache.ignite.internal.processors.query.IgniteSqlSegmentedIndexSelfTest | From | To | |
Rename Variable f : IndexingQueryFilter to filter : IndexingQueryCacheFilter in method public find(ses Session, lower SearchRow, upper SearchRow) : Cursor in class org.apache.ignite.internal.processors.query.h2.database.H2TreeIndex | From | To | |
Extract Variable | 2 | ||
Extract Variable PERSON_COUNT : long in method public testOperations() : void from class org.apache.ignite.internal.processors.cache.index.H2DynamicIndexingComplexTest | From | To | |
Extract Variable SIZE : long in method public testSegmentedIndexWithEvictionPolicy() : void from class org.apache.ignite.internal.processors.query.IgniteSqlSegmentedIndexSelfTest | From | To | |
Change Variable Type | 3 | ||
Change Variable Type f : IndexingQueryFilter to filter : IndexingQueryCacheFilter in method public find(ses Session, lower SearchRow, upper SearchRow) : Cursor in class org.apache.ignite.internal.processors.query.h2.database.H2TreeIndex | From | To | |
Change Variable Type expectedPersons : int to expPersons : long in method public checkLocalQueryWithSegmentedIndex() : void in class org.apache.ignite.internal.processors.query.IgniteSqlSegmentedIndexSelfTest | From | To | |
Change Variable Type expectedPersons : int to expPersons : long in method public checkDistributedQueryWithSegmentedIndex() : void in class org.apache.ignite.internal.processors.query.IgniteSqlSegmentedIndexSelfTest | From | To | |
Extract Method | 2 | ||
Extract Method private partitionFilter(qryFilter IndexingQueryFilter) : IndexingQueryCacheFilter extracted from protected doFind0(t IgniteTree, first SearchRow, includeFirst boolean, last SearchRow, filter IndexingQueryFilter) : H2Cursor in class org.apache.ignite.internal.processors.query.h2.database.H2TreeIndex | From | To | |
Extract Method private partitionFilter(qryFilter IndexingQueryFilter) : IndexingQueryCacheFilter extracted from public find(ses Session, lower SearchRow, upper SearchRow) : Cursor in class org.apache.ignite.internal.processors.query.h2.database.H2TreeIndex | From | To | |
Rename Parameter | 1 | ||
Rename Parameter filter : IndexingQueryFilter to qryFilter : IndexingQueryFilter in method private partitionFilter(qryFilter IndexingQueryFilter) : IndexingQueryCacheFilter in class org.apache.ignite.internal.processors.query.h2.database.H2TreeIndex | From | To |