-
Task
-
Resolution: Done
-
Major
-
None
-
None
The method getAttributeValues uses a for loop to copy an array into another array. Use the System.arrayCopy method instead.
The method getAttributeValues uses a for loop to copy an array into another array. Use the System.arrayCopy method instead.