This is an automated email from the ASF dual-hosted git repository.

schor pushed a change to branch feature/UIMA-6152-trim-method-for-AnnotationFS
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git.


    from ced1e68  make refs final inside lambda
     add 17f6dfd  add testcase temp file to .gitignore
     add 9d1ad83  [UIMA-6159] add method signatures for FeatureStructure
     add 387b047  Merge pull request #18 from 
apache/UIMA-6159_selectFS_allow_AnnotationFS_in_addition_to_TOP
     add 1e2a54a  [UIMA-6168] fix array index refs, clarify use cases and logic
     add c2029bd  Merge pull request #20 from 
apache/bug/UIMA-6168-protect-indexes-index-out-of-bounds
     add 5cc8c7c  [UIMA-6164] update several POMs for eclipse plugins so they 
build
     add 3d943f3  [UIMA-6164] fix case-editor-ide, add missing provided-scope
     add 1e3977d  [UIMA-6164] add more excludes and insure scope provide is 
present for eclipse plugins
     add 682dd57  add provided scopes
     add 1ce3756  Merge pull request #19 from 
apache/UIMA-6164_update_eclipse_plugin_dependencies
     add 97897ae  [UIMA-6168] add test case
     add fde9a6e  Merge pull request #24 from 
apache/bug/UIMA-6168-protect-indexes-index-out-of-bounds
     add f5f2f30  Merge remote-tracking branch 'origin/master' into 
feature/UIMA-6152-trim-method-for-AnnotationFS

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/uima/cas/SelectFSs.java   | 105 +++++++++++++-
 .../java/org/apache/uima/cas/impl/CASImpl.java     |  45 ++++--
 .../org/apache/uima/cas/impl/FSsTobeAddedback.java |   2 +-
 .../org/apache/uima/cas/impl/SelectFSs_impl.java   |  60 +++++++-
 .../org/apache/uima/cas/impl/ProtectIndexTest.java | 119 ++++++++-------
 uimaj-cpe/.gitignore                               |   3 +
 uimaj-ep-cas-editor-ide/pom.xml                    | 150 +++++++++++++++----
 uimaj-ep-cas-editor/pom.xml                        | 127 ++++++++++++++--
 uimaj-ep-configurator/pom.xml                      | 161 +++++++++++++++++++--
 uimaj-ep-debug/pom.xml                             |  19 ++-
 uimaj-ep-jcasgen/pom.xml                           |  58 ++++++--
 uimaj-ep-launcher/pom.xml                          |  80 ++++++++--
 uimaj-ep-pear-packager/pom.xml                     |  91 ++++++++++--
 uimaj-parent/pom.xml                               |   2 +-
 14 files changed, 848 insertions(+), 174 deletions(-)
 copy unused-saved/src/org/apache/uima/jcas/impl/JCasCoverClassFactoryTest.java 
=> uimaj-core/src/test/java/org/apache/uima/cas/impl/ProtectIndexTest.java (50%)
 create mode 100644 uimaj-cpe/.gitignore

Reply via email to