[ https://issues.apache.org/jira/browse/DERBY-2223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dyre Tjeldvoll closed DERBY-2223. --------------------------------- > Let BasePage.fetchFieldFromSlot use the special single-col FetchDescriptor > ctor > ------------------------------------------------------------------------------- > > Key: DERBY-2223 > URL: https://issues.apache.org/jira/browse/DERBY-2223 > Project: Derby > Issue Type: Improvement > Components: Miscellaneous > Affects Versions: 10.2.2.0 > Reporter: Dyre Tjeldvoll > Assigned To: Dyre Tjeldvoll > Priority: Trivial > Fix For: 10.3.0.0 > > Attachments: derby-2223.v1.diff, derby-2223.v1.stat > > > BasePage.fetchFieldFromSlot needs to construct a FetchDescriptor with single > column. To do this it creates a FormatableBitSet that identifies the correct > column and then passes this bitset to the FetchDescriptor constructor. But > FetchDescriptor has a special constructor for the single column case, that > doesn't need a bitset. Using this constructor instead makes the code simpler, > and presumably more efficient as well. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira