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 2022/08/15 11:17:32 UTC

[uima-uimaj] 01/01: Merge pull request #236 from apache/bugfix/235-Misleading-error-message-when-JCas-type-is-not-registered

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

rec pushed a commit to branch maintenance/3.3.x
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git

commit e0633297d3e7e255975d14594154baaa31ec7365
Merge: 39531d43e 46b15032e
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Mon Aug 15 13:17:27 2022 +0200

    Merge pull request #236 from apache/bugfix/235-Misleading-error-message-when-JCas-type-is-not-registered
    
    Issue #235: Misleading error message when JCas type is not registered

 .../org/apache/uima/cas/CASRuntimeException.java   |  7 +++++
 .../org/apache/uima/cas/impl/TypeSystemImpl.java   |  2 +-
 .../java/org/apache/uima/pear/util/FileUtil.java   | 10 +++---
 .../apache/uima/UIMAException_Messages.properties  |  1 +
 .../java/org/apache/uima/jcas/test/JCasTest.java   | 36 ++++++++++++----------
 .../util/PearInstallationVerificationTest.java     | 13 +++-----
 6 files changed, 38 insertions(+), 31 deletions(-)