JDK-4186650 : javadoc always produces a ',' before the methods inherited from Object
  • Type: Bug
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 1.2.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_nt
  • CPU: x86
  • Submitted: 1998-11-03
  • Updated: 2014-05-05
  • Resolved: 1998-12-03
Related Reports
Duplicate :  
Description

Name: dk30142			Date: 11/02/98


A minor bug:

Before the names of methods inheirted from Object,
javadoc always generates a comma, which should be
removed:

====================================================
Methods inherited from class java.lang.Object
 , clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait,
 wait, wait
====================================================

The comma before "clone" should be removed.

regards.
(Review ID: 41917)
======================================================================

Comments
EVALUATION Dup of 4136244 atul.dambalkar@eng 1998-12-03
03-12-1998