You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Andy Seaborne (JIRA)" <ji...@apache.org> on 2012/09/06 11:30:07 UTC

[jira] [Created] (JENA-317) xsd:decimal value does not roundtrip through inlining

Andy Seaborne created JENA-317:
----------------------------------

             Summary: xsd:decimal value does not roundtrip through inlining
                 Key: JENA-317
                 URL: https://issues.apache.org/jira/browse/JENA-317
             Project: Apache Jena
          Issue Type: Bug
          Components: TDB
    Affects Versions: TDB 0.9.3
            Reporter: Andy Seaborne
            Assignee: Andy Seaborne


        Node n = SSE.parseNode("2412.80478192688") ;
        System.out.println(FmtUtils.stringForNode(n)) ;
        NodeId nid = NodeId.inline(n) ;
        System.out.printf("0x%08X\n", nid.getId()) ;
        Node n2 = NodeId.extract(nid) ;
        System.out.println(FmtUtils.stringForNode(n2)) ;

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Closed] (JENA-317) xsd:decimal value does not roundtrip through inlining

Posted by "Andy Seaborne (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JENA-317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Seaborne closed JENA-317.
------------------------------

    
> xsd:decimal value does not roundtrip through inlining
> -----------------------------------------------------
>
>                 Key: JENA-317
>                 URL: https://issues.apache.org/jira/browse/JENA-317
>             Project: Apache Jena
>          Issue Type: Bug
>          Components: TDB
>    Affects Versions: TDB 0.9.3
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>             Fix For: TDB 0.9.4
>
>
>         Node n = SSE.parseNode("2412.80478192688") ;
>         System.out.println(FmtUtils.stringForNode(n)) ;
>         NodeId nid = NodeId.inline(n) ;
>         System.out.printf("0x%08X\n", nid.getId()) ;
>         Node n2 = NodeId.extract(nid) ;
>         System.out.println(FmtUtils.stringForNode(n2)) ;

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (JENA-317) xsd:decimal value does not roundtrip through inlining

Posted by "Andy Seaborne (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JENA-317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Seaborne resolved JENA-317.
--------------------------------

       Resolution: Fixed
    Fix Version/s: TDB 0.9.4
    
> xsd:decimal value does not roundtrip through inlining
> -----------------------------------------------------
>
>                 Key: JENA-317
>                 URL: https://issues.apache.org/jira/browse/JENA-317
>             Project: Apache Jena
>          Issue Type: Bug
>          Components: TDB
>    Affects Versions: TDB 0.9.3
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>             Fix For: TDB 0.9.4
>
>
>         Node n = SSE.parseNode("2412.80478192688") ;
>         System.out.println(FmtUtils.stringForNode(n)) ;
>         NodeId nid = NodeId.inline(n) ;
>         System.out.printf("0x%08X\n", nid.getId()) ;
>         Node n2 = NodeId.extract(nid) ;
>         System.out.println(FmtUtils.stringForNode(n2)) ;

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira