Skip to content

String concatenation fails to annotate it correctly in the case of two string literals #8

@siddharthbe

Description

@siddharthbe

When two strings are concatenated for example "https" and "://" the current code annotates the result with the annotation @startsWith({"https"}) whereas it should be annotated as @startsWith({"https://"}). Test file ConcatenationFile shows this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions