Details
-
Bug
-
Resolution: Fixed
-
P3
-
19
-
None
-
b28
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8288771 | 20 | Jonathan Gibbons | P3 | Resolved | Fixed | b03 |
JDK-8291262 | 19.0.2 | Jonathan Gibbons | P3 | Resolved | Fixed | b01 |
JDK-8291093 | 19.0.1 | Jonathan Gibbons | P3 | Resolved | Fixed | b04 |
Description
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.
.../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.
Attachments
Issue Links
- backported by
-
JDK-8288771 Missing space in error message
- Resolved
-
JDK-8291093 Missing space in error message
- Resolved
-
JDK-8291262 Missing space in error message
- Resolved
- relates to
-
JDK-8288692 jdk/javadoc/doclet/testTagMisuse/TestTagMisuse.java fails after JDK-8288545
- Closed
-
JDK-8288624 Cleanup CommentHelper.getText0
- Resolved
(2 links to)