Skip to content

Potential parse bug #66

Description

@pmioulet

Here the code is missing a loop on all the entries of the list within the value of the map or maybe this?

if(entry.getValue().contains(UNDEF_TAG)) {
  this.array.remove(entry.getKey());
} else {
  this.array.put(entry.getKey(), entry.getValue());
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions