-
Bug
-
Resolution: Fixed
-
P5
-
8, 9
-
b165
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8178768 | 10 | Daniel Fuchs | P5 | Resolved | Fixed | b05 |
FULL PRODUCT VERSION :
1.8
ADDITIONAL OS VERSION INFORMATION :
Ubuntu Linux
A DESCRIPTION OF THE PROBLEM :
In the JavaDoc of java.util.logging.Logger.getLogger(String name) it says:
"If a new logger is created its log level will be configured based on the LogManager configuration and it will configured to also send logging..."
It is missing the word "be" in there...it should be...
"If a new logger is created its log level will be configured based on the LogManager configuration and it will be configured to also send logging..."
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
It is on the JavaDoc at https://docs.oracle.com/javase/8/docs/api/java/util/logging/Logger.html#getLogger-java.lang.String-
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
If a new logger is created its log level will be configured based on the LogManager configuration and it will be configured to also send logging...
ACTUAL -
If a new logger is created its log level will be configured based on the LogManager configuration and it will configured to also send logging...
REPRODUCIBILITY :
This bug can be reproduced always.
1.8
ADDITIONAL OS VERSION INFORMATION :
Ubuntu Linux
A DESCRIPTION OF THE PROBLEM :
In the JavaDoc of java.util.logging.Logger.getLogger(String name) it says:
"If a new logger is created its log level will be configured based on the LogManager configuration and it will configured to also send logging..."
It is missing the word "be" in there...it should be...
"If a new logger is created its log level will be configured based on the LogManager configuration and it will be configured to also send logging..."
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
It is on the JavaDoc at https://docs.oracle.com/javase/8/docs/api/java/util/logging/Logger.html#getLogger-java.lang.String-
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
If a new logger is created its log level will be configured based on the LogManager configuration and it will be configured to also send logging...
ACTUAL -
If a new logger is created its log level will be configured based on the LogManager configuration and it will configured to also send logging...
REPRODUCIBILITY :
This bug can be reproduced always.
- backported by
-
JDK-8178768 Minor typo in API documentation of java.util.logging.Logger
-
- Resolved
-