RETIRED, Gerrit as used by OpenStack
Go to file
Edwin Kempin 3efed75534 Use java.util.Objects instead of com.google.common.base.Objects
Use
  java.util.Objects.equals(...)
instead of
  com.google.common.base.Objects.equal(...)
and
  java.util.Objects.hash(...)
instead of
  com.google.common.base.Objects.hashCode(...)
.

The JavaDoc of both methods in com.google.common.base.Objects says
that they should be treated as deprecated and that the corresponding
Java 7 methods in java.util.Objects should be used instead.

Change-Id: I55d53cde42a7eecfa310e1ae4038d2ee4d111c4b
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
2015-01-07 08:10:39 +00:00
.settings Support AutoValue 2014-11-08 08:31:08 -08:00
Documentation Tidy up hooks configuration documentation 2015-01-07 14:28:41 +09:00
ReleaseNotes Update 2.11 release notes 2015-01-07 10:12:19 +09:00
bucklets Rename __standalone_mode__ to STANDALONE_MODE 2014-11-24 08:44:12 +00:00
contrib Fix minor python code style issues 2014-12-18 02:51:06 +00:00
gerrit-acceptance-tests Remove /type REST API projections 2015-01-06 11:33:48 -08:00
gerrit-antlr Support change~branch~id in query syntax 2014-12-10 09:55:08 -08:00
gerrit-cache-h2 Honor expireAfterWrite in the H2CacheImpl 2014-12-03 16:25:05 +09:00
gerrit-common Use java.util.Objects instead of com.google.common.base.Objects 2015-01-07 08:10:39 +00:00
gerrit-extension-api Merge changes from topic 'cm4' 2015-01-05 18:42:29 +00:00
gerrit-gwtdebug Organize imports 2014-12-18 11:16:03 +09:00
gerrit-gwtexpui Turn on many more Eclipse warnings, and fix them 2014-10-29 15:00:17 -07:00
gerrit-gwtui Merge "Set line length to 72 for commit messages" 2015-01-06 23:31:26 +00:00
gerrit-gwtui-common Add icons to switch between side-by-side and unified diff view 2014-12-12 12:43:53 +01:00
gerrit-httpd Remove gerrit.enableNewFeatures 2015-01-06 14:51:24 -08:00
gerrit-launcher Apply "type inference for generic instance creation" Java 7 feature 2014-04-26 15:27:57 +02:00
gerrit-lucene Remove all references to deleted change fields 2014-12-19 12:21:08 -08:00
gerrit-main Build Main for Java 1.2 2013-11-30 01:53:00 -08:00
gerrit-openid OpenID: Add support for Launchpad on the login form 2014-12-12 21:22:55 +01:00
gerrit-patch-commonsnet Replace 'for' loop with 'foreach' 2013-12-04 01:02:53 +04:00
gerrit-patch-jgit Turn on many more Eclipse warnings, and fix them 2014-10-29 15:00:17 -07:00
gerrit-pgm Permit Realm to supply email address verification on the fly 2014-12-22 08:46:56 -08:00
gerrit-plugin-api Set version to 2.9.4 2014-12-27 09:17:06 +09:00
gerrit-plugin-archetype Set version to 2.9.4 2014-12-27 09:17:06 +09:00
gerrit-plugin-gwt-archetype Set version to 2.9.4 2014-12-27 09:17:06 +09:00
gerrit-plugin-gwtui Set version to 2.9.4 2014-12-27 09:17:06 +09:00
gerrit-plugin-js-archetype Set version to 2.9.4 2014-12-27 09:17:06 +09:00
gerrit-prettify Turn on many more Eclipse warnings, and fix them 2014-10-29 15:00:17 -07:00
gerrit-reviewdb Add $change.originalSubject for email templates 2014-12-27 23:13:21 +00:00
gerrit-server Use java.util.Objects instead of com.google.common.base.Objects 2015-01-07 08:10:39 +00:00
gerrit-solr Remove all references to deleted change fields 2014-12-19 12:21:08 -08:00
gerrit-sshd Move stream-based QueryProcessor output to its own class 2014-12-23 14:37:09 -08:00
gerrit-util-cli Turn on many more Eclipse warnings, and fix them 2014-10-29 15:00:17 -07:00
gerrit-util-http Refactor RequestUtil into a separate package 2014-10-30 15:35:26 -07:00
gerrit-util-ssl Turn on many more Eclipse warnings, and fix them 2014-10-29 15:00:17 -07:00
gerrit-war Set version to 2.9.4 2014-12-27 09:17:06 +09:00
lib Buck: Cleanup dependencies in CM integration code 2015-01-05 11:06:49 -08:00
plugins Update cookbook plugin to latest revision 2015-01-06 12:25:23 +09:00
tools Add ow2-asm dependencies for GWT plugins 2014-12-19 01:11:21 +00:00
website/releases Releases: Update website to use Cloud Storage v1 API 2014-11-21 12:22:59 -08:00
.buckconfig Update GWT to 2.7 2014-12-04 11:23:01 +09:00
.buckversion Update Buck to recent version 2014-12-17 22:41:02 +01:00
.gitignore Support AutoValue 2014-11-08 08:31:08 -08:00
.gitmodules Add singleusergroup plugin 2013-11-09 07:45:00 +01:00
.mailmap Define mailmap 2014-11-06 09:15:44 +01:00
.pydevproject Update PyDev project to use Python 2.7 2014-10-02 15:16:44 +09:00
.watchmanconfig Watchman: Add buck-out dir to ignored directories 2014-08-21 07:32:37 +02:00
BUCK Update Buck and use gwt_binary() 2014-05-19 11:41:31 -07:00
COPYING Initial project setup of Gerrit 2 2008-11-14 16:59:34 -08:00
INSTALL Remove Gerrit 1.x to 2.x import tools 2009-03-27 20:20:10 -07:00
SUBMITTING_PATCHES Update push URL in SUBMITTING_PATCHES 2012-03-29 00:57:14 -04:00
VERSION Set version to 2.9.4 2014-12-27 09:17:06 +09:00