Details
Description
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.
Attachments
Attachments
Issue Links
- is part of
-
DERBY-4609 Derby Test and Fix GSOC 2010 project
- Closed
- is required by
-
DERBY-4994 10.5 backport effort issue (2011)
- Closed