5caa107806fde27487a15b6c8f6ca3769dbb959b
Files Diff
- Added: 9
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public unmarshalValues() : boolean renamed to public storeValue() : boolean in class org.apache.ignite.internal.processors.cache.CacheObjectContext | From | To | |
Rename Attribute | 1 | ||
Rename Attribute unmarshalVals : boolean to storeVal : boolean in class org.apache.ignite.internal.processors.cache.CacheObjectContext | From | To | |
Extract Variable | 1 | ||
Extract Variable val : Object in method public value(ctx CacheObjectContext, cpy boolean) : T from class org.apache.ignite.internal.processors.cache.CacheObjectImpl | From | To | |
Rename Parameter | 1 | ||
Rename Parameter unmarshalVals : boolean to storeVal : boolean in method public CacheObjectContext(kernalCtx GridKernalContext, dfltAffMapper AffinityKeyMapper, cpyOnGet boolean, storeVal boolean) in class org.apache.ignite.internal.processors.cache.CacheObjectContext | From | To |