We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ParserBase.close()
_currToken
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looks like default implementation of close() in ParserBase is missing this line:
close()
ParserBase
_currToken = null;
leaving "dangling" current token. Should be changed.
(note: found when testing changes for #1433)
The text was updated successfully, but these errors were encountered:
Fix #1438
c7283cb
971773d
Addendum to #1438: unit test
c20ac86
MismatchedInputException
StreamReadFeature.CLEAR_CURRENT_TOKEN_ON_CLOSE
No branches or pull requests
Looks like default implementation of
close()
inParserBase
is missing this line:leaving "dangling" current token. Should be changed.
(note: found when testing changes for #1433)
The text was updated successfully, but these errors were encountered: