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-unsubscr...@uima.apache.org.apache.org

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

Reply via email to