Skip to content
This repository was archived by the owner on May 19, 2026. It is now read-only.

[UIMA-5964] avoid null value of unsorted variable.#1

Open
fanavarro wants to merge 1 commit into
apache:trunkfrom
fanavarro:UIMA-5964
Open

[UIMA-5964] avoid null value of unsorted variable.#1
fanavarro wants to merge 1 commit into
apache:trunkfrom
fanavarro:UIMA-5964

Conversation

@fanavarro

Copy link
Copy Markdown

Fix for the bug [UIMA-5964]. Matched text field of concept mapper was always null when OrderIndependentLookup is false. With this fix, matched text is initialized independently of OrderIndependentLookup.

@tanenblatt tanenblatt left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After going through the code manually, it does appear that the proposed change should do the right thing. I’ve been trying to figure out why that was never a reported problem, but I guess it was because when not using sorting, the array of matched tokens can be consulted to compute the matched string. Making this change would therefore be a reasonable convenience.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants