JDK-4136244 : -private adds junk to list of inherited methods from Object
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 1.2.0
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_2.6,windows_95,windows_nt
  • CPU: x86,sparc
  • Submitted: 1998-05-07
  • Updated: 2014-05-05
  • Resolved: 1999-04-28
Related Reports
Duplicate :  
Duplicate :  
Relates :  
Description
 | * When I use -private, I get: 
 | 
 |     Methods inherited from class java.lang.Object 
 |       , clone, equals, finalize, getClass, hashCode, notify, notifyAll,
 |       registerNatives, toString, wait, wait, wait
 | 
 |   Notice that initial "," which is wrong.

Comments
EVALUATION We believe that the extra comma, is due to the presence of the "static" initializer: static { ... } and is not due to the -private option. See bug: 4136861 dkramer@eng atuld@eng Closing this out as a dupe of 4214932 (says Robert) doug.kramer@Eng 1999-04-27
11-06-2004

PUBLIC COMMENTS | * When I use -private, I get: | | Methods inherited from class java.lang.Object | , clone, equals, finalize, getClass, hashCode, notify, notifyAll, | registerNatives, toString, wait, wait, wait | | Notice that initial "," which is wrong.
10-06-2004