gerrit/gerrit-httpd
David Pursehouse 65dad0493b Make inner classes static where appropriate
There are several classes that have inner classes not declared with the
'static' modifier.  For these classes Findbugs reports:

  This class is an inner class, but does not use its embedded reference
  to the object which created it.  This reference makes the instances of
  the class larger, and may keep the reference to the creator object alive
  longer than necessary.  If possible, the class should be made static.

Add a 'static' modifier on these classes.

Change-Id: I0244bb1cd5662398f79c61d442df815e3811bf12
2015-03-20 14:27:59 +00:00
..
src Make inner classes static where appropriate 2015-03-20 14:27:59 +00:00
BUCK Convert some value classes to AutoValue 2015-01-22 12:15:58 -08:00