[
https://issues.apache.org/jira/browse/CXF-3263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984541#action_12984541
]
Jon Osborn commented on CXF-3263:
---------------------------------
Also, I just realized that the FloatType has the same issue. Both use the
default toString() method.
> DoubleType incorrectly prints scientific notation
> -------------------------------------------------
>
> Key: CXF-3263
> URL: https://issues.apache.org/jira/browse/CXF-3263
> Project: CXF
> Issue Type: Bug
> Components: Aegis Databinding
> Affects Versions: 2.3.1
> Environment: all
> Reporter: Jon Osborn
>
> This issue is directly related to BigDecimalType issue:
> https://issues.apache.org/jira/browse/CXF-2847
> The DoubleType calls Double.toString() which uses scientific notation if the
> value is outside a particular range:
> http://download.oracle.com/javase/6/docs/api/java/lang/Double.html#toString(double)
> This is incorrect. The double type should only include negative sign, period,
> and numbers per the specification.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.