Skip to content

ParserBase.close() does not clear _currToken #1438

Closed
@cowtowncoder

Description

@cowtowncoder

Looks like default implementation of close() in ParserBase is missing this line:

_currToken = null;

leaving "dangling" current token. Should be changed.

(note: found when testing changes for #1433)

Metadata

Metadata

Assignees

No one assigned

    Labels

    2.20Issue planned (at earliest) for 2.20

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions