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

Missing space in error message

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 19
    • 19
    • tools
    • None

        Seen in output:

        .../jdk19.ref/open/src/java.management/share/classes/java/lang/management/PlatformLoggingMXBean.java:29: warning: Tag @linkplain: reference not found: java.logging/java.util.logginglogging
         * The management interface for the {@linkplain java.logging/java.util.logging logging} facility.
                                            ^

        This is wrong on arguably two fronts.

        1. There is no space between 'java.logging/java.util.logging' and 'logging'.
        2. the message should not be trying to include the label as well as the reference in the message anyway.

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

                Created:
                Updated:
                Resolved: