[ 
https://issues.apache.org/jira/browse/DERBY-6752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15401316#comment-15401316
 ] 

ASF subversion and git services commented on DERBY-6752:
--------------------------------------------------------

Commit 1754680 from [~bryanpendleton] in branch 'code/trunk'
[ https://svn.apache.org/r1754680 ]

DERBY-6752: Derby tries to load non-existent class AutoloadedDriver40

This patch was contributed by Danoja Dias (danojadias at gmail dot com)

This patch removes the code that tries to load AutoloadedDriver40. That code
was always failing, because the class was removed from the Derby code by
revision 1494482, but the attempt to load the class was wrapped in an
exception catch block so there were no symptoms of the failed class load
attempt.

> AutoloadedDriver tries to load a non-existent class, AutoloadedDriver40
> -----------------------------------------------------------------------
>
>                 Key: DERBY-6752
>                 URL: https://issues.apache.org/jira/browse/DERBY-6752
>             Project: Derby
>          Issue Type: Improvement
>          Components: JDBC
>    Affects Versions: 10.12.1.1
>            Reporter: Rick Hillegas
>            Assignee: Danoja Dias
>             Fix For: 10.13.0.0
>
>         Attachments: Derby-6752.diff
>
>
> This happens in a static initialization block at the start of 
> AutoloadedDriver. Is this dead code?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to