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: 6667108
Votes 0
Synopsis typo in javadoc for java.net.Socket.getRemoteSocketAddress()
Category java:classes_net
Reported Against
Release Fixed 7(b25)
State 10-Fix Delivered, bug
Priority: 5-Very Low
Related Bugs
Submit Date 25-FEB-2008
Description
FULL PRODUCT VERSION :
N/A

A DESCRIPTION OF THE PROBLEM :
The Javadoc for java.net.Socket.getRemoteSocketAddress() contains a typo.

inside @return representing is spelt "reprensenting" (sic). note the extra n.

STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
go to http://java.sun.com/javase/6/docs/api/java/net/Socket.html#getRemoteSocketAddress()
look at the javadoc output

EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Returns:
a SocketAddress representing the remote endpoint of this socket, or null if it is not connected yet.

ACTUAL -
Returns:
a SocketAddress reprensenting the remote endpoint of this socket, or null if it is not connected yet.


REPRODUCIBILITY :
This bug can be reproduced always.
Posted Date : 2008-02-25 07:25:04.0
Work Around
N/A
Evaluation
see description
Posted Date : 2008-02-25 11:03:32.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang