diff options
author | Harvey Harrison <[email protected]> | 2013-04-03 23:30:53 -0700 |
---|---|---|
committer | Harvey Harrison <[email protected]> | 2013-04-03 23:30:53 -0700 |
commit | d70f55e63c38331486249bdfdbd1234ce4bbeb09 (patch) | |
tree | c9b3bb6b33ada57aabaf1e6d9e3729daa05ec88a /src/native | |
parent | bdbba7ca4ae73c3212a46318dab83731706c4e3e (diff) |
gluegen: use explicit ArrayList constructor to avoid @SuppressWarnings and clone()
ArrayList.clone does _not_ make a shallow copy, a new internal array is allocated.
As such, there is nearly no benefit to using clone().
Signed-off-by: Harvey Harrison <[email protected]>
Diffstat (limited to 'src/native')
0 files changed, 0 insertions, 0 deletions