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

Incorrect parameters in Javadoc documentation

XMLWordPrintable

    • b26
    • x86_64
    • generic

        A DESCRIPTION OF THE PROBLEM :
        https://docs.oracle.com/en/java/javase/11/tools/javadoc.html contains a section that reads:

        "The following extended javadoc options are equivalent to corresponding javac options"

        but the following parameter names are incorrect on the javadoc documentation (they are correct on the javac documentation):

        "-add-exports" should read "--add-exports"
        "--Xmaxerrs" should read "-Xmaxerrs"

        The number of leading hyphens is incorrect.


        FREQUENCY : always


              jjg Jonathan Gibbons
              webbuggrp Webbug Group
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: