Knut Anders Hatlen created DERBY-6186:
-----------------------------------------

             Summary: SYSTRIGGERSRowFactory should use DataDescriptorGenerator 
to build descriptor
                 Key: DERBY-6186
                 URL: https://issues.apache.org/jira/browse/DERBY-6186
             Project: Derby
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 10.11.0.0
            Reporter: Knut Anders Hatlen
            Assignee: Knut Anders Hatlen
            Priority: Trivial


SYSTRIGGERSRowFactory.buildDescriptor() creates a descriptor by calling 
TriggerDescriptor's constructor directly. It already has a 
DataDescriptorGenerator instance, so it should instead call the 
newTriggerDescriptor(). This would allow TriggerDescriptor's constructor to 
become package protected, which improves encapsulation.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to