jgit/org.eclipse.jgit.lfs.test/tst/org/eclipse/jgit/lfs/lib
David Pursehouse 190b575be1 Suppress "Unlikely argument type for equals()" warnings in tests
This new warning was introduced in Eclipse 4.7 Oxygen [1].

The only instances of the warning are in test code that is asserting
that some class does not compare equal to Strings. As in the Gerrit
project [2] these asserts are arguably overkill, but arguably also
a reasonable test of an equals implementation. Ignore the warning in
these cases.

Note that if the project is opened in an earlier version of Eclipse,
a warning "Unsupported @SuppressWarnings" will be emitted.

[1] https://www.eclipse.org/eclipse/news/4.7/M6/
[2] https://gerrit-review.googlesource.com/#/c/gerrit/+/110339/

Change-Id: I08ea33d71e6009cf0f37e6492a475931f447256b
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
2017-11-06 10:34:34 +01:00
..
AbbreviatedLongObjectIdTest.java Suppress "Unlikely argument type for equals()" warnings in tests 2017-11-06 10:34:34 +01:00
LFSPointerTest.java Fix encoding of LFSPointer files 2016-11-24 17:26:56 +01:00
LfsPointerFilterTest.java Add LfsPointerFilter TreeFilter 2017-01-10 00:13:24 +01:00
LongObjectIdTest.java LongObjectIdTest: Add back self comparison test 2017-08-18 10:01:06 +01:00
MutableLongObjectIdTest.java Implement SHA-256 abstraction 2016-02-04 17:49:42 +01:00