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

Remove usage of -Xhtmlversion option from javac

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 17
    • 15
    • tools
    • None
    • b05

      In preparation of the removal of the -XhtmlVersion option from doclint, an internal usage of --doclint-format in javac needs to be removed. It receives a value from --doclint-format, then pass it to -XhtmlVersion.

      In javac Arguments class, we should delete these lines at about 855

              String format = options.get(Option.DOCLINT_FORMAT);
              if (format != null) {
                  doclintOpts.add(DocLint.XHTML_VERSION_PREFIX + format);
              }

            ysatowse Yoshiki Sato (Inactive)
            ysatowse Yoshiki Sato (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: