1. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 411) private static void assertTimestampEquals(Date timestamp1, Date timestamp2) { The method assertTimestampEquals(Date, Date) from the type SameResultEnv is never used locally |
1. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 51) private IProject project; The field EclipseSynchronizerTest.project is never read locally |
2. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 273) IResource[] resources = buildResources(project, new String[] {"a.txt", "c.java", "folder1/", "folder1/b.txt", "folder2/"}, true /* include project */); The local variable resources is never read |
1. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 295) public boolean isAncestorOf(ResourceMapping mapping) { The method isAncestorOf(ResourceMapping) from the type new ResourceMapping(){} is never used locally |
1. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/CVSProviderTest.java (at line 267) IProject project = createProject("testReadOnly", new String[] { "changed.txt", "deleted.txt", "folder1/", "folder1/a.txt" }); The local variable project is never read |
1. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ImportTest.java (at line 116) IResource[] result = buildResources(project, new String[] { "file1.txt", "folder1/", "folder1/a.txt" }, true); The local variable result is never read |
2. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ImportTest.java (at line 168) IResource[] result = buildResources(project, new String[] { "file1.txt", "folder1/", "folder1/a.txt" }, true); The local variable result is never read |
3. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ImportTest.java (at line 180) IResource[] result = buildResources(project, new String[] { "file1.txt", "folder1/", "folder1/a.txt" }, true); The local variable result is never read |
1. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/IsModifiedTests.java (at line 195) public boolean wasPreviouslyModified(IResource iResource) { The method wasPreviouslyModified(IResource) from the type new ICVSResourceVisitor(){} is never used locally |
2. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/IsModifiedTests.java (at line 254) IResource[] addedResources = buildResources(project, new String[] {"folder1/a.txt"}, false); The local variable addedResources is never read |
1. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 61) TestSuite suite = new TestSuite(ModuleTest.class); The local variable suite is never read |
2. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 219) ICVSRemoteResource tree = getRemoteTree(project3, CVSTag.DEFAULT, DEFAULT_MONITOR); The local variable tree is never read |
3. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 242) ICVSRemoteResource tree = getRemoteTree(project7, CVSTag.DEFAULT, DEFAULT_MONITOR); The local variable tree is never read |
4. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 267) RemoteModule module = getRemoteModule("project8-alias"); The local variable module is never read |
1. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/WatchEditTest.java (at line 63) private void assertAllFilesReadOnly(IContainer folder) throws CoreException { The method assertAllFilesReadOnly(IContainer) from the type WatchEditTest is never used locally |
1. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PerspectiveFactory.java (at line 21) IFolderLayout top = The local variable top is never read |
1. WARNING in /src/org/eclipse/team/tests/ccvs/ui/benchmark/BenchmarkUtils.java (at line 376) IProject project = root.getProject(); The local variable project is never read |