This is an automated email from the ASF dual-hosted git repository.
rec pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git
from e84fd942a Merge pull request #274 from
apache/bugfix/266-Unable-to-install-UIMA-3.3.1-Eclipse-Plugins-in-Eclipse-2022-09
add bb25f8ac4 Issue #272: select on FSArray seems broken
add 2ff1a07e8 Merge branch 'main' into
bugfix/272-select-on-FSArray-seems-broken
new 11f88d8b3 Merge pull request #278 from
apache/bugfix/272-select-on-FSArray-seems-broken
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/uima/cas/impl/SelectFSs_impl.java | 2 +-
.../apache/uima/cas/impl/SelectFsFSArrayTest.java | 86 ++++++++++++++++++++++
.../apache/uima/cas/impl/SelectFsFSListTest.java | 86 ++++++++++++++++++++++
3 files changed, 173 insertions(+), 1 deletion(-)
create mode 100644
uimaj-core/src/test/java/org/apache/uima/cas/impl/SelectFsFSArrayTest.java
create mode 100644
uimaj-core/src/test/java/org/apache/uima/cas/impl/SelectFsFSListTest.java