You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by "Robbie Gemmell (JIRA)" <ji...@apache.org> on 2014/01/31 13:10:09 UTC

[jira] [Created] (PROTON-502) [proton-j] add UnsignedLong.valueOf(BigInteger)

Robbie Gemmell created PROTON-502:
-------------------------------------

             Summary: [proton-j] add UnsignedLong.valueOf(BigInteger)
                 Key: PROTON-502
                 URL: https://issues.apache.org/jira/browse/PROTON-502
             Project: Qpid Proton
          Issue Type: Improvement
          Components: proton-j
            Reporter: Robbie Gemmell
             Fix For: 0.7


UnsignedLong currently has valueOf(long) and valueOf(String), with matching longValue() and toString() methods. It also has bigIntegerValue(), but has no corresponding valueOf(BigInteger) method. The first thing valueOf(String) does is create a BigInteger, so it should simply be offered as a direct option.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)