-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b66
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084253 | emb-9 | Sundararajan Athijegannathan | P3 | Resolved | Fixed | team |
JDK-8086924 | 8u65 | Sundararajan Athijegannathan | P3 | Resolved | Fixed | b01 |
JDK-8080748 | 8u60 | Sundararajan Athijegannathan | P3 | Resolved | Fixed | b18 |
JDK-8138096 | emb-8u65 | Unassigned | P3 | Resolved | Fixed | b01 |
JDK-8086204 | emb-8u60 | Sundararajan Athijegannathan | P3 | Resolved | Fixed | team |
The spec
http://docs.oracle.com/javase/8/docs/api/javax/script/Compilable.html#compile-java.lang.String-
has the following problems:
1) typo: "Returns: An subclass ..."
2) Returns is worded differently than the other - overloaded and functionally identical version of the same method. Please compare:
"Returns:
An subclass of CompiledScript to be executed later using one of the eval methods of CompiledScript."
and
"Returns:
An implementation of CompiledScript to be executed later using one of its eval methods of CompiledScript."
Different wording is confusing since it may give an impression that the methods behave differently and return different results.
http://docs.oracle.com/javase/8/docs/api/javax/script/Compilable.html#compile-java.lang.String-
has the following problems:
1) typo: "Returns: An subclass ..."
2) Returns is worded differently than the other - overloaded and functionally identical version of the same method. Please compare:
"Returns:
An subclass of CompiledScript to be executed later using one of the eval methods of CompiledScript."
and
"Returns:
An implementation of CompiledScript to be executed later using one of its eval methods of CompiledScript."
Different wording is confusing since it may give an impression that the methods behave differently and return different results.
- backported by
-
JDK-8080748 The spec on javax.script.Compilable contains a typo and confusing inconsistency
-
- Resolved
-
-
JDK-8084253 The spec on javax.script.Compilable contains a typo and confusing inconsistency
-
- Resolved
-
-
JDK-8086204 The spec on javax.script.Compilable contains a typo and confusing inconsistency
-
- Resolved
-
-
JDK-8086924 The spec on javax.script.Compilable contains a typo and confusing inconsistency
-
- Resolved
-
-
JDK-8138096 The spec on javax.script.Compilable contains a typo and confusing inconsistency
-
- Resolved
-