Skip to content
This repository was archived by the owner on Jul 28, 2023. It is now read-only.
This repository was archived by the owner on Jul 28, 2023. It is now read-only.

StackOverflowError in case of name conflict #34

Description

@vcharpenay

When a name conflict occur in a TD, the method TDTransform.asJsonLd11ForType() runs into an infinite loop. E.g. (conflictingName used twice):

{
  "id": "tag:something",
  "properties":
    "conflictingName": {
      "type": "object",
      "properties": {
        "conflictingName": {
          "type": "string"
        }
      }
    } 
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions