-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
17
-
x86_64
-
os_x
A DESCRIPTION OF THE PROBLEM :
In JDK11, abs(-6) = returned 6
But in JDK17, abs(-6) returns 6.0 which is wrong as we are taking an absolute value of an integer, so the result should also be an integer
In JDK11, abs(-6) = returned 6
But in JDK17, abs(-6) returns 6.0 which is wrong as we are taking an absolute value of an integer, so the result should also be an integer