Files
gerrit/lib
Dave Borowitz 0b9e581c36 Error Prone: Enable and fix ImmutableEnumChecker
* Mark some enums using @Immutable from Error Prone (and also import
  that library).
* Suppress one usage of an effectively-immutable JGit class which we
  don't control.
* Fixing ReviewerStateInternal to store a String internally rather than
  a FooterKey. FooterKey is actually not immutable: it has a package-
  private byte array field. Keep returning FooterKey from the interface
  for type safety; given that one method was already constructing a new
  FooterKey dynamically on every invocation, and that this class is
  primarily used for constructing ChangeUpdates, this shouldn't be a
  performance issue.

Change-Id: Ieb7ee10e9be39184cff7e0d1d18ff6b433016b31
2019-05-27 08:35:58 +09:00
..
2018-08-01 22:35:35 +02:00
2018-06-05 13:06:05 +02:00
2018-12-20 22:28:53 +09:00
2018-07-19 08:42:40 +09:00
2019-05-16 12:17:59 +02:00
2019-04-10 08:15:10 +09:00
2017-01-23 12:44:58 +00:00
2018-09-23 19:50:09 +00:00
2018-12-20 22:28:53 +09:00
2018-07-24 10:57:18 +01:00
2019-03-12 14:33:21 +09:00
2018-03-26 14:14:57 -04:00
2019-01-23 11:21:14 +00:00
2016-07-25 13:47:30 -07:00
2016-11-16 01:24:59 +00:00
2019-02-08 11:18:10 +00:00