Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
10.8.1.2
-
None
-
Patch Available
Description
client/am/ResultSet.java uses Arrays.fill() to clear arrays in some cases, but I noticed a couple of places where it still uses for loops to clear the arrays. The code would become a tiny bit simpler if Arrays.fill() was used these other places too.