Files
gerrit/gerrit-index
Dave Borowitz 754b4df10f InternalQuery: Pass FieldDefs as varargs to setRequestedFields
The purpose of this class is to make it easy for core Gerrit code
to execute queries. Core code always has access to the real FieldDefs,
so it's unnecessary boilerplate to have to call getName on each of them.

It does require some gymnastics to handle the @SafeVarargs annotation,
which may only be set on a final method.

Change-Id: Id315e0429437a1b31addc99c786bfb532e1c82d0
2017-10-23 15:31:04 -04:00
..