Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.5
-
None
-
None
-
any
Description
Just run the following statement, groovy will produces error results:
a = 123456
b = 234567
println a * b
println 123456 * 234567
x = 2147483647
y = 2
println x + y
println 2147483647 + 2 == -2147483647
println 2147483647 * 2