Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4621267

Doclet API: ProgramElementDoc.qualifiedName() lacks parameter list - fix docs

XMLWordPrintable

    • mantis
    • generic
    • generic



      Name: rmT116609 Date: 01/09/2002


      java version "1.4.0-beta3"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta3-b84)
      Java HotSpot(TM) Client VM (build 1.4.0-beta3-b84, mixed mode)


       DESCRIPTION OF THE PROBLEM :

      The documentation for ProgramElementDoc.qualifiedName() says that it will return "Foo.bar()" for the bar() method of the
      Foo class in the unnamed package. However, it actually returns "Foo.bar". This is not used anywhere in the standard
      doclet, and can be worked around by using (elt.qualifiedName()+((ExecutableMemberDoc)elt).signature()).
       Fixing the documentation would be as effective as fixing the method.


      (Review ID: 138105)
      ======================================================================

            dkramersunw Douglas Kramer (Inactive)
            rmandalasunw Ranjith Mandala (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: