1b9a97adc0ca74b5d6e0c5056d092114ea300bd1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private processKeyAndValue(ccfg CacheConfiguration<?,?>, keyCls Class<?>, valCls Class<?>, declaredTypes Map<TypeName,CacheTypeMetadata>) : TypeDescriptor renamed to private processKeyAndValueClasses(ccfg CacheConfiguration<?,?>, keyCls Class<?>, valCls Class<?>, declaredTypes Map<TypeName,CacheTypeMetadata>) : TypeDescriptor in class org.apache.ignite.internal.processors.query.GridQueryProcessor | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type indexedTypes : IgniteBiTuple<Class<?>,Class<?>>... to indexedTypes : Class<?>... in method public setIndexedTypes(indexedTypes Class<?>...) : void in class org.apache.ignite.configuration.CacheConfiguration | From | To | |
Change Return Type | 1 | ||
Change Return Type IgniteBiTuple<Class<?>,Class<?>>[] to Class<?>[] in method public getIndexedTypes() : Class<?>[] in class org.apache.ignite.configuration.CacheConfiguration | From | To | |
Extract Variable | 1 | ||
Extract Variable clss : Class<?>[] in method public initializeCache(ccfg CacheConfiguration<?,?>) : void from class org.apache.ignite.internal.processors.query.GridQueryProcessor | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type indexedTypes : IgniteBiTuple<Class<?>,Class<?>>[] to indexedTypes : Class<?>[] in class org.apache.ignite.configuration.CacheConfiguration | From | To |