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

schor pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git.


    from fde9a6e  Merge pull request #24 from 
apache/bug/UIMA-6168-protect-indexes-index-out-of-bounds
     add 827f4f6  [UIMA-6152] "trim" method for AnnotationFS
     add 8174a6b  add protectIndexes, do only if begin or end changes, add 
check for null text
     add 5c849c5  fix spelling of saved_begin, saved_end
     add ced1e68  make refs final inside lambda
     add f5f2f30  Merge remote-tracking branch 'origin/master' into 
feature/UIMA-6152-trim-method-for-AnnotationFS
     new 03b9cae  Merge pull request #17 from 
apache/feature/UIMA-6152-trim-method-for-AnnotationFS

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:
 uimaj-core/pom.xml                                 |   9 +-
 .../org/apache/uima/cas/text/AnnotationFS.java     |  22 ++-
 .../java/org/apache/uima/jcas/tcas/Annotation.java |  45 +++++
 .../org/apache/uima/util/CasCreationUtils.java     |  12 ++
 .../org/apache/uima/jcas/tcas/AnnotationTest.java  | 205 +++++++++++++++++++++
 uimaj-parent/pom.xml                               |   6 +
 6 files changed, 294 insertions(+), 5 deletions(-)
 create mode 100644 
uimaj-core/src/test/java/org/apache/uima/jcas/tcas/AnnotationTest.java

Reply via email to