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 57bc1bb8c Merge pull request #273 from
apache/refactoring/270-Update-dependencies
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
new 4a033e303 Merge pull request #276 from
apache/bugfix/275-Improved-error-message-made-it-even-more-misleading
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/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