Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8229260 | 14 | Naoto Sato | P4 | Resolved | Fixed | b10 |
JDK-8229502 | 13.0.2 | Naoto Sato | P4 | Resolved | Fixed | b01 |
JDK-8229510 | 13.0.1 | Naoto Sato | P4 | Resolved | Fixed | b06 |
A DESCRIPTION OF THE PROBLEM :
The documentation for some of the methods of java.util.Locale has redundant hyphens for parameter descriptions, this results in "- -" in the generated HTML.
Affected:
- getDefault(Locale.Category category)
https://github.com/openjdk/jdk/blob/3cd51cf208a40e7041f7273ad66c5b2462f3d613/src/java.base/share/classes/java/util/Locale.java#L932
- setDefaultâ(Locale.Category category, Locale newLocale)
https://github.com/openjdk/jdk/blob/3cd51cf208a40e7041f7273ad66c5b2462f3d613/src/java.base/share/classes/java/util/Locale.java#L1078-L1079
The documentation for some of the methods of java.util.Locale has redundant hyphens for parameter descriptions, this results in "- -" in the generated HTML.
Affected:
- getDefault(Locale.Category category)
https://github.com/openjdk/jdk/blob/3cd51cf208a40e7041f7273ad66c5b2462f3d613/src/java.base/share/classes/java/util/Locale.java#L932
- setDefaultâ(Locale.Category category, Locale newLocale)
https://github.com/openjdk/jdk/blob/3cd51cf208a40e7041f7273ad66c5b2462f3d613/src/java.base/share/classes/java/util/Locale.java#L1078-L1079
- backported by
-
JDK-8229260 Locale API doc has redundant hyphens for some parameters
-
- Resolved
-
-
JDK-8229502 Locale API doc has redundant hyphens for some parameters
-
- Resolved
-
-
JDK-8229510 Locale API doc has redundant hyphens for some parameters
-
- Resolved
-