a922ac9d17f91f25aaa2bac9f0a2622dbd04c9bb
Files Diff
- Added: 1
 - Removed: 0
 - Renamed: 0
 - Modified: 3
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 1 | ||
| Move And Rename Method private unwrap(obj CacheObject, coctx CacheObjectContext) : Object from class org.apache.ignite.internal.processors.query.GridQueryProcessor to private unwrapIfNeeded(obj CacheObject, coctx CacheObjectContext) : Object from class org.apache.ignite.internal.processors.cache.query.GridCacheQueryManager | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private isIndexingSpiAllowsBinary : boolean from class org.apache.ignite.internal.processors.query.GridQueryProcessor to private isIndexingSpiAllowsBinary : boolean from class org.apache.ignite.internal.processors.cache.query.GridCacheQueryManager | From | To | |
| Extract Attribute | 1 | ||
| Extract Attribute public CACHE_NAME : String in class org.apache.ignite.internal.processors.cache.query.IndexingSpiQuerySelfTest | From | To | |
| Extract Method | 5 | ||
| Extract Method protected cacheConfiguration(cacheName String) : CacheConfiguration<K,V> extracted from public testIndexingSpiWithDisabledQueryProcessor() : void in class org.apache.ignite.internal.processors.cache.query.IndexingSpiQuerySelfTest | From | To | |
| Extract Method protected cacheConfiguration(cacheName String) : CacheConfiguration<K,V> extracted from public testSimpleIndexingSpi() : void in class org.apache.ignite.internal.processors.cache.query.IndexingSpiQuerySelfTest | From | To | |
| Extract Method protected cacheConfiguration(cacheName String) : CacheConfiguration<K,V> extracted from public testIndexingSpiFailure() : void in class org.apache.ignite.internal.processors.cache.query.IndexingSpiQuerySelfTest | From | To | |
| Extract Method protected cacheConfiguration(cacheName String) : CacheConfiguration<K,V> extracted from public testNonBinaryIndexingSpi() : void in class org.apache.ignite.internal.processors.cache.query.IndexingSpiQuerySelfTest | From | To | |
| Extract Method protected cacheConfiguration(cacheName String) : CacheConfiguration<K,V> extracted from public testBinaryIndexingSpi() : void in class org.apache.ignite.internal.processors.cache.query.IndexingSpiQuerySelfTest | From | To |