You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Rick Hillegas (JIRA)" <ji...@apache.org> on 2008/05/28 15:07:46 UTC

[jira] Assigned: (DERBY-3694) '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

     [ https://issues.apache.org/jira/browse/DERBY-3694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick Hillegas reassigned DERBY-3694:
------------------------------------

    Assignee: Rick Hillegas

> '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)
>     Product: phoneME Advanced (phoneme_advanced_mr2-b34)
>     Profile: Foundation Profile Specification 1.1
>     JVM:     CVM phoneme_advanced_mr2-b34 (interpreter loop)
>            Reporter: Ole Solberg
>            Assignee: Rick Hillegas
>
> 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.