[
https://issues.apache.org/jira/browse/DERBY-4052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mike Matrigali resolved DERBY-4052.
-----------------------------------
Resolution: Fixed
Fix Version/s: 10.6.2.2
10.5.3.2
Assignee: Yun Lee (was: Mike Matrigali)
backported to 10.5 and 10.6. resoloving and setting owner back to original.
> SQLChar.copyState() doesn't copy localeFinder
> ---------------------------------------------
>
> Key: DERBY-4052
> URL: https://issues.apache.org/jira/browse/DERBY-4052
> Project: Derby
> Issue Type: Bug
> Components: SQL
> Affects Versions: 10.5.1.1
> Reporter: Knut Anders Hatlen
> Assignee: Yun Lee
> Priority: Minor
> Fix For: 10.5.3.2, 10.6.2.2, 10.7.1.1
>
> Attachments: derby-4052.patch, derby-4052.stat
>
>
> The last line of SQLChar.copyState() looks incorrect.
> this.localeFinder = localeFinder;
> This line doesn't do anything, since the left side and the right side of the
> assignment are identical.
> It might be intentional, but in that case there should be a comment
> explaining why. Looking at the rest of the method, it looks like the
> intention is that the right side of the assignment should be
> other.localeFinder.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira