JDK-4276186 : stddoclet: Display fully-qualified class/interface names in "All classes" list
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 1.2.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 1999-09-28
  • Updated: 2014-05-05
  • Resolved: 2002-11-23
Related Reports
Duplicate :  
Description

Name: krT82822			Date: 09/28/99


Fully qualified class/interface names in "All classes" frame would help distinguishing equally named ones from different packages.
(Review ID: 95822) 
======================================================================

Comments
EVALUATION Fully qualifying the name would clutter the narrow column for those 2 or 3 out of 1500 classes in the JDK. The cleaner solution is to add tooltips to the class name, so when someone hovers the mouse over the name, the fully qualified name would appear. Definitely worth doing. doug.kramer@Eng 1999-10-05 After trying this, it seems unnecessary to display the class name in the tool tip. Including just the package name is sufficient, and perhaps preferable, as some class names can be very long, and the dot separator for inner classes can confuse where the package name ends. ###@###.### 2002-03-21 A closely related RFE 4714257 "Add description that italics means interface for accessibility" has the same solution, except adds the word "class" or "interface". ###@###.### 2002-07-31 I am closing this request as this was fixed by 4714257, described above. ###@###.### 2002-11-23
31-07-2002