Explorar el Código

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
tags/v2.3.0.201302130906
Robin Rosenberg hace 11 años
padre
commit
f71944ec76

+ 1
- 0
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/IndexDiffTest.java Ver fichero

@@ -70,6 +70,7 @@ import org.eclipse.jgit.treewalk.FileTreeIterator;
import org.eclipse.jgit.util.IO;
import org.junit.Test;

@SuppressWarnings("deprecation")
public class IndexDiffTest extends RepositoryTestCase {

static PathEdit add(final Repository db, final File workdir,

+ 1
- 0
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/T0002_TreeTest.java Ver fichero

@@ -57,6 +57,7 @@ import java.util.List;

import org.junit.Test;

@SuppressWarnings("deprecation")
public class T0002_TreeTest extends SampleDataRepositoryTestCase {
private static final ObjectId SOME_FAKE_ID = ObjectId.fromString(
"0123456789abcdef0123456789abcdef01234567");

+ 1
- 0
org.eclipse.jgit.test/tst/org/eclipse/jgit/revwalk/ObjectWalkTest.java Ver fichero

@@ -54,6 +54,7 @@ import org.eclipse.jgit.lib.ObjectInserter;
import org.eclipse.jgit.lib.Tree;
import org.junit.Test;

@SuppressWarnings("deprecation")
public class ObjectWalkTest extends RevWalkTestCase {
protected ObjectWalk objw;


+ 1
- 0
org.eclipse.jgit.test/tst/org/eclipse/jgit/storage/file/T0003_BasicTest.java Ver fichero

@@ -84,6 +84,7 @@ import org.eclipse.jgit.revwalk.RevWalk;
import org.eclipse.jgit.util.FileUtils;
import org.junit.Test;

@SuppressWarnings("deprecation")
public class T0003_BasicTest extends SampleDataRepositoryTestCase {

@Test

Cargando…
Cancelar
Guardar