diff options
author | Fabio Ponciroli <ponch78@gmail.com> | 2022-03-10 17:37:37 +0100 |
---|---|---|
committer | Thomas Wolf <thomas.wolf@paranor.ch> | 2022-04-01 17:07:19 -0400 |
commit | f1362e857e96b4994c2ad54f7dd2c80a4f7de955 (patch) | |
tree | c1a7fee4fa0a082802d9d8293bbdfc41effac054 /org.eclipse.jgit.http.server/resources/org/eclipse/jgit/http/server | |
parent | aa5a2c4619aedccc99463034ab3fcf622c3dc8f3 (diff) | |
download | jgit-f1362e857e96b4994c2ad54f7dd2c80a4f7de955.tar.gz jgit-f1362e857e96b4994c2ad54f7dd2c80a4f7de955.zip |
PlotCommitList: Suppress ReferenceEquality Warnings
Errorprone raises the following warning:
"[ReferenceEquality] Comparison using reference equality
instead of value equality"
A single pointer comparison is fine here.
A comparison with 'equals' would complicate the code and
also impact performance.
Change-Id: I6677dfc483acb95a64afbf433fd2b9460e408264
Diffstat (limited to 'org.eclipse.jgit.http.server/resources/org/eclipse/jgit/http/server')
0 files changed, 0 insertions, 0 deletions