> if (internalStringCode != NULL) {
> return (String) this.stringList.get(internalStringCode);
> }
>
> If you have traced your code in the debugger and found that this is not used,
> and instead the String constructor is called as you describe, it would be
> helpful if you could provide a test case.
No, it was done by static analysis with my eyeballs.
It seems I made a mistake. I should have asked about it on uima-users instead
of making a request in Jira. I'm sorry to have wasted your time. :-(
Greg