Suppress EqualsWrongThing flagged by error prone

This fixes the build:

ERROR: /home/davido/projects/prolog-cafe/BUILD:46:1: Building \
  liblang.jar (48 source files) failed (Exit 1)
java/com/googlecode/prolog_cafe/lang/VariableTerm.java:193: error: \
  [EqualsWrongThing] Suspicious comparison between `val` and `this`
	if(val != this)
	       ^
    (see https://errorprone.info/bugpattern/EqualsWrongThing)

Change-Id: I17456d8ecea82862440b82993a99018bf9827987
1 file changed
tree: e68b3974148b45d916dff20f1538887eafb17b1a
  1. .settings/
  2. bin/
  3. examples/
  4. java/
  5. src/
  6. .classpath
  7. .gitignore
  8. .mailmap
  9. .project
  10. bazlets.bzl
  11. BUILD
  12. fake_pom_deploy.xml
  13. fake_pom_install.xml
  14. LICENSE
  15. LICENSE.EPL
  16. LICENSE.GPL
  17. mvn.sh
  18. prolog.bzl
  19. README.md
  20. WORKSPACE
README.md

Prolog Cafe

A fork of Mutsunori BANBARA‘s PrologCafe to support Gerrit Code Review’s customizable project rules.

Build

To bootstrap Bazel and SWI-Prolog >= 6.6.4 must be installed and then build the runtime and compiler with:

bazel build :all

To package for Maven into the local ~/.m2/repository directory:

./mvn.sh install

To publish to the gerrit-maven storage bucket:

./mvn.sh deploy