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 2018/01/03 14:55:00 UTC

[jira] [Created] (UIMA-5691) hex to byte conversion routine wrong for lower case hex

Marshall Schor created UIMA-5691:
------------------------------------

             Summary: hex to byte conversion routine wrong for lower case hex
                 Key: UIMA-5691
                 URL: https://issues.apache.org/jira/browse/UIMA-5691
             Project: UIMA
          Issue Type: Bug
          Components: Core Java Framework
    Affects Versions: 2.10.2SDK, 3.0.0SDK-beta
            Reporter: Marshall Schor
            Assignee: Marshall Schor
            Priority: Minor
             Fix For: 3.0.0SDK, 2.10.3SDK


bug in XmiDeserialization code in hex char to byte when converting lower-case hex chars - using wrong lower bound char (should be 'a', but is using '1').  This bug is from 2008.  Since no one has noticed, it's probably true that lower case hex representations are never being used in Xmi byte array serializations.  But this should be fixed anyways.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)