Silence unusual equals() argument type warnings
commitc5e521e971f4893d461f30afe6e64a861636a32e
authorMichael Keppler <Michael.Keppler@gmx.de>
Thu, 5 Apr 2018 16:36:03 +0000 (5 18:36 +0200)
committerThomas Wolf <thomas.wolf@paranor.ch>
Tue, 24 Apr 2018 08:29:17 +0000 (24 04:29 -0400)
treee147b9516f547b518212fe3f8578152258c8e24b
parent713c46f7c0f4c2e37cfa175a08cb54e9fbdf6620
Silence unusual equals() argument type warnings

Since Oxygen the compiler can show a warning for non fitting equals
argument types. This change silences the warnings by masking out the
runtime type.

Change-Id: I0c6900cbfbdb133765e4fa6801c73e3f3fe01531
Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/internal/synchronize/model/GitModelBlobTest.java
org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/internal/synchronize/model/GitModelCacheFileTest.java
org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/internal/synchronize/model/GitModelCacheTest.java
org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/internal/synchronize/model/GitModelCommitTest.java
org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/internal/synchronize/model/GitModelTreeTest.java
org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/internal/synchronize/model/GitModelWorkingFileTest.java