Reviewer needed: 6282196 There should be Math.mod(number, modulo) methods (original) (raw)

Eamonn McManus eamonn at mcmanus.net
Wed Oct 10 16:12:28 UTC 2012


One edge case: the spec for floorDiv implies that floorDiv(Integer.MIN_VALUE, -1) should be Integer.MAX_VALUE but I believe the code produces Integer.MIN_VALUE. EIther the spec or the code should be fixed.

Éamonn

2012/10/10 Roger Riggs <Roger.Riggs at oracle.com>:

A reviewer is needed for:

6282196 There should be Math.mod(number, modulo) methods The webrev is: http://cr.openjdk.java.net/~rriggs/6282196.4/ Thanks, Roger



More information about the core-libs-dev mailing list