Compiler log for org.eclipse.releng.tests_3.2.200.v20130524-1353 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 3

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/releng/tests/LocalDiskRepositoryTest.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/releng/tests/LocalDiskRepositoryTest.java
 (at line 59)
import org.eclipse.jgit.internal.storage.file.FileRepository;
Discouraged access: The type FileRepository is not accessible due to restriction on classpath entry /shared/eclipse/builds/4M/localMavenRepo/p2/osgi/bundle/org.eclipse.jgit/3.0.0.201305080800-m7/org.eclipse.jgit-3.0.0.201305080800-m7.jar
2. WARNING in /src/org/eclipse/releng/tests/LocalDiskRepositoryTest.java
 (at line 112)
Repository db = new FileRepository(gitdir);
Discouraged access: The constructor FileRepository(File) is not accessible due to restriction on classpath entry /shared/eclipse/builds/4M/localMavenRepo/p2/osgi/bundle/org.eclipse.jgit/3.0.0.201305080800-m7/org.eclipse.jgit-3.0.0.201305080800-m7.jar
3. WARNING in /src/org/eclipse/releng/tests/LocalDiskRepositoryTest.java
 (at line 112)
Repository db = new FileRepository(gitdir);
Discouraged access: The type FileRepository is not accessible due to restriction on classpath entry /shared/eclipse/builds/4M/localMavenRepo/p2/osgi/bundle/org.eclipse.jgit/3.0.0.201305080800-m7/org.eclipse.jgit-3.0.0.201305080800-m7.jar