f2f830e97c1cdcdb928595ba97e1465c16a3b516
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Class | 1 | ||
Rename Class com.alibaba.fastjson.serializer.SerializeContext renamed to com.alibaba.fastjson.serializer.BeanContext | From | To | |
Change Variable Type | 2 | ||
Change Variable Type fieldContext : SerializeContext to fieldContext : BeanContext in method public processValue(javaBeanDeser JavaBeanSerializer, object Object, key String, propertyValue Object) : Object in class com.alibaba.fastjson.serializer.JSONSerializer | From | To | |
Change Variable Type context : SerializeContext to context : BeanContext in method public test_for_mtop() : void in class com.alibaba.json.bvt.taobao.MTopTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type fieldContext : SerializeContext to fieldContext : BeanContext in class com.alibaba.fastjson.serializer.FieldSerializer | From | To |