b8f616c939c652b8540c95fa2b377b8c628ef3ff
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public deserialize(json JsonElement, typeOfT Type, context JsonDeserializationContext) : Date renamed to public read(in JsonReader) : Date in class com.google.gson.DefaultDateTypeAdapter | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type json : JsonElement to s : String in method private deserializeToDate(s String) : Date in class com.google.gson.DefaultDateTypeAdapter | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute typeOfT : Type to dateType : Class<? extends Date> in method public read(in JsonReader) : Date in class com.google.gson.DefaultDateTypeAdapter | From | To | |
Change Variable Type | 1 | ||
Change Variable Type typeOfT : Type to dateType : Class<? extends Date> in method public read(in JsonReader) : Date in class com.google.gson.DefaultDateTypeAdapter | From | To | |
Rename Parameter | 1 | ||
Rename Parameter json : JsonElement to s : String in method private deserializeToDate(s String) : Date in class com.google.gson.DefaultDateTypeAdapter | From | To |