Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8263195

[JEP-356] : SplittableRandom :: makeXXXSpliterator does not state on boundary conditions

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • None
    • 17
    • core-libs

      The new methods makeXXXSpliterator proposed as part of SplittableRandom does not state the boundary conditions like
      ===============
      index - the (inclusive) lower bound on traversal positions
      fence - the (exclusive) upper bound on traversal positions
      origin - the (inclusive) lower bound on the (pseudo)random values to be generated
      bound - the (exclusive) upper bound on the (pseudo)random values to be generated
      =============
      It needs to be enhanced to state any exception scenarios based in input parameter boundary checks.


            jlaskey Jim Laskey
            kganapureddy Krushnareddy Ganapureddy
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: