History log of /openjdk9/jdk/test/java/util/Objects/CheckIndex.java
Revision Date Author Comments
# 15491:6f390eafc676 31-Aug-2016 shurailine

8164982: Fix legal notices in java/lang, java/net, java/util tests.
Reviewed-by: darcy, iris


# 14476:cbd0fd67b328 05-May-2016 psandoz

8155794: Move Objects.checkIndex BiFunction accepting methods to an internal package
Reviewed-by: chegar, shade, forax, vlivanov


# 14158:e1d83a0973f6 13-Apr-2016 psandoz

8146458: Improve exception reporting for Objects.checkIndex/checkFromToIndex/checkFromIndexSize
Reviewed-by: jrose, smarks


# 13081:5bdde9a8e70c 17-Nov-2015 psandoz

8142493: Utility methods to check indexes and ranges doesn't specify behavior when function produces null
Reviewed-by: lancea, rriggs, mchung


# 12857:ecfc81a3741c 07-Oct-2015 psandoz

8135248: Add utility methods to check indexes and ranges
Reviewed-by: forax, chegar, scolebourne, jrose, darcy