You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Richard Eckart de Castilho (Jira)" <de...@uima.apache.org> on 2022/05/11 14:11:00 UTC

[jira] [Updated] (UIMA-6428) cas.select(TOP.class).count() has unexpected result

     [ https://issues.apache.org/jira/browse/UIMA-6428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard Eckart de Castilho updated UIMA-6428:
---------------------------------------------
    Fix Version/s: 3.4.0SDK

> cas.select(TOP.class).count() has unexpected result
> ---------------------------------------------------
>
>                 Key: UIMA-6428
>                 URL: https://issues.apache.org/jira/browse/UIMA-6428
>             Project: UIMA
>          Issue Type: Bug
>          Components: Core Java Framework
>            Reporter: Richard Eckart de Castilho
>            Priority: Major
>             Fix For: 3.4.0SDK
>
>
> Calling cas.select(TOP.class).count() returns a very large long number - probably Long.MAX_VALUE. It is a bit unexpected... To get an accurate number, one has to call cas.select(TOP.class).asList().size().



--
This message was sent by Atlassian Jira
(v8.20.7#820007)