b0276a0c690d0310fe62400dd1af679fd134e680
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public computeSetters(clazz Class<?>, type Type) : JavaBeanInfo renamed to public build(clazz Class<?>, type Type) : JavaBeanInfo in class com.alibaba.fastjson.util.JavaBeanInfo | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type fieldList : List<FieldInfo> to fieldList : FieldInfo[] in method private genBatchSet(fieldList FieldInfo[], flag boolean) : void in class com.alibaba.fastjson.codegen.DeserializerGen | From | To | |
Inline Method | 1 | ||
Inline Method public getFieldList() : List<FieldInfo> inlined to public build(clazz Class<?>, type Type) : JavaBeanInfo in class com.alibaba.fastjson.util.JavaBeanInfo | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type fieldInfoList : List<FieldInfo> to fieldInfoList : FieldInfo[] in class com.alibaba.fastjson.parser.deserializer.ASMDeserializerFactory.Context | From | To |