You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Dongkyu Hwangbo (JIRA)" <ji...@apache.org> on 2015/12/11 10:14:10 UTC

[jira] [Created] (TAJO-2019) Replace manual array copy with System.arraycopy()

Dongkyu Hwangbo created TAJO-2019:
-------------------------------------

             Summary: Replace manual array copy with System.arraycopy()
                 Key: TAJO-2019
                 URL: https://issues.apache.org/jira/browse/TAJO-2019
             Project: Tajo
          Issue Type: Task
            Reporter: Dongkyu Hwangbo
            Assignee: Dongkyu Hwangbo
            Priority: Trivial


Manual copying of array contents can be replaced by calls to System.arraycopy(). It makes code line lighten.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)