Skip to content

SingleFileSourceLocator is too ineffective about unknown identifiers #614

@ondrejmirtes

Description

@ondrejmirtes

When asked about an unknown identifier, it always parses the source code again.

Instead, it should parse the file only a single time and remember all the parsed symbols.

I know there's MemoizingSourceLocator but it doesn't help really. It will only remember null when asked about the same identifiers for the second time.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions