TreeTraversingParser.getLongValue()
incorrectly checks canConvertToInt()
#2393
Milestone
TreeTraversingParser.getLongValue()
incorrectly checks canConvertToInt()
#2393
version 2.10.0.pr1
jackson-databind/src/main/java/com/fasterxml/jackson/databind/node/TreeTraversingParser.java
Line 315 in 6a88bc8
should check for canConvertToLong(). Instead checks for canConvertToInt() and throws "JsonMappingException"
The text was updated successfully, but these errors were encountered: