f575ff119d589c04836a3de065e5f958daec8000
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 1
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Inline Method | 1 | ||
| Inline Method package isMetaDataEnabled() : boolean inlined to public configure(marsh PortableMarshaller) : void in class org.apache.ignite.internal.portable.PortableContext | From | To | |
| Replace Variable With Attribute | 1 | ||
| Replace Variable With Attribute serializer : PortableSerializer to convertStrings : boolean in method public configure(marsh PortableMarshaller) : void in class org.apache.ignite.internal.portable.PortableContext | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type serializer : PortableSerializer to convertStrings : boolean in method public configure(marsh PortableMarshaller) : void in class org.apache.ignite.internal.portable.PortableContext | From | To | |
| Split Parameter | 1 | ||
| Split Parameter marsh : PortableMarshaller to [globalIdMapper : PortableIdMapper, globalSerializer : PortableSerializer] in method private configure(globalIdMapper PortableIdMapper, globalSerializer PortableSerializer, globalUseTs boolean, globalMetaDataEnabled boolean, globalKeepDeserialized boolean, clsNames Collection<String>, typeCfgs Collection<PortableTypeConfiguration>) : void in class org.apache.ignite.internal.portable.PortableContext | From | To | |
| Split Attribute | 1 | ||
| Split Attribute marsh : PortableMarshaller to [useTs : boolean, keepDeserialized : boolean, metaDataEnabled : boolean] in class org.apache.ignite.internal.portable.PortableContext | From | To | |
| Extract Method | 1 | ||
| Extract Method private configure(globalIdMapper PortableIdMapper, globalSerializer PortableSerializer, globalUseTs boolean, globalMetaDataEnabled boolean, globalKeepDeserialized boolean, clsNames Collection<String>, typeCfgs Collection<PortableTypeConfiguration>) : void extracted from public configure(marsh PortableMarshaller) : void in class org.apache.ignite.internal.portable.PortableContext | From | To |