Files
gerrit/plugins
Dave Borowitz d61094126c Ensure InternalQuery/QueryProcessor are one-time-use
These classes are non-threadsafe and have mutable fields for a
builder-like pattern; they should not be reused. Nonetheless, this was
happening in a few places, which seemed to not be causing problems, but
they may have just been hard to observe.

Ensure they are consistently used only once with a checkState in
QueryProcessor#query, and document this limitation.

Change-Id: I1c7d392b1094dcb562894108b652ee7750d98da4
2017-08-16 08:12:47 -04:00
..
2017-04-20 15:13:16 +00:00
2017-06-24 02:27:46 +00:00
2017-02-28 18:14:01 +09:00