This is an automated email from the ASF dual-hosted git repository.
pkluegl pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git
from c22e520c Merge pull request #167 from
apache/no-issue-merge-3.4.x-after-release
add ff29660c Issue #169: Annotation assignment not working correctly Issue
#170: Type based annotation assignments should only add visible annotations
Issue #171: Support implicit FSArray assigments with FeatureStructures
new e072334f Merge pull request #172 from
apache/169-annotation-assignment-not-working-correctly
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:
.../main/java/org/apache/uima/ruta/RutaStream.java | 54 +++++++++----
.../ruta/expression/AnnotationTypeExpression.java | 26 +++---
.../uima/ruta/expression/RutaExpression.java | 5 ++
.../AnnotationListDelegateVariableExpression.java | 18 ++++-
.../AnnotationListFeatureExpression.java | 16 +++-
.../annotation/AnnotationListLabelExpression.java | 11 ++-
.../AnnotationListVariableExpression.java | 21 ++++-
.../annotation/IAnnotationListExpression.java | 11 ++-
.../feature/GenericFeatureExpression.java | 19 +++--
.../feature/SimpleFeatureExpression.java | 41 +++++-----
.../AnnotationFeatureExpressionTest.java | 94 ++++++++++++++--------
.../expression/feature/FeatureStructureTest.java | 22 ++---
.../expression/string/StringExpressionTest.java | 30 +++----
13 files changed, 247 insertions(+), 121 deletions(-)