3eb52a8a4d42add524051a9611b1b7d1a1d17398
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 5
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method private initializeCache(cctx GridCacheContext<?,?>, schema QuerySchema) : void renamed to public onCacheStart0(cctx GridCacheContext<?,?>, schema QuerySchema) : void in class org.apache.ignite.internal.processors.query.GridQueryProcessor | From | To | |
| Rename Method private unregisterCache0(space String) : void renamed to public onCacheStop0(space String) : void in class org.apache.ignite.internal.processors.query.GridQueryProcessor | From | To | |
| Rename Variable | 2 | ||
| Rename Variable node : IgniteEx to node0 : IgniteEx in method protected assertNoIndex(node Ignite, cacheName String, tblName String, idxName String) : void in class org.apache.ignite.internal.processors.cache.index.AbstractSchemaSelfTest | From | To | |
| Rename Variable node : IgniteEx to node0 : IgniteEx in method protected assertIndex(node Ignite, checkNonAffinityNode boolean, cacheName String, tblName String, idxName String, fields IgniteBiTuple<String,Boolean>...) : void in class org.apache.ignite.internal.processors.cache.index.AbstractSchemaSelfTest | From | To | |
| Extract Method | 1 | ||
| Extract Method protected assertIndex(cacheName String, checkNonAffinityNodes boolean, tblName String, idxName String, fields IgniteBiTuple<String,Boolean>...) : void extracted from protected assertIndex(cacheName String, tblName String, idxName String, fields IgniteBiTuple<String,Boolean>...) : void in class org.apache.ignite.internal.processors.cache.index.AbstractSchemaSelfTest | From | To |