jackson-core icon indicating copy to clipboard operation
jackson-core copied to clipboard

more JsonParser methods should declare throws

Open pjfanning opened this issue 1 week ago • 7 comments

I'm suggesting this just for master branch (Jackson 3). See https://github.com/FasterXML/jackson-dataformat-xml/pull/660/files

Both isExpectedNumberIntToken and isExpectedStartArrayToken should be declared to throw StreamConstraintsException or a super class like JacksonException.

pjfanning avatar Jun 26 '24 08:06 pjfanning