nashorn/test/script/basic/JDK-8079470.js.EXPECTED
author serb
Thu, 30 Jul 2015 15:27:02 +0300
changeset 32126 6611b32dfa58
parent 30394 72a59e4dffea
child 32441 8401a09d1b0d
permissions -rw-r--r--
8132382: [macosx] Crash during JMC or JavaFX execution when NSApplication is controlled by SWT or JavaFX libraries Reviewed-by: kizune, alexsch
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
30394
72a59e4dffea 8079470: Misleading error message when explicit signature constructor is called with wrong arguments
sundar
parents:
diff changeset
     1
TypeError: Can not create new object with constructor [jdk.internal.dynalink.beans.SimpleDynamicMethod File java.io.File.java.io.File(String,String)] with the passed arguments; they do not match any of its method signatures.
72a59e4dffea 8079470: Misleading error message when explicit signature constructor is called with wrong arguments
sundar
parents:
diff changeset
     2
TypeError: Can not create new object with constructor [jdk.internal.dynalink.beans.SimpleDynamicMethod Color java.awt.Color.java.awt.Color(int,int,int)] with the passed arguments; they do not match any of its method signatures.