-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b46
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084109 | emb-9 | Sundararajan Athijegannathan | P3 | Resolved | Fixed | team |
JDK-8086759 | 8u65 | Sundararajan Athijegannathan | P3 | Resolved | Fixed | b01 |
JDK-8068521 | 8u60 | Sundararajan Athijegannathan | P3 | Resolved | Fixed | b01 |
JDK-8138121 | emb-8u65 | Unassigned | P3 | Resolved | Fixed | b01 |
JDK-8076712 | emb-8u60 | Sundararajan Athijegannathan | P3 | Resolved | Fixed | team |
http://docs.oracle.com/javase/8/docs/api/javax/script/ScriptEngineFactory.html#getParameter-java.lang.String-
says:
---
Keys for which the value is defined in all implementations are:
ScriptEngine.ENGINE
ScriptEngine.ENGINE_VERSION
ScriptEngine.NAME
ScriptEngine.LANGUAGE
ScriptEngine.LANGUAGE_VERSION
The values for these keys are the Strings returned by getEngineName, getEngineVersion, getName, getLanguageName and getLanguageVersion respectively.
---
This part of the text is not correct regarding getName() method since there is no such method in the current API.
Yet the following method exists:
http://docs.oracle.com/javase/8/docs/api/javax/script/ScriptEngineFactory.html#getNames--
- backported by
-
JDK-8068521 javax.script.ScriptEngineFactory.getParameter spec is not completely consistent with the rest of the API
- Resolved
-
JDK-8076712 javax.script.ScriptEngineFactory.getParameter spec is not completely consistent with the rest of the API
- Resolved
-
JDK-8084109 javax.script.ScriptEngineFactory.getParameter spec is not completely consistent with the rest of the API
- Resolved
-
JDK-8086759 javax.script.ScriptEngineFactory.getParameter spec is not completely consistent with the rest of the API
- Resolved
-
JDK-8138121 javax.script.ScriptEngineFactory.getParameter spec is not completely consistent with the rest of the API
- Resolved