8dd4f8eb48ce757baf4502bc9be763792a5877ee
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Class | 1 | ||
Rename Class com.fasterxml.jackson.databind.deser.jdk.TestDateDeserialization renamed to com.fasterxml.jackson.databind.deser.jdk.DateDeserializationTest | From | To | |
Parameterize Variable | 2 | ||
Parameterize Variable l : long to value : long in method protected _intOverflow(value long) : boolean in class com.fasterxml.jackson.databind.deser.std.StdDeserializer | From | To | |
Extract Method | 6 | ||
Extract Method protected _intOverflow(value long) : boolean extracted from protected _parseInteger(p JsonParser, ctxt DeserializationContext) : Integer in class com.fasterxml.jackson.databind.deser.std.StdDeserializer | From | To | |
Extract Method protected _shortOverflow(value int) : boolean extracted from protected _parseShort(p JsonParser, ctxt DeserializationContext) : Short in class com.fasterxml.jackson.databind.deser.std.StdDeserializer | From | To | |
Extract Method protected _intOverflow(value long) : boolean extracted from protected _parseIntPrimitive(p JsonParser, ctxt DeserializationContext) : int in class com.fasterxml.jackson.databind.deser.std.StdDeserializer | From | To | |
Extract Method protected _shortOverflow(value int) : boolean extracted from protected _parseShortPrimitive(p JsonParser, ctxt DeserializationContext) : short in class com.fasterxml.jackson.databind.deser.std.StdDeserializer | From | To | |
Extract Method protected createDefaultInstance(ctxt DeserializationContext) : Collection<Object> extracted from public deserialize(p JsonParser, ctxt DeserializationContext) : Collection<Object> in class com.fasterxml.jackson.databind.deser.std.CollectionDeserializer | From | To | |
Extract Method protected _byteOverflow(value int) : boolean extracted from protected _parseByte(p JsonParser, ctxt DeserializationContext) : Byte in class com.fasterxml.jackson.databind.deser.std.StdDeserializer | From | To |