Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
10.7.1.1
-
None
-
None
Description
GenericConglomerateController has two methods named fetch(). One of these methods has a parameter called waitForLock, whereas the other one doesn't have such a parameter. When I diffed the two methods, the only difference I found, apart from a couple of whitespace diffs, was that the method with the waitForLock parameter called lockPosititionForRead/lockPositionForWrite using the parameter value, and the other method called them with a hard-coded value of true.
To avoid duplication of code, fetch(RowLocation,DataValueDescriptor[],FormatableBitSet) should forward calls to fetch(RowLocation,DataValueDescriptor[],FormatableBitSet,boolean).
Attachments
Attachments
Issue Links
- relates to
-
DERBY-4676 NullPointerException on SELECT on INNER JOIN
- Closed