a0c709c253bcacf165e3b249c433d0d2481ae38e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 1 | ||
| Move Method package ensureFields() : void from class com.alibaba.fastjson.JSONObject to package ensureFields() : void from class com.alibaba.fastjson.JSONObject.SecureObjectInputStream | From | To | |
| Move Attribute | 2 | ||
| Move Attribute package fields_error : boolean from class com.alibaba.fastjson.JSONObject to package fields_error : boolean from class com.alibaba.fastjson.JSONObject.SecureObjectInputStream | From | To | |
| Move Attribute package fields : Field[] from class com.alibaba.fastjson.JSONObject to package fields : Field[] from class com.alibaba.fastjson.JSONObject.SecureObjectInputStream | From | To | |
| Extract Class | 1 | ||
| Extract Class com.alibaba.fastjson.JSONObject.SecureObjectInputStream from class com.alibaba.fastjson.JSONObject | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type key : String to key : Object in method private readObject(in ObjectInputStream) : void in class com.alibaba.fastjson.JSONObject | From | To | |
| Change Variable Type entry : Entry<String,Object> to entry : Entry in method private readObject(in ObjectInputStream) : void in class com.alibaba.fastjson.JSONObject | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter s : ObjectInputStream to in : ObjectInputStream in method private readObject(in ObjectInputStream) : void in class com.alibaba.fastjson.JSONArray | From | To |