-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b47
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8085583 | emb-9 | Attila Szegedi | P3 | Resolved | Fixed | team |
JDK-8087019 | 8u65 | Attila Szegedi | P3 | Resolved | Fixed | b01 |
JDK-8069184 | 8u60 | Attila Szegedi | P3 | Resolved | Fixed | b01 |
JDK-8071885 | 8u51 | Attila Szegedi | P3 | Resolved | Fixed | b01 |
JDK-8071874 | 8u45 | Attila Szegedi | P3 | Resolved | Fixed | b06 |
JDK-8071384 | 8u40 | Attila Szegedi | P3 | Resolved | Fixed | b23 |
JDK-8138526 | emb-8u65 | Unassigned | P3 | Resolved | Fixed | b01 |
JDK-8076933 | emb-8u60 | Attila Szegedi | P3 | Resolved | Fixed | team |
JDK-8072546 | emb-8u47 | Attila Szegedi | P3 | Resolved | Fixed | team |
var x = new (Java.type("jdk.nashorn.test.models.PropertyBind"))
var n = "writeOnly";
x[n] = 2
print(x.peekWriteOnly());
throws:
Exception in thread "main" java.lang.invoke.WrongMethodTypeException: expected (Object,int)void but found (Object,int)Object
at java.lang.invoke.Invokers.newWrongMethodTypeException(Invokers.java:294)
at java.lang.invoke.Invokers.checkExactType(Invokers.java:305)
at jdk.nashorn.internal.scripts.Script$Recompilation$2$x$cu1$restOf.:program(x.js:3)
...
- backported by
-
JDK-8069184 POJO setter using [] syntax throws an exception
-
- Resolved
-
-
JDK-8071384 POJO setter using [] syntax throws an exception
-
- Resolved
-
-
JDK-8071874 POJO setter using [] syntax throws an exception
-
- Resolved
-
-
JDK-8071885 POJO setter using [] syntax throws an exception
-
- Resolved
-
-
JDK-8072546 POJO setter using [] syntax throws an exception
-
- Resolved
-
-
JDK-8076933 POJO setter using [] syntax throws an exception
-
- Resolved
-
-
JDK-8085583 POJO setter using [] syntax throws an exception
-
- Resolved
-
-
JDK-8087019 POJO setter using [] syntax throws an exception
-
- Resolved
-
-
JDK-8138526 POJO setter using [] syntax throws an exception
-
- Resolved
-
- relates to
-
JDK-8068994 Forgot to add a test model to JDK-8068573
-
- Resolved
-