You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2023/01/11 17:21:26 UTC

[uima-uimaj] branch bugfix/266-Unable-to-install-UIMA-3.3.1-Eclipse-Plugins-in-Eclipse-2022-09 updated (0739e217f -> 5c845f6c8)

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

rec pushed a change to branch bugfix/266-Unable-to-install-UIMA-3.3.1-Eclipse-Plugins-in-Eclipse-2022-09
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git


    from 0739e217f Merge branch 'main' into bugfix/266-Unable-to-install-UIMA-3.3.1-Eclipse-Plugins-in-Eclipse-2022-09
     add 0a595133f Issue #275: Improved error message made it even more misleading
     add 7a56157f3 Merge branch 'main' into bugfix/275-Improved-error-message-made-it-even-more-misleading
     add 4a033e303 Merge pull request #276 from apache/bugfix/275-Improved-error-message-made-it-even-more-misleading
     add 5c845f6c8 Merge branch 'main' into bugfix/266-Unable-to-install-UIMA-3.3.1-Eclipse-Plugins-in-Eclipse-2022-09

No new revisions were added by this update.

Summary of changes:
 .../org/apache/uima/cas/CASRuntimeException.java   |  6 --
 .../org/apache/uima/cas/impl/TypeSystemImpl.java   | 34 ++++----
 .../apache/uima/UIMAException_Messages.properties  |  7 +-
 .../apache/uima/cas/impl/TypeSystemImplTest.java   | 99 ++++++++++++++++++++++
 .../java/org/apache/uima/jcas/test/JCasTest.java   | 28 ------
 5 files changed, 118 insertions(+), 56 deletions(-)
 create mode 100644 uimaj-core/src/test/java/org/apache/uima/cas/impl/TypeSystemImplTest.java