'Method resolution for signature java.lang.String.valueOf(int) was ambiguous.
(No single maximally specific method.)' in
'testFunctionNullHandling(org.apache.derbyTesting.functionTests.tests.lang.RoutineTest)'
on JavaME
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: DERBY-3694
URL: https://issues.apache.org/jira/browse/DERBY-3694
Project: Derby
Issue Type: Bug
Components: Regression Test Failure
Affects Versions: 10.5.0.0
Environment: OS: Ubuntu - Linux .... 32bits - Linux 2.6.22-14-generic
#1 SMP Sun Oct 14 23:05:12 GMT 2007 GNU/Linux
JVM: JavaME (CVM)
Reporter: Ole Solberg
Our reporting for JavaME has not been operational until now, but from older
logs it appears that
this failure has been present since ~ r659140 2008-05-22.
See
http://dbtg.thresher.com/derby/test/Daily/javaME/testing/Limited/testSummary-660221.html
http://dbtg.thresher.com/derby/test/Daily/javaME/testing/testlog/ubuntu/660221-suitesAll_diff.txt
:
There were 2 errors:
1)
testFunctionNullHandling(org.apache.derbyTesting.functionTests.tests.lang.RoutineTest)java.sql.SQLException:
Method resolution for signature java.lang.String.valueOf(int) was ambiguous.
(No single maximally specific method.)
Caused by: ERROR 42X73: Method resolution for signature
java.lang.String.valueOf(int) was ambiguous. (No single maximally specific
method.)
++
+
There were 21 failures:
1)
test_double_Double_Double(org.apache.derbyTesting.functionTests.tests.lang.AnsiSignaturesTest)junit.framework.ComparisonFailure:
Unexpected SQL state. expected:<null> but was:<42X73>
Caused by: java.sql.SQLException: Method resolution for signature
org.apache.derbyTesting.functionTests.tests.lang.AnsiSignatures.double_Double_Double(double)
was ambiguous. (No single maximally specific method.)
Caused by: ERROR 42X73: Method resolution for signature
org.apache.derbyTesting.functionTests.tests.lang.AnsiSignatures.double_Double_Double(double)
was ambiguous. (No single maximally specific method.)
2)
test_double_Double_double(org.apache.derbyTesting.functionTests.tests.lang.AnsiSignaturesTest)junit.framework.ComparisonFailure:
Unexpected SQL state. expected:<null> but was:<42X73>
Caused by: java.sql.SQLException: Method resolution for signature
org.apache.derbyTesting.functionTests.tests.lang.AnsiSignatures.double_Double_double(double)
was ambiguous. (No single maximally specific method.)
Caused by: ERROR 42X73: Method resolution for signature
org.apache.derbyTesting.functionTests.tests.lang.AnsiSignatures.double_Double_double(double)
was ambiguous. (No single maximally specific method.)
3)
test_double_double_Double(org.apache.derbyTesting.functionTests.tests.lang.AnsiSignaturesTest)junit.framework.ComparisonFailure:
Unexpected SQL state. expected:<null> but was:<42X73>
Caused by: java.sql.SQLException: Method resolution for signature
org.apache.derbyTesting.functionTests.tests.lang.AnsiSignatures.double_double_Double(double)
was ambiguous. (No single maximally specific method.)
Caused by: ERROR 42X73: Method resolution for signature
org.apache.derbyTesting.functionTests.tests.lang.AnsiSignatures.double_double_Double(double)
was ambiguous. (No single maximally specific method.)
++
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.