28b6b51a6361d5eceed464662e0017c97346da67
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 3 | ||
Change Variable Type clientCache1 : IgniteCache<Integer,Integer> to clientCache1 : IgniteCache in method public testDynamicNearCacheStartFromConfig() : void in class org.apache.ignite.internal.IgniteDynamicCacheConfigTest | From | To | |
Change Variable Type clientCache1 : IgniteCache<Integer,Integer> to clientCache1 : IgniteCache in method public testGetOrCreateNearCache() : void in class org.apache.ignite.internal.IgniteDynamicCacheConfigTest | From | To | |
Change Variable Type clientCache1 : IgniteCache<Integer,Integer> to clientCache1 : IgniteCache in method public testCreateNearCache() : void in class org.apache.ignite.internal.IgniteDynamicCacheConfigTest | From | To | |
Extract Method | 1 | ||
Extract Method private initContext(url URL) : ApplicationContext extracted from public loadBeans(cfgUrl URL, beanClasses Class<?>...) : Map<Class<?>,Object> in class org.apache.ignite.internal.processors.spring.IgniteSpringProcessorImpl | From | To | |
Rename Parameter | 1 | ||
Rename Parameter cfgUrl : URL to url : URL in method private initContext(url URL) : ApplicationContext in class org.apache.ignite.internal.processors.spring.IgniteSpringProcessorImpl | From | To |