-
Sub-task
-
Resolution: Fixed
-
P3
-
None
-
None
-
b32
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8085724 | emb-9 | Sundararajan Athijegannathan | P3 | Resolved | Fixed | team |
JDK-8064229 | 8u45 | Sundararajan Athijegannathan | P3 | Resolved | Fixed | b01 |
JDK-8058553 | 8u40 | Sundararajan Athijegannathan | P3 | Resolved | Fixed | b08 |
JDK-8070466 | emb-8u47 | Sundararajan Athijegannathan | P3 | Resolved | Fixed | team |
Script:
'use strict';
var File = Java.type("java.io.File");
var f = new File(".");
f.foo = 33;
Expected: TypeError
Actual: no error thrown.
'use strict';
var File = Java.type("java.io.File");
var f = new File(".");
f.foo = 33;
Expected: TypeError
Actual: no error thrown.
- backported by
-
JDK-8058553 With strict mode, bean property assignment of a non-existent property should result in TypeError
-
- Resolved
-
-
JDK-8064229 With strict mode, bean property assignment of a non-existent property should result in TypeError
-
- Resolved
-
-
JDK-8070466 With strict mode, bean property assignment of a non-existent property should result in TypeError
-
- Resolved
-
-
JDK-8085724 With strict mode, bean property assignment of a non-existent property should result in TypeError
-
- Resolved
-