Files
gerrit/gerrit-server/src/test/java/com/google/gerrit/server
Shawn Pearce d170274b24 Fix 'Potential heap pollution via vargs parameter' warnings
Most existing sites are safe.  The implementating method only scans
the array and does not retain it beyond the method invocation.  In the
questionable cases use ImmutableList instead of a varargs array.

Change-Id: Ic2d0c1c1801a68ec58b642552e97e2d193b40a98
2013-11-29 11:37:14 -08:00
..
2013-11-19 13:56:25 -08:00
2013-11-18 02:12:52 +00:00