Knut Anders Hatlen created DERBY-6292:
-----------------------------------------
Summary: Use Arrays.copyOf() in FormatableArrayHolder.getArray()
Key: DERBY-6292
URL: https://issues.apache.org/jira/browse/DERBY-6292
Project: Derby
Issue Type: Improvement
Components: Services
Affects Versions: 10.11.0.0
Reporter: Knut Anders Hatlen
Assignee: Knut Anders Hatlen
Priority: Trivial
FormatableArrayHolder.getArray() creates an array of the correct type using
reflection and copies it manually. Java 6 introduced a copyOf() method in
java.util.Arrays that could do all of this automatically. Now that Java 6 is
the minimum level on trunk, we could take advantage of the library method and
simplify the code.
--
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