errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged warnings |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden 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 |