You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Marshall Schor (JIRA)" <de...@uima.apache.org> on 2015/10/29 16:43:27 UTC

[jira] [Created] (UIMA-4670) UV3 improve exception support

Marshall Schor created UIMA-4670:
------------------------------------

             Summary: UV3 improve exception support
                 Key: UIMA-4670
                 URL: https://issues.apache.org/jira/browse/UIMA-4670
             Project: UIMA
          Issue Type: Improvement
          Components: Core Java Framework
            Reporter: Marshall Schor
            Priority: Minor
             Fix For: 3.0.0SDKexp


change internal exception creation to make use of varArgs, to make invocation simpler.  Invocation no longer needs to create explicit String[] and initialize them.  Arguments, including primitives like int, no longer need to be converted to Strings using forms like Integer.toString(int), because the varArgs will autobox these.  Change unmaintained serialVersionUID to the 1L form to indicate they are unmaintained.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)