Use Arrays.fill() in client/am/ResultSet.java
---------------------------------------------

                 Key: DERBY-5015
                 URL: https://issues.apache.org/jira/browse/DERBY-5015
             Project: Derby
          Issue Type: Improvement
    Affects Versions: 10.8.0.0
            Reporter: Knut Anders Hatlen
            Assignee: Knut Anders Hatlen
            Priority: Trivial
         Attachments: fill.diff

client/am/ResultSet.java uses Arrays.fill() to clear arrays in some cases, but 
I noticed a couple of places where it still uses for loops to clear the arrays. 
The code would become a tiny bit simpler if Arrays.fill() was used these other 
places too.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to