4d3c1f07b850a6519908c6d4383ec81310bbab40
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public isRegistered() : boolean renamed to public registered() : boolean in class org.apache.ignite.internal.portable.PortableClassDescriptor | From | To | |
| Move And Rename Method | 1 | ||
| Move And Rename Method private useOptimizedMarshaller(obj Object) : boolean from class org.apache.ignite.internal.portable.PortableWriterExImpl to private initUseOptimizedMarshallerFlag() : boolean from class org.apache.ignite.internal.portable.PortableClassDescriptor | From | To | |
| Rename Variable | 4 | ||
| Rename Variable type : PortableContext.Type to desc : PortableClassDescriptor in method package doWriteObjectArray(val Object[]) : void in class org.apache.ignite.internal.portable.PortableWriterExImpl | From | To | |
| Rename Variable type : PortableContext.Type to desc : PortableClassDescriptor in method package doWriteClass(val Class) : void in class org.apache.ignite.internal.portable.PortableWriterExImpl | From | To | |
| Rename Variable type : PortableContext.Type to desc : PortableClassDescriptor in method package doWriteEnumArray(val Object[]) : void in class org.apache.ignite.internal.portable.PortableWriterExImpl | From | To | |
| Rename Variable type : PortableContext.Type to desc : PortableClassDescriptor in method package doWriteEnum(val Enum<?>) : void in class org.apache.ignite.internal.portable.PortableWriterExImpl | From | To | |
| Change Variable Type | 4 | ||
| Change Variable Type type : PortableContext.Type to desc : PortableClassDescriptor in method package doWriteClass(val Class) : void in class org.apache.ignite.internal.portable.PortableWriterExImpl | From | To | |
| Change Variable Type type : PortableContext.Type to desc : PortableClassDescriptor in method package doWriteEnumArray(val Object[]) : void in class org.apache.ignite.internal.portable.PortableWriterExImpl | From | To | |
| Change Variable Type type : PortableContext.Type to desc : PortableClassDescriptor in method package doWriteEnum(val Enum<?>) : void in class org.apache.ignite.internal.portable.PortableWriterExImpl | From | To | |
| Change Variable Type type : PortableContext.Type to desc : PortableClassDescriptor in method package doWriteObjectArray(val Object[]) : void in class org.apache.ignite.internal.portable.PortableWriterExImpl | From | To | |
| Extract Variable | 1 | ||
| Extract Variable typeName : String in method public registerPredefinedType(cls Class<?>, id int) : PortableClassDescriptor from class org.apache.ignite.internal.portable.PortableContext | From | To |