]> source.dussan.org Git - jgit.git/commit
Hide deprecation warnings in some test classes 60/9260/4
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Sat, 15 Dec 2012 11:01:25 +0000 (12:01 +0100)
committerGerrit Code Review @ Eclipse.org <gerrit@eclipse.org>
Thu, 27 Dec 2012 17:09:01 +0000 (12:09 -0500)
commitf71944ec7666345d5ad4e1aa68f8e75a4f6dd506
tree753af60e2e4a51118905c4ef0a329e0e9933b2a4
parenta57dd1c1649cb85a2d47690bcea8a6acdc68ce35
Hide deprecation warnings in some test classes

These test classes heavily rely on Tree and associated classes. They
are convenient for building test cases and hence not yet replaced, but
there is a deprecation warning at about every line, which is not helpful.

Change-Id: Ia7cc8f3bb980dc03055b94748b6c7529a82ea5a5
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/IndexDiffTest.java
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/T0002_TreeTest.java
org.eclipse.jgit.test/tst/org/eclipse/jgit/revwalk/ObjectWalkTest.java
org.eclipse.jgit.test/tst/org/eclipse/jgit/storage/file/T0003_BasicTest.java