RFR 8013334: Spliterator behavior for LinkedList contradicts Spliterator.trySplit (original) (raw)

Paul Sandoz paul.sandoz at oracle.com
Fri May 3 09:10:12 UTC 2013


Hi,

Please review the patch below for some minor fixes to the Spltierator JavaDoc and a tweak to the spec of Spliterator.trySplit.

http://bugs.sun.com/view_bug.do?bug_id=8013334

Paul.

HG changeset patch

User psandoz

Date 1367571917 -7200

Node ID fda6ca78a7c299349f201c310ec480351a855ed1

Parent 470f19b6bfdd07aed3ca6e0debdabcd8cd7f8083

8013334: Spliterator behavior for LinkedList contradicts Spliterator.trySplit Summary: In addition to fixing 8013334 this changeset containts some minor, non spec, related fixes to tidy up other areas of the JavaDoc. Reviewed-by: Contributed-by: John Rose <john.r.rose at oracle.com>, Mike Duigou <mike.duigou at oracle.com>, Paul Sandoz <paul.sandoz at oracle.com>

diff -r 470f19b6bfdd -r fda6ca78a7c2 src/share/classes/java/util/Spliterator.java --- a/src/share/classes/java/util/Spliterator.java Thu May 02 13:21:09 2013 +0200 +++ b/src/share/classes/java/util/Spliterator.java Fri May 03 11:05:17 2013 +0200 @@ -140,32 +140,32 @@

@@ -284,6 +284,8 @@
  • is set to {@code true} then diagnostic warnings are reported if boxing of
  • primitive values occur when operating on primitive subtype specializations.


  • More information about the core-libs-dev mailing list