Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6495521
Votes 0
Synopsis API Javadoc of ConcurrentSkipListMap links to web page NOT describing SkipList
Category java:classes_util_concurrent
Reported Against
Release Fixed
State 5-Cause Known, bug
Priority: 3-Medium
Related Bugs
Submit Date 20-NOV-2006
Description
A DESCRIPTION OF THE PROBLEM :
The description of the newly introduced class ConcurrentSkipListMap contains the phrase:

"This class implements a concurrent variant of SkipLists[...]", where "SkipList" is a href to Bill Pugh's home page http://www.cs.umd.edu/~pugh/ .The linked web page doesn't contain a description of skip lists, so the link isn't very helpful.

Since this class is newly introduced to Java, many people will follow this link to find out what a skip list is (I did), not finding any clue there.

EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Please link to a description of a skip list.

There is one at http://en.wikipedia.org/wiki/Skip_list


URL OF FAULTY DOCUMENTATION :
http://java.sun.com/javase/6/docs/api/java/util/concurrent/ConcurrentSkipListMap.html
Posted Date : 2006-11-20 13:07:30.0
Work Around
N/A
Evaluation
Looks like Bill reorganized his web site.
Is there a more permanent reference to his SkipList research?

Hmmmmm...
This page looks like a pretty good home for Skip_list information:
http://en.wikipedia.org/wiki/Skip_list
Posted Date : 2006-11-21 02:48:24.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang