c0c28abdd32c9fe63866f28044aecbe3386c868f
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public setKeepDeserialized(keepDeserialized boolean) : void renamed to public setDefaultKeepDeserialized(keepDeserialized boolean) : void in class org.gridgain.grid.dotnet.GridDotNetPortableConfiguration | From | To | |
Rename Method public getKeepDeserialized() : boolean renamed to public getDefaultKeepDeserialized() : boolean in class org.gridgain.grid.dotnet.GridDotNetPortableConfiguration | From | To | |
Rename Attribute | 1 | ||
Rename Attribute keepDeserialized : boolean to dfltKeepDeserialized : boolean in class org.gridgain.grid.dotnet.GridDotNetPortableConfiguration | From | To | |
Extract Method | 3 | ||
Extract Method public keepPortable0() : GridCacheProjectionImpl<K1,V1> extracted from public keepPortable() : GridCacheProjection<K1,V1> in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter | From | To | |
Extract Method private start(springCfgUrl URL, gridName String, springCtx GridSpringResourceContext, cfgClo IgniteClosure<IgniteConfiguration,IgniteConfiguration>) : Ignite extracted from public start(springCfgUrl URL, gridName String, springCtx GridSpringResourceContext) : Ignite in class org.gridgain.grid.kernal.GridGainEx | From | To | |
Extract Method private resolveSpringUrl(springCfgPath String) : URL extracted from public start(springCfgPath String, gridName String, springCtx GridSpringResourceContext) : Ignite in class org.gridgain.grid.kernal.GridGainEx | From | To |