Conversation
Replace manual array copying with System.arraycopy().
Codecov Report
Continue to review full report at Codecov.
|
peterbae
left a comment
There was a problem hiding this comment.
I think the array loop provides better code readability, and approving this would mean we want to apply this change to other places in the code that uses arrays in this manner. I'm ok with leaving the manual array copy as it is.
|
@peterbae These changes were detected by FIndBugs as array copying that could be directly replaced by I'm not suggesting changing any of the others, but just these 3 simple instances. |
Replace manual array copying with System.arraycopy().