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

broken links in java.util.logging

XMLWordPrintable

      A link checker has detected a couple of problems in SimpleFormatter. These are shown here:

      $ find open/src -name SimpleFormatter.java | xargs grep '\.\./Formatter' /dev/null
      open/src/java.logging/share/classes/java/util/logging/SimpleFormatter.java: * <a href="../Formatter.html#syntax">format string</a>
      open/src/java.logging/share/classes/java/util/logging/SimpleFormatter.java: * <a href="../Formatter.html#syntax">format string</a>

      In both cases, Formatter is in the same directory, and so should not use `../` in the link.

            dfuchs Daniel Fuchs
            jjg Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: