You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Bruno P. Kinoshita (JIRA)" <ji...@apache.org> on 2018/12/29 21:51:00 UTC

[jira] [Resolved] (JENA-1654) Use StringBuilder in LiteralImpl#asNumber

     [ https://issues.apache.org/jira/browse/JENA-1654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruno P. Kinoshita resolved JENA-1654.
--------------------------------------
    Resolution: Fixed

> Use StringBuilder in LiteralImpl#asNumber
> -----------------------------------------
>
>                 Key: JENA-1654
>                 URL: https://issues.apache.org/jira/browse/JENA-1654
>             Project: Apache Jena
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: Jena 3.9.0
>            Reporter: Bruno P. Kinoshita
>            Assignee: Bruno P. Kinoshita
>            Priority: Trivial
>             Fix For: Jena 3.10.0
>
>
> Trivial fix, but replaces strings concatenations by a StringBuilder. Another change (which originated this work) is the removal of the unused local variable "type".
> Added a unit test for asNumber (working branch), and another when the value of the literal is not a Number. Also verified that the exception contains parts of the text expected in the error message. The test runs fine before the patch, and after the patch.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)