Rick Hillegas created DERBY-6762:
------------------------------------
Summary: Missing method error in CaseExpressionTest
Key: DERBY-6762
URL: https://issues.apache.org/jira/browse/DERBY-6762
Project: Derby
Issue Type: Bug
Components: Test
Affects Versions: 10.10.2.1
Reporter: Rick Hillegas
It looks as though the recent back ports to 10.10 have introduced a reference
to a method which was introduced in Java 6 and which does not exist in Java
1.4: java.util.Arrays.copyOf( Object[], int ). See
http://download.java.net/javadesktop/derby/request_5597470/
{noformat}
java.lang.NoSuchMethodError:
java.util.Arrays.copyOf([Ljava/lang/Object;I)[Ljava/lang/Object;
at
org.apache.derbyTesting.functionTests.tests.lang.CaseExpressionTest.testNotElimination(CaseExpressionTest.java:472)
at
org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:119)
at
org.apache.derbyTesting.junit.BaseJDBCTestCase.runBareOverridable(BaseJDBCTestCase.java:442)
at
org.apache.derbyTesting.junit.BaseJDBCTestCase.runBare(BaseJDBCTestCase.java:459)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
at junit.extensions.TestSetup.run(TestSetup.java:25)
at
org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)