Call initCause() and getCause() without reflection in BaseJDBCTestCase
----------------------------------------------------------------------

                 Key: DERBY-5540
                 URL: https://issues.apache.org/jira/browse/DERBY-5540
             Project: Derby
          Issue Type: Improvement
          Components: Test
    Affects Versions: 10.9.0.0
            Reporter: Knut Anders Hatlen
            Assignee: Knut Anders Hatlen
            Priority: Trivial


BaseJDBCTestCase uses reflection to call Throwable.initCause() and 
Throwable.getCause(). This was needed when running the tests on Java 1.3 and on 
Foundation Profile 1.0, but those platforms aren't supported any more. Now we 
should call the methods directly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to