Richard Eckart de Castilho created UIMA-6428:
------------------------------------------------

             Summary: 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


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.1#820001)

Reply via email to