-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Milestone
Description
Came across this looking at FasterXML/jackson-module-kotlin#46
There is a bug here: https://github.com/FasterXML/jackson-databind/blob/master/src/main/java/com/fasterxml/jackson/databind/deser/impl/PropertyValueBuffer.java#L276-L281
_paramsSeenBig.set(ix);
needs to be before if (--_paramsNeeded <= 0) { return true; }
otherwise it is skipped for the last element. That code block only gets executed if there are 32+ parameters.
Metadata
Metadata
Assignees
Labels
No labels