google-code-export / fluorinefx

Automatically exported from code.google.com/p/fluorinefx
2 stars 4 forks source link

Number type test failed. #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. service function "public long echoLong(long lVal) { return lVal; }"
2. test this function with arg lVal = -8589433953703838308
3. this function returns: -8589433953703839000

What is the expected output? What do you see instead?
return -8589433953703838308, -8589433953703839000 returns.

What version of the product are you using? On what operating system?
v1.0.0.15 Windows XP

Please provide any additional information below.
none

Original issue reported on code.google.com by umbrahan on 14 Nov 2009 at 3:50