Remove usage of -Xhtmlversion option from javac

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 17
    • Affects Version/s: 15
    • Component/s: 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);
              }

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

              Created:
              Updated:
              Resolved: