aed73f81c191b25ba4b15167ba6a12315cad3d68
ChangeQueryBuilder is a kitchen sink with all sorts of logic that it's probably not a great idea to depend on from code deep in Gerrit internals, which is what InternalChangeQuery is for. It just needs access to a couple of very simple predicates. Simple enough, in fact, that their constructors should just be called manually, which is fine since they're still in the same package. A similar story applies to QueryProcessor; although IsVisibleToPredicate is slightly more complicated than ProjectPredicate, it still doesn't require the whole suite of ChangeQueryBuilder.Arguments. Change-Id: I17180749b66347cc576d9cbf4e07d37c03728625
Description
RETIRED, Gerrit as used by OpenStack