4fe827074727e2f27980dce547070251134dc2ff
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public registerClass(id int, cls Class) : void renamed to protected registerClassName(id int, clsName String) : void in class org.apache.ignite.internal.MarshallerContextImpl | From | To | |
Pull Up Method | 1 | ||
Pull Up Method public className(id int, ldr ClassLoader) : Class from class org.apache.ignite.internal.MarshallerContextImpl to public getClass(id int, ldr ClassLoader) : Class from class org.apache.ignite.internal.MarshallerContextAdapter | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type cls : Class to clsName : String in method protected registerClassName(id int, clsName String) : void in class org.apache.ignite.internal.MarshallerContextImpl | From | To | |
Rename Attribute | 1 | ||
Rename Attribute clsNameById : ConcurrentMap<Integer,String> to map : ConcurrentMap<Integer,String> in class org.apache.ignite.internal.MarshallerContextAdapter | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type map : ConcurrentMap<Integer,Class> to map : ConcurrentMap<Integer,String> in class org.apache.ignite.marshaller.MarshallerContextTestImpl | From | To | |
Rename Parameter | 1 | ||
Rename Parameter cls : Class to clsName : String in method protected registerClassName(id int, clsName String) : void in class org.apache.ignite.internal.MarshallerContextImpl | From | To |