Arrays.copyOf
should propagate length information from argument to return value
#3224
Milestone
Arrays.copyOf
should propagate length information from argument to return value
#3224
Consider this source code.
The Index Checker issues these warnings:
However, these are false positive warnings, because the result of these calls to
Arrays.copyOf
should have all the same properties as its argument.The text was updated successfully, but these errors were encountered: