Skip to content

RDFMacroPipe fails to forward unnamed literals #146

@cboehme

Description

@cboehme

Literals with an empty name cause an IndexOutOfBoundsException in RDFMacroPipe.literal(). The method should check whether the string is empty before accessing the first character.

A check for null is not necessary since null is not a valid literal name.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions