JDK-4419799 : stddoclet: Add -noqualifier for indicating packages not to be fully-qualified
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 1.3.0
  • Priority: P5
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_2.6
  • CPU: sparc
  • Submitted: 2001-02-28
  • Updated: 2014-05-05
  • Resolved: 2001-06-29
Related Reports
Duplicate :  
Description
Add an option such as 

    -noqualifier java.lang:java.applet

that indicates which package names would not have fully qualified classes
in these places:

    parameter types
    return types
    @see and @link tags

The syntax could be similar to that used for -group.  Allow wildcards
for convenience so the list does not have to be very long.

Comments
EVALUATION Robert approved this as a good idea for the standard doclet as well (last year). We need to consider where else this might take effect. Let's discuss this with Neal. doug.kramer@Eng 2001-02-27 Jamie has implemented this in 4359889. Closing this one out as a dupe. doug.kramer@Eng 2001-06-29
27-02-2001