You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "reckart (via GitHub)" <gi...@apache.org> on 2023/01/23 16:21:34 UTC

[GitHub] [uima-uimaj] reckart opened a new issue, #272: select on FSArray seems broken

reckart opened a new issue, #272:
URL: https://github.com/apache/uima-uimaj/issues/272

   **Describe the bug**
   It seems that the `select` call on an FSArray is broken in the sense that it actually selects over the entire CAS instead of limiting the selection to the FSArray in question.
   
   **To Reproduce**
   ```
               var x = fsArray.size();
               var y = fsArray.select(SomeFS.class).count();
   ```
   
   **Expected behavior**
   The two calls above should return the same result... but they don't!
   
   **Please complete the following information:**
    - Version: 3.3.1
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uima.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [uima-uimaj] reckart closed issue #272: select on FSArray seems broken

Posted by GitBox <gi...@apache.org>.
reckart closed issue #272: select on FSArray seems broken
URL: https://github.com/apache/uima-uimaj/issues/272


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uima.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [uima-uimaj] reckart closed issue #272: select on FSArray seems broken

Posted by "reckart (via GitHub)" <gi...@apache.org>.
reckart closed issue #272: select on FSArray seems broken
URL: https://github.com/apache/uima-uimaj/issues/272


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uima.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org