rivescript-java icon indicating copy to clipboard operation
rivescript-java copied to clipboard

Potential parse bug

Open pmioulet opened this issue 5 years ago • 0 comments

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());
}

pmioulet avatar Oct 23 '19 11:10 pmioulet