You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that in Java casts from double and long to int are handle differently when an overflow occurs, i.e., in the following code the results will be the Int.Max for the double cast and bits will be cut off for the long cast. In KJava both casts produce the same result, i.e., bits will be cut off.
I noticed that in Java casts from double and long to int are handle differently when an overflow occurs, i.e., in the following code the results will be the Int.Max for the double cast and bits will be cut off for the long cast. In KJava both casts produce the same result, i.e., bits will be cut off.
The text was updated successfully, but these errors were encountered: