test/script/sandbox/javaextend.js.EXPECTED

Tue, 12 Mar 2013 18:12:42 +0530

author
sundar
date
Tue, 12 Mar 2013 18:12:42 +0530
changeset 136
c54e218333be
parent 27
eda69555239a
child 719
11b83c913cca
permissions
-rw-r--r--

8009757: Package access clean up and refactoring
Reviewed-by: jlaskey, lagergren, attila

sundar@136 1 TypeError: Can not extend final class jdk.nashorn.test.models.FinalClass.
sundar@136 2 TypeError: Can not extend class jdk.nashorn.test.models.NoAccessibleConstructorClass as it has no public or protected constructors.
sundar@136 3 TypeError: Can not extend/implement non-public class/interface jdk.nashorn.test.models.NonPublicClass.
attila@27 4 TypeError: Can not extend multiple classes java.lang.Number and java.lang.Thread. At most one of the specified types can be a class, the rest must all be interfaces.
jlaskey@3 5 abcdabcd
jlaskey@3 6 run-object
jlaskey@3 7 run-fn
jlaskey@3 8 run-fn-autoconvert
jlaskey@3 9 overloaded-sam: x, undefined
jlaskey@3 10 overloaded-sam: x, y
jlaskey@3 11 oo-plain-hashCode: 5
jlaskey@3 12 oo-plain-toString: override-object
jlaskey@3 13 oo-plain-equals : false
jlaskey@3 14 oo-overridden-hashCode: 6
jlaskey@3 15 oo-overridden-toString: override-object-overriden
jlaskey@3 16 oo-overridden-equals : true
jlaskey@3 17 oo-proto-overridden-hashCode: 7
jlaskey@3 18 oo-proto-overridden-toString: override-object
jlaskey@3 19 oo-proto-overridden-equals : true
jlaskey@3 20 cwa-token
attila@23 21 cwa2-cwa2-token
attila@27 22 Glop; IM IN UR DESSERT NOW
attila@27 23 The floor sure is shining!
attila@27 24 Yum
attila@27 25 Scrub, scrub, scrub
attila@27 26 It's a dessert topping! It's a floor wax! It's a toothpaste!

mercurial