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