You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per FasterXML/jackson-dataformats-binary#303, I was able to reproduce a NullPointerException when IonParser.nextToken() is called using the sample code. This eventually leads to LocalSymbolTable:681 according to the stack trace. The solution might be to just add a null check into the LocalSymbolTable code.
Uh oh!
There was an error while loading. Please reload this page.
As per FasterXML/jackson-dataformats-binary#303, I was able to reproduce a
NullPointerException
whenIonParser.nextToken()
is called using the sample code. This eventually leads to LocalSymbolTable:681 according to the stack trace. The solution might be to just add a null check into theLocalSymbolTable
code.Stack trace for the exception:
The text was updated successfully, but these errors were encountered: