jsoliveira / javaapiforkml

Automatically exported from code.google.com/p/javaapiforkml
0 stars 0 forks source link

JDK 7 output does not include trailing differences #45

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a coordinate for the following location: 6.0E-4,-0.0018,101.0 0.0010
2. Output on JDK 6: 6.0E-4,-0.0018,101.0 0.0010
3. Output on JDK 7: 6.0E-4,-0.0018,101.0 0.001

What is the expected output? What do you see instead?

Both outputs are fine, we would just like them to be consistent between JDK 
versions - as it is causing out unit tests to fail. 

http://jira.codehaus.org/browse/GEOS-5973

What version of the product are you using? On what operating system?

The problem has been reported upgrading from JDK 6 to JDK 7. Our product is 
heavily tested on JDK 6 (windows, mac and linux). I was able to reproduce this 
difference by using Oracle JDK 1.7.0_25 on OSX.

Please provide any additional information below.

Email discussion notes that we are using the JDKs own JAXB, and we expect 
differences in version/vendor of the JDK may cause the above issue.

Original issue reported on code.google.com by jody.gar...@gmail.com on 16 Aug 2013 at 2:15