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/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 18) import org.eclipse.compare.internal.Utilities; Discouraged access: The type Utilities is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 28) import org.eclipse.team.internal.ccvs.core.resources.CVSWorkspaceRoot; Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 29) import org.eclipse.team.internal.ui.Utils; Discouraged access: The type Utils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 30) import org.eclipse.team.internal.ui.history.FileRevisionTypedElement; Discouraged access: The type FileRevisionTypedElement is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 31) import org.eclipse.team.internal.ui.mapping.ModelCompareEditorInput; Discouraged access: The type ModelCompareEditorInput is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
6. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 32) import org.eclipse.team.internal.ui.mapping.ResourceDiffCompareInput; Discouraged access: The type ResourceDiffCompareInput is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
7. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 33) import org.eclipse.team.internal.ui.synchronize.EditableSharedDocumentAdapter; Discouraged access: The type EditableSharedDocumentAdapter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
8. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 34) import org.eclipse.team.internal.ui.synchronize.LocalResourceTypedElement; Discouraged access: The type LocalResourceTypedElement is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
9. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 35) import org.eclipse.team.internal.ui.synchronize.actions.OpenInCompareAction; Discouraged access: The type OpenInCompareAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
10. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 58) protected CVSSyncTreeSubscriber getSubscriber() throws TeamException { Discouraged access: The type CVSSyncTreeSubscriber is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
11. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 59) return (CVSSyncTreeSubscriber)getWorkspaceSubscriber(); Discouraged access: The type CVSSyncTreeSubscriber is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
12. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 63) IEditorInput input = OpenInCompareAction.openCompareEditor(((ModelParticipantSyncInfoSource)getSyncInfoSource()).getConfiguration(subscriber), element, false, false); Discouraged access: The type OpenInCompareAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
13. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 63) IEditorInput input = OpenInCompareAction.openCompareEditor(((ModelParticipantSyncInfoSource)getSyncInfoSource()).getConfiguration(subscriber), element, false, false); Discouraged access: The method openCompareEditor(ISynchronizePageConfiguration, Object, boolean, boolean) from the type OpenInCompareAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
14. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 86) private void assertRevisionsEquals(IEditorInput input, IFile file) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
15. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 90) String remoteRevision = ((FileRevisionTypedElement)node.getRight()).getContentIdentifier(); Discouraged access: The method getContentIdentifier() from the type FileRevisionTypedElement is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
16. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 90) String remoteRevision = ((FileRevisionTypedElement)node.getRight()).getContentIdentifier(); Discouraged access: The type FileRevisionTypedElement is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
17. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 91) String localRevision = CVSWorkspaceRoot.getCVSFileFor(file).getSyncInfo().getRevision(); Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
18. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 91) String localRevision = CVSWorkspaceRoot.getCVSFileFor(file).getSyncInfo().getRevision(); Discouraged access: The method getCVSFileFor(IFile) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
19. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 91) String localRevision = CVSWorkspaceRoot.getCVSFileFor(file).getSyncInfo().getRevision(); Discouraged access: The method getSyncInfo() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
20. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 91) String localRevision = CVSWorkspaceRoot.getCVSFileFor(file).getSyncInfo().getRevision(); Discouraged access: The method getRevision() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
21. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 99) if (cei instanceof ModelCompareEditorInput) { Discouraged access: The type ModelCompareEditorInput is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
22. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 100) ModelCompareEditorInput mcei = (ModelCompareEditorInput) cei; Discouraged access: The type ModelCompareEditorInput is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
23. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 100) ModelCompareEditorInput mcei = (ModelCompareEditorInput) cei; Discouraged access: The type ModelCompareEditorInput is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
24. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 102) if (ci instanceof ResourceDiffCompareInput) { Discouraged access: The type ResourceDiffCompareInput is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
25. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 103) ResourceDiffCompareInput rdci = (ResourceDiffCompareInput) ci; Discouraged access: The type ResourceDiffCompareInput is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
26. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 103) ResourceDiffCompareInput rdci = (ResourceDiffCompareInput) ci; Discouraged access: The type ResourceDiffCompareInput is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
27. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 104) IFile file = (IFile)rdci.getResource(); Discouraged access: The method getResource() from the type ResourceDiffCompareInput is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
28. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 105) LocalResourceTypedElement element = (LocalResourceTypedElement)rdci.getLeft(); Discouraged access: The type LocalResourceTypedElement is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
29. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 105) LocalResourceTypedElement element = (LocalResourceTypedElement)rdci.getLeft(); Discouraged access: The type LocalResourceTypedElement is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
30. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 105) LocalResourceTypedElement element = (LocalResourceTypedElement)rdci.getLeft(); Discouraged access: The method getLeft() from the type AbstractCompareInput is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
31. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 106) EditableSharedDocumentAdapter adapter = (EditableSharedDocumentAdapter)element.getAdapter(ISharedDocumentAdapter.class); Discouraged access: The type EditableSharedDocumentAdapter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
32. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 106) EditableSharedDocumentAdapter adapter = (EditableSharedDocumentAdapter)element.getAdapter(ISharedDocumentAdapter.class); Discouraged access: The type EditableSharedDocumentAdapter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
33. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 106) EditableSharedDocumentAdapter adapter = (EditableSharedDocumentAdapter)element.getAdapter(ISharedDocumentAdapter.class); Discouraged access: The method getAdapter(Class) from the type LocalResourceTypedElement is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
34. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 107) assertTrue(element.exists() == file.exists()); Discouraged access: The method exists() from the type LocalResourceTypedElement is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
35. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 110) assertTrue(adapter.isConnected()); Discouraged access: The method isConnected() from the type EditableSharedDocumentAdapter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
36. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 145) Utilities.RUNNING_TESTS = true; Discouraged access: The type Utilities is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes |
37. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 145) Utilities.RUNNING_TESTS = true; Discouraged access: The field RUNNING_TESTS from the type Utilities is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes |
38. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 146) Utils.RUNNING_TESTS = true; Discouraged access: The type Utils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
39. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 146) Utils.RUNNING_TESTS = true; Discouraged access: The field RUNNING_TESTS from the type Utils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
40. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 151) Utilities.TESTING_FLUSH_ON_COMPARE_INPUT_CHANGE = b; Discouraged access: The type Utilities is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes |
41. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 151) Utilities.TESTING_FLUSH_ON_COMPARE_INPUT_CHANGE = b; Discouraged access: The field TESTING_FLUSH_ON_COMPARE_INPUT_CHANGE from the type Utilities is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes |
42. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 152) Utils.TESTING_FLUSH_ON_COMPARE_INPUT_CHANGE = b; Discouraged access: The type Utils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
43. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 152) Utils.TESTING_FLUSH_ON_COMPARE_INPUT_CHANGE = b; Discouraged access: The field TESTING_FLUSH_ON_COMPARE_INPUT_CHANGE from the type Utils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
44. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 284) CVSTag v1 = new CVSTag("v1", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
45. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 284) CVSTag v1 = new CVSTag("v1", CVSTag.VERSION); Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
46. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 284) CVSTag v1 = new CVSTag("v1", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
47. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 284) CVSTag v1 = new CVSTag("v1", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
48. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 284) CVSTag v1 = new CVSTag("v1", CVSTag.VERSION); Discouraged access: The field VERSION from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
49. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 299) CVSTag v1 = new CVSTag("v1", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
50. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 299) CVSTag v1 = new CVSTag("v1", CVSTag.VERSION); Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
51. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 299) CVSTag v1 = new CVSTag("v1", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
52. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 299) CVSTag v1 = new CVSTag("v1", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
53. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CompareEditorTests.java (at line 299) CVSTag v1 = new CVSTag("v1", CVSTag.VERSION); Discouraged access: The field VERSION from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSSyncSubscriberTest.java (at line 23) import org.eclipse.team.internal.ccvs.core.resources.CVSWorkspaceRoot; Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSSyncSubscriberTest.java (at line 24) import org.eclipse.team.internal.ccvs.core.syncinfo.ResourceSyncInfo; Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSSyncSubscriberTest.java (at line 198) protected void markAsMerged(CVSSyncTreeSubscriber subscriber, IProject project, String[] resourcePaths) throws CoreException, TeamException, InvocationTargetException, InterruptedException { Discouraged access: The type CVSSyncTreeSubscriber is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSSyncSubscriberTest.java (at line 203) protected void assertIsBinary(IFile local) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSSyncSubscriberTest.java (at line 204) ICVSFile file = CVSWorkspaceRoot.getCVSFileFor(local); Discouraged access: The type ICVSFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
6. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSSyncSubscriberTest.java (at line 204) ICVSFile file = CVSWorkspaceRoot.getCVSFileFor(local); Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
7. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSSyncSubscriberTest.java (at line 204) ICVSFile file = CVSWorkspaceRoot.getCVSFileFor(local); Discouraged access: The method getCVSFileFor(IFile) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
8. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSSyncSubscriberTest.java (at line 205) byte[] syncBytes = file.getSyncBytes(); Discouraged access: The method getSyncBytes() from the type ICVSFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
9. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSSyncSubscriberTest.java (at line 207) assertTrue(ResourceSyncInfo.isBinary(syncBytes)); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
10. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSSyncSubscriberTest.java (at line 207) assertTrue(ResourceSyncInfo.isBinary(syncBytes)); Discouraged access: The method isBinary(byte[]) from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/core/TestsUserAuthenticator.java (at line 15) import org.eclipse.team.internal.ccvs.core.CVSException; Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/core/TestsUserAuthenticator.java (at line 16) import org.eclipse.team.internal.ccvs.core.ICVSRepositoryLocation; Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/core/TestsUserAuthenticator.java (at line 17) import org.eclipse.team.internal.ccvs.core.IUserAuthenticator; Discouraged access: The type IUserAuthenticator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/core/TestsUserAuthenticator.java (at line 18) import org.eclipse.team.internal.ccvs.core.IUserInfo; Discouraged access: The type IUserInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/core/TestsUserAuthenticator.java (at line 23) public class TestsUserAuthenticator implements IUserAuthenticator { Discouraged access: The type IUserAuthenticator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
6. WARNING in /src/org/eclipse/team/tests/ccvs/core/TestsUserAuthenticator.java (at line 28) public void promptForUserInfo(ICVSRepositoryLocation location, IUserInfo userInfo, String message) throws CVSException { Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
7. WARNING in /src/org/eclipse/team/tests/ccvs/core/TestsUserAuthenticator.java (at line 28) public void promptForUserInfo(ICVSRepositoryLocation location, IUserInfo userInfo, String message) throws CVSException { Discouraged access: The type IUserInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
8. WARNING in /src/org/eclipse/team/tests/ccvs/core/TestsUserAuthenticator.java (at line 28) public void promptForUserInfo(ICVSRepositoryLocation location, IUserInfo userInfo, String message) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
9. WARNING in /src/org/eclipse/team/tests/ccvs/core/TestsUserAuthenticator.java (at line 34) public int prompt(ICVSRepositoryLocation location, int promptType, String title, String message, int[] promptResponses, int defaultResponseIndex) { Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
10. WARNING in /src/org/eclipse/team/tests/ccvs/core/TestsUserAuthenticator.java (at line 41) public String[] promptForKeyboradInteractive(ICVSRepositoryLocation location, String destination, String name, String instruction, String[] prompt, boolean[] echo) throws CVSException { Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
11. WARNING in /src/org/eclipse/team/tests/ccvs/core/TestsUserAuthenticator.java (at line 41) public String[] promptForKeyboradInteractive(ICVSRepositoryLocation location, String destination, String name, String instruction, String[] prompt, boolean[] echo) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
12. WARNING in /src/org/eclipse/team/tests/ccvs/core/TestsUserAuthenticator.java (at line 45) public boolean promptForHostKeyChange(ICVSRepositoryLocation location) { Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CVSOperationTest.java (at line 13) import org.eclipse.team.internal.ccvs.core.CVSException; Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CVSOperationTest.java (at line 14) import org.eclipse.team.internal.ccvs.ui.operations.CVSOperation; Discouraged access: The type CVSOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CVSOperationTest.java (at line 27) protected void run(CVSOperation op) throws CVSException { Discouraged access: The type CVSOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CVSOperationTest.java (at line 27) protected void run(CVSOperation op) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 38) import org.eclipse.team.internal.ccvs.core.CVSException; Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 39) import org.eclipse.team.internal.ccvs.core.CVSProviderPlugin; Discouraged access: The type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 40) import org.eclipse.team.internal.ccvs.core.CVSTag; Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 41) import org.eclipse.team.internal.ccvs.core.CVSTeamProvider; Discouraged access: The type CVSTeamProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 42) import org.eclipse.team.internal.ccvs.core.ICVSRunnable; Discouraged access: The type ICVSRunnable is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
6. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 43) import org.eclipse.team.internal.ccvs.core.resources.EclipseSynchronizer; Discouraged access: The type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
7. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 44) import org.eclipse.team.internal.ccvs.core.syncinfo.FolderSyncInfo; Discouraged access: The type FolderSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
8. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 45) import org.eclipse.team.internal.ccvs.core.syncinfo.MutableResourceSyncInfo; Discouraged access: The type MutableResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
9. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 46) import org.eclipse.team.internal.ccvs.core.syncinfo.ResourceSyncInfo; Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
10. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 47) import org.eclipse.team.internal.ccvs.core.util.SyncFileWriter; Discouraged access: The type SyncFileWriter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
11. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 56) private static EclipseSynchronizer sync = EclipseSynchronizer.getInstance(); Discouraged access: The type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
12. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 56) private static EclipseSynchronizer sync = EclipseSynchronizer.getInstance(); Discouraged access: The type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
13. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 56) private static EclipseSynchronizer sync = EclipseSynchronizer.getInstance(); Discouraged access: The method getInstance() from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
14. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 77) public void testFolderSync() throws CoreException, CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
15. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 81) FolderSyncInfo info = sync.getFolderSync(root); Discouraged access: The type FolderSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
16. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 81) FolderSyncInfo info = sync.getFolderSync(root); Discouraged access: The method getFolderSync(IContainer) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
17. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 83) sync.deleteFolderSync(root); Discouraged access: The method deleteFolderSync(IContainer) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
18. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 84) sync.setFolderSync(root, dummyFolderSync(root)); Discouraged access: The method setFolderSync(IContainer, FolderSyncInfo) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
19. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 85) info = sync.getFolderSync(root); Discouraged access: The method getFolderSync(IContainer) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
20. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 117) sync.setFolderSync(folder, dummyFolderSync(folder)); Discouraged access: The method setFolderSync(IContainer, FolderSyncInfo) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
21. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 123) sync.setFolderSync(folder, dummyFolderSync(folder)); Discouraged access: The method setFolderSync(IContainer, FolderSyncInfo) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
22. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 129) sync.setFolderSync(project, dummyFolderSync(project)); Discouraged access: The method setFolderSync(IContainer, FolderSyncInfo) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
23. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 138) private void _testFolderSyncValid(IContainer container) throws CoreException, CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
24. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 139) FolderSyncInfo info = sync.getFolderSync(container); Discouraged access: The type FolderSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
25. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 139) FolderSyncInfo info = sync.getFolderSync(container); Discouraged access: The method getFolderSync(IContainer) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
26. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 141) sync.deleteFolderSync(container); Discouraged access: The method deleteFolderSync(IContainer) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
27. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 142) FolderSyncInfo newInfo = dummyFolderSync(container); Discouraged access: The type FolderSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
28. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 143) sync.setFolderSync(container, newInfo); Discouraged access: The method setFolderSync(IContainer, FolderSyncInfo) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
29. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 144) info = sync.getFolderSync(container); Discouraged access: The method getFolderSync(IContainer) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
30. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 149) sync.setResourceSync(resource, dummyResourceSync(resource)); Discouraged access: The method setResourceSync(IResource, ResourceSyncInfo) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
31. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 151) sync.setResourceSync(resource, dummyResourceSync(resource)); Discouraged access: The method setResourceSync(IResource, ResourceSyncInfo) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
32. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 152) assertNotNull(sync.getResourceSync(container.getFile(new Path("hassync.txt")))); Discouraged access: The method getResourceSync(IResource) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
33. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 153) assertNull(sync.getResourceSync(container.getFile(new Path("nosync.txt")))); Discouraged access: The method getResourceSync(IResource) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
34. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 154) assertNotNull(sync.getResourceSync(container.getFolder(new Path("hassync")))); Discouraged access: The method getResourceSync(IResource) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
35. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 155) assertNull(sync.getResourceSync(container.getFolder(new Path("nosync")))); Discouraged access: The method getResourceSync(IResource) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
36. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 157) sync.setResourceSync(container, dummyResourceSync(container)); Discouraged access: The method setResourceSync(IResource, ResourceSyncInfo) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
37. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 158) assertNotNull(sync.getResourceSync(container)); Discouraged access: The method getResourceSync(IResource) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
38. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 161) sync.deleteFolderSync(container); Discouraged access: The method deleteFolderSync(IContainer) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
39. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 162) info = sync.getFolderSync(container); Discouraged access: The method getFolderSync(IContainer) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
40. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 164) assertNull(sync.getResourceSync(container.getFile(new Path("hassync.txt")))); Discouraged access: The method getResourceSync(IResource) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
41. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 165) assertNull(sync.getResourceSync(container.getFile(new Path("nosync.txt")))); Discouraged access: The method getResourceSync(IResource) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
42. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 166) assertNull(sync.getResourceSync(container.getFolder(new Path("hassync")))); Discouraged access: The method getResourceSync(IResource) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
43. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 167) assertNull(sync.getResourceSync(container.getFolder(new Path("nosync")))); Discouraged access: The method getResourceSync(IResource) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
44. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 169) assertNotNull(sync.getResourceSync(container)); Discouraged access: The method getResourceSync(IResource) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
45. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 177) private void _testFolderSyncInvalid(IContainer container) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
46. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 178) FolderSyncInfo info = sync.getFolderSync(container); Discouraged access: The type FolderSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
47. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 178) FolderSyncInfo info = sync.getFolderSync(container); Discouraged access: The method getFolderSync(IContainer) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
48. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 180) sync.deleteFolderSync(container); Discouraged access: The method deleteFolderSync(IContainer) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
49. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 182) sync.setFolderSync(container, dummyFolderSync(container)); Discouraged access: The method setFolderSync(IContainer, FolderSyncInfo) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
50. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 184) } catch (CVSException e) { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
51. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 186) info = sync.getFolderSync(container); Discouraged access: The method getFolderSync(IContainer) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
52. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 190) public void testResourceSync() throws CoreException, CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
53. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 211) ResourceSyncInfo info = dummyResourceSync(file); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
54. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 212) sync.setResourceSync(file, info); Discouraged access: The method setResourceSync(IResource, ResourceSyncInfo) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
55. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 215) ResourceSyncInfo newInfo = sync.getResourceSync(file); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
56. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 215) ResourceSyncInfo newInfo = sync.getResourceSync(file); Discouraged access: The method getResourceSync(IResource) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
57. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 219) sync.setResourceSync(file, info); /* added for reason noted above */ Discouraged access: The method setResourceSync(IResource, ResourceSyncInfo) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
58. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 220) newInfo = sync.getResourceSync(file); Discouraged access: The method getResourceSync(IResource) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
59. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 222) sync.deleteResourceSync(file); Discouraged access: The method deleteResourceSync(IResource) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
60. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 227) sync.setResourceSync(file, info); Discouraged access: The method setResourceSync(IResource, ResourceSyncInfo) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
61. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 229) info = sync.getResourceSync(file); Discouraged access: The method getResourceSync(IResource) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
62. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 244) private void _testResourceSyncValid(IResource resource) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
63. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 245) ResourceSyncInfo info = sync.getResourceSync(resource); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
64. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 245) ResourceSyncInfo info = sync.getResourceSync(resource); Discouraged access: The method getResourceSync(IResource) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
65. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 247) sync.deleteResourceSync(resource); Discouraged access: The method deleteResourceSync(IResource) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
66. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 248) ResourceSyncInfo newInfo = dummyResourceSync(resource); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
67. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 249) sync.setResourceSync(resource, newInfo); Discouraged access: The method setResourceSync(IResource, ResourceSyncInfo) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
68. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 250) info = sync.getResourceSync(resource); Discouraged access: The method getResourceSync(IResource) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
69. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 252) sync.deleteResourceSync(resource); Discouraged access: The method deleteResourceSync(IResource) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
70. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 253) info = sync.getResourceSync(resource); Discouraged access: The method getResourceSync(IResource) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
71. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 261) private void _testResourceSyncInvalid(IResource resource) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
72. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 262) ResourceSyncInfo info = sync.getResourceSync(resource); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
73. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 262) ResourceSyncInfo info = sync.getResourceSync(resource); Discouraged access: The method getResourceSync(IResource) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
74. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 264) sync.deleteResourceSync(resource); Discouraged access: The method deleteResourceSync(IResource) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
75. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 266) sync.setResourceSync(resource, dummyResourceSync(resource)); Discouraged access: The method setResourceSync(IResource, ResourceSyncInfo) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
76. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 268) } catch (CVSException e) { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
77. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 270) info = sync.getResourceSync(resource); Discouraged access: The method getResourceSync(IResource) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
78. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 276) CVSTeamProvider.markAsTempShare(project); Discouraged access: The method markAsTempShare(IProject) from the type CVSTeamProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
79. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 276) CVSTeamProvider.markAsTempShare(project); Discouraged access: The type CVSTeamProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
80. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 279) sync.addIgnored(project, "*.txt"); Discouraged access: The method addIgnored(IContainer, String) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
81. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 290) sync.addIgnored(project, "folder1"); Discouraged access: The method addIgnored(IContainer, String) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
82. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 318) public void testIgnores() throws CoreException, CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
83. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 352) sync.addIgnored(folder, "*.foo"); Discouraged access: The method addIgnored(IContainer, String) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
84. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 358) sync.addIgnored(folder, "*.foo"); Discouraged access: The method addIgnored(IContainer, String) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
85. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 364) sync.addIgnored(project, "*.foo"); Discouraged access: The method addIgnored(IContainer, String) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
86. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 375) private void _testIgnoresValid(IContainer container) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
87. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 378) sync.addIgnored(container, "*.xyz"); Discouraged access: The method addIgnored(IContainer, String) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
88. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 381) sync.addIgnored(container, "*.abc"); Discouraged access: The method addIgnored(IContainer, String) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
89. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 382) sync.addIgnored(container, "*.def"); Discouraged access: The method addIgnored(IContainer, String) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
90. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 391) * @throws CVSException Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
91. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 393) private String[] getIgnored(IContainer container) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
92. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 395) String[] ignored = SyncFileWriter.readCVSIgnoreEntries(container); Discouraged access: The type SyncFileWriter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
93. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 395) String[] ignored = SyncFileWriter.readCVSIgnoreEntries(container); Discouraged access: The method readCVSIgnoreEntries(IContainer) from the type SyncFileWriter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
94. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 406) sync.addIgnored(container, "*.xyz"); Discouraged access: The method addIgnored(IContainer, String) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
95. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 408) } catch (CVSException e) { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
96. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 441) assertFalse(getCVSResource(project.getFolder("a/b/c")).isIgnored()); Discouraged access: The method isIgnored() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
97. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 442) assertFalse(getCVSResource(project.getFile("a/b/c.txt")).isIgnored()); Discouraged access: The method isIgnored() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
98. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 443) assertTrue(getCVSResource(project.getFolder("a/b/c/d")).isIgnored()); Discouraged access: The method isIgnored() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
99. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 444) assertTrue(getCVSResource(project.getFile("a/b/c/d.txt")).isIgnored()); Discouraged access: The method isIgnored() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
100. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseSynchronizerTest.java (at line 445) assertTrue(getCVSResource(project.getFolder("a/c/d")).isIgnored()); Discouraged access: The method isIgnored() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 35) import org.eclipse.team.internal.ccvs.core.CVSException; Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 36) import org.eclipse.team.internal.ccvs.core.CVSProviderPlugin; Discouraged access: The type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 37) import org.eclipse.team.internal.ccvs.core.CVSStatus; Discouraged access: The type CVSStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 38) import org.eclipse.team.internal.ccvs.core.CVSTag; Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 39) import org.eclipse.team.internal.ccvs.core.CVSTeamProvider; Discouraged access: The type CVSTeamProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
6. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 40) import org.eclipse.team.internal.ccvs.core.ICVSFile; Discouraged access: The type ICVSFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
7. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 41) import org.eclipse.team.internal.ccvs.core.ICVSFolder; Discouraged access: The type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
8. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 42) import org.eclipse.team.internal.ccvs.core.ICVSRemoteFile; Discouraged access: The type ICVSRemoteFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
9. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 43) import org.eclipse.team.internal.ccvs.core.ICVSRemoteResource; Discouraged access: The type ICVSRemoteResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
10. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 44) import org.eclipse.team.internal.ccvs.core.ICVSRepositoryLocation; Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
11. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 45) import org.eclipse.team.internal.ccvs.core.ICVSResource; Discouraged access: The type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
12. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 46) import org.eclipse.team.internal.ccvs.core.Policy; Discouraged access: The type Policy is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
13. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 47) import org.eclipse.team.internal.ccvs.core.client.Command; Discouraged access: The type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
14. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 48) import org.eclipse.team.internal.ccvs.core.client.Command.LocalOption; Discouraged access: The type Command.LocalOption is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
15. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 49) import org.eclipse.team.internal.ccvs.core.client.Import; Discouraged access: The type Import is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
16. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 50) import org.eclipse.team.internal.ccvs.core.client.Session; Discouraged access: The type Session is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
17. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 51) import org.eclipse.team.internal.ccvs.core.client.Update; Discouraged access: The type Update is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
18. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 52) import org.eclipse.team.internal.ccvs.core.connection.CVSCommunicationException; Discouraged access: The type CVSCommunicationException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
19. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 53) import org.eclipse.team.internal.ccvs.core.connection.CVSRepositoryLocation; Discouraged access: The type CVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
20. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 54) import org.eclipse.team.internal.ccvs.core.connection.CVSServerException; Discouraged access: The type CVSServerException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
21. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 55) import org.eclipse.team.internal.ccvs.core.resources.CVSWorkspaceRoot; Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
22. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 56) import org.eclipse.team.internal.ccvs.core.resources.RemoteFile; Discouraged access: The type RemoteFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
23. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 57) import org.eclipse.team.internal.ccvs.core.resources.RemoteFolder; Discouraged access: The type RemoteFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
24. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 58) import org.eclipse.team.internal.ccvs.core.resources.RemoteFolderTree; Discouraged access: The type RemoteFolderTree is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
25. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 59) import org.eclipse.team.internal.ccvs.core.syncinfo.FolderSyncInfo; Discouraged access: The type FolderSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
26. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 60) import org.eclipse.team.internal.ccvs.core.syncinfo.ResourceSyncInfo; Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
27. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 61) import org.eclipse.team.internal.ccvs.core.util.SyncFileChangeListener; Discouraged access: The type SyncFileChangeListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
28. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 62) import org.eclipse.team.internal.ccvs.ui.mappings.ModelReplaceOperation; Discouraged access: The type ModelReplaceOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
29. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 63) import org.eclipse.team.internal.ccvs.ui.mappings.ModelUpdateOperation; Discouraged access: The type ModelUpdateOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
30. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 64) import org.eclipse.team.internal.ccvs.ui.operations.AddOperation; Discouraged access: The type AddOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
31. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 65) import org.eclipse.team.internal.ccvs.ui.operations.BranchOperation; Discouraged access: The type BranchOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
32. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 66) import org.eclipse.team.internal.ccvs.ui.operations.CVSOperation; Discouraged access: The type CVSOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
33. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 67) import org.eclipse.team.internal.ccvs.ui.operations.CheckoutSingleProjectOperation; Discouraged access: The type CheckoutSingleProjectOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
34. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 68) import org.eclipse.team.internal.ccvs.ui.operations.CommitOperation; Discouraged access: The type CommitOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
35. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 69) import org.eclipse.team.internal.ccvs.ui.operations.ITagOperation; Discouraged access: The type ITagOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
36. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 70) import org.eclipse.team.internal.ccvs.ui.operations.ReplaceOperation; Discouraged access: The type ReplaceOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
37. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 71) import org.eclipse.team.internal.ccvs.ui.operations.RepositoryProviderOperation; Discouraged access: The type RepositoryProviderOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
38. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 72) import org.eclipse.team.internal.ccvs.ui.operations.ShareProjectOperation; Discouraged access: The type ShareProjectOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
39. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 73) import org.eclipse.team.internal.ccvs.ui.operations.TagInRepositoryOperation; Discouraged access: The type TagInRepositoryOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
40. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 74) import org.eclipse.team.internal.ccvs.ui.operations.TagOperation; Discouraged access: The type TagOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
41. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 75) import org.eclipse.team.internal.ccvs.ui.operations.UpdateOperation; Discouraged access: The type UpdateOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
42. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 76) import org.eclipse.team.internal.ccvs.ui.operations.WorkspaceResourceMapper; Discouraged access: The type WorkspaceResourceMapper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
43. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 77) import org.eclipse.team.internal.core.subscribers.SubscriberSyncInfoCollector; Discouraged access: The type SubscriberSyncInfoCollector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
44. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 104) import org.eclipse.ui.internal.decorators.DecoratorManager; Discouraged access: The type DecoratorManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes |
45. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 142) CVSProviderPlugin.log(e); Discouraged access: The method log(CoreException) from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
46. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 142) CVSProviderPlugin.log(e); Discouraged access: The type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
47. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 146) IStatus status= new Status(IStatus.ERROR, CVSProviderPlugin.ID, 0, "Error deleting resource", new IllegalStateException("sleep before retrying delete() for " Discouraged access: The type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
48. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 146) IStatus status= new Status(IStatus.ERROR, CVSProviderPlugin.ID, 0, "Error deleting resource", new IllegalStateException("sleep before retrying delete() for " Discouraged access: The field ID from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
49. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 148) CVSProviderPlugin.log(status); Discouraged access: The type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
50. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 148) CVSProviderPlugin.log(status); Discouraged access: The method log(IStatus) from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
51. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 191) public ICVSRemoteResource getRemoteTree(IResource resource, CVSTag tag, IProgressMonitor progress) throws TeamException { Discouraged access: The type ICVSRemoteResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
52. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 191) public ICVSRemoteResource getRemoteTree(IResource resource, CVSTag tag, IProgressMonitor progress) throws TeamException { Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
53. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 192) return CVSWorkspaceRoot.getRemoteTree(resource, tag, false /* cache file contents hint */, IResource.DEPTH_INFINITE, progress); Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
54. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 192) return CVSWorkspaceRoot.getRemoteTree(resource, tag, false /* cache file contents hint */, IResource.DEPTH_INFINITE, progress); Discouraged access: The method getRemoteTree(IResource, CVSTag, boolean, int, IProgressMonitor) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
55. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 225) protected void add(ResourceMapping[] mappings) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
56. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 226) executeHeadless(new AddOperation(null, mappings)); Discouraged access: The constructor AddOperation(IWorkbenchPart, ResourceMapping[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
57. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 226) executeHeadless(new AddOperation(null, mappings)); Discouraged access: The type AddOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
58. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 234) getProvider(container).edit(resources, true /* recurse */, true /* notifyServer */, false /* notifyForWritable */, ICVSFile.NO_NOTIFICATION, DEFAULT_MONITOR); Discouraged access: The method edit(IResource[], boolean, boolean, boolean, int, IProgressMonitor) from the type CVSTeamProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
59. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 234) getProvider(container).edit(resources, true /* recurse */, true /* notifyServer */, false /* notifyForWritable */, ICVSFile.NO_NOTIFICATION, DEFAULT_MONITOR); Discouraged access: The type ICVSFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
60. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 234) getProvider(container).edit(resources, true /* recurse */, true /* notifyServer */, false /* notifyForWritable */, ICVSFile.NO_NOTIFICATION, DEFAULT_MONITOR); Discouraged access: The field NO_NOTIFICATION from the type ICVSFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
61. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 244) getProvider(container).unedit(resources, true /* recurse */, true/* notifyServer */, DEFAULT_MONITOR); Discouraged access: The method unedit(IResource[], boolean, boolean, IProgressMonitor) from the type CVSTeamProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
62. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 249) public void appendText(IResource resource, String text, boolean prepend) throws CoreException, IOException, CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
63. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 333) CVSWorkspaceRoot.getCVSResourceFor(resources[i]).unmanage(null); Discouraged access: The method unmanage(IProgressMonitor) from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
64. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 333) CVSWorkspaceRoot.getCVSResourceFor(resources[i]).unmanage(null); Discouraged access: The method getCVSResourceFor(IResource) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
65. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 333) CVSWorkspaceRoot.getCVSResourceFor(resources[i]).unmanage(null); Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
66. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 348) protected IResource[] updateResources(IResource[] resources, boolean ignoreLocalChanges) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
67. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 349) LocalOption[] options = Command.NO_LOCAL_OPTIONS; Discouraged access: The type Command.LocalOption is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
68. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 349) LocalOption[] options = Command.NO_LOCAL_OPTIONS; Discouraged access: The type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
69. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 349) LocalOption[] options = Command.NO_LOCAL_OPTIONS; Discouraged access: The field NO_LOCAL_OPTIONS from the type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
70. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 351) options = new LocalOption[] {Update.IGNORE_LOCAL_CHANGES}; Discouraged access: The type Command.LocalOption is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
71. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 351) options = new LocalOption[] {Update.IGNORE_LOCAL_CHANGES}; Discouraged access: The type Update is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
72. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 351) options = new LocalOption[] {Update.IGNORE_LOCAL_CHANGES}; Discouraged access: The field IGNORE_LOCAL_CHANGES from the type Update is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
73. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 361) protected void update(ResourceMapping[] mappings, LocalOption[] options) throws CVSException { Discouraged access: The type Command.LocalOption is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
74. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 361) protected void update(ResourceMapping[] mappings, LocalOption[] options) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
75. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 363) options = Command.NO_LOCAL_OPTIONS; Discouraged access: The type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
76. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 363) options = Command.NO_LOCAL_OPTIONS; Discouraged access: The field NO_LOCAL_OPTIONS from the type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
77. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 364) if (isModelSyncEnabled() && options == Command.NO_LOCAL_OPTIONS) { Discouraged access: The type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
78. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 364) if (isModelSyncEnabled() && options == Command.NO_LOCAL_OPTIONS) { Discouraged access: The field NO_LOCAL_OPTIONS from the type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
79. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 365) executeHeadless(new ModelUpdateOperation(null, mappings, false) { Discouraged access: The type ModelUpdateOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
80. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 383) executeHeadless(new UpdateOperation(null, mappings, options, null)); Discouraged access: The constructor UpdateOperation(IWorkbenchPart, ResourceMapping[], Command.LocalOption[], CVSTag) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
81. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 383) executeHeadless(new UpdateOperation(null, mappings, options, null)); Discouraged access: The type UpdateOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
82. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 387) protected void replace(IContainer container, String[] hierarchy, CVSTag tag, boolean recurse) throws CoreException { Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
83. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 392) protected void replace(IResource[] resources, CVSTag tag, boolean recurse) throws CoreException { Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
84. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 393) ReplaceOperation op = new ReplaceOperation(null, resources, tag, recurse); Discouraged access: The type ReplaceOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
85. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 393) ReplaceOperation op = new ReplaceOperation(null, resources, tag, recurse); Discouraged access: The constructor ReplaceOperation(IWorkbenchPart, IResource[], CVSTag, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
86. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 393) ReplaceOperation op = new ReplaceOperation(null, resources, tag, recurse); Discouraged access: The type ReplaceOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
87. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 397) protected void replace(ResourceMapping[] mappings) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
88. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 399) executeHeadless(new ModelReplaceOperation(null, mappings, false) { Discouraged access: The type ModelReplaceOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
89. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 414) executeHeadless(new ReplaceOperation(null, mappings, null)); Discouraged access: The constructor ReplaceOperation(IWorkbenchPart, ResourceMapping[], CVSTag) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
90. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 414) executeHeadless(new ReplaceOperation(null, mappings, null)); Discouraged access: The type ReplaceOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
91. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 418) public void updateProject(IProject project, CVSTag tag, boolean ignoreLocalChanges) throws TeamException { Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
92. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 424) update(mappings, Command.NO_LOCAL_OPTIONS); Discouraged access: The type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
93. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 424) update(mappings, Command.NO_LOCAL_OPTIONS); Discouraged access: The field NO_LOCAL_OPTIONS from the type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
94. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 426) LocalOption[] options = Command.NO_LOCAL_OPTIONS; Discouraged access: The type Command.LocalOption is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
95. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 426) LocalOption[] options = Command.NO_LOCAL_OPTIONS; Discouraged access: The type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
96. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 426) LocalOption[] options = Command.NO_LOCAL_OPTIONS; Discouraged access: The field NO_LOCAL_OPTIONS from the type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
97. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 428) options = new LocalOption[] {Update.IGNORE_LOCAL_CHANGES}; Discouraged access: The type Command.LocalOption is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
98. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 428) options = new LocalOption[] {Update.IGNORE_LOCAL_CHANGES}; Discouraged access: The type Update is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
99. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 428) options = new LocalOption[] {Update.IGNORE_LOCAL_CHANGES}; Discouraged access: The field IGNORE_LOCAL_CHANGES from the type Update is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
100. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseTest.java (at line 430) executeHeadless(new UpdateOperation(null, new IResource[] {project}, options, tag)); Discouraged access: The constructor UpdateOperation(IWorkbenchPart, IResource[], Command.LocalOption[], CVSTag) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CVSHisoryTableProviderTest.java (at line 33) import org.eclipse.team.internal.ccvs.ui.CVSHistoryTableProvider; Discouraged access: The type CVSHistoryTableProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CVSHisoryTableProviderTest.java (at line 34) import org.eclipse.team.internal.ccvs.ui.CVSUIMessages; Discouraged access: The type CVSUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CVSHisoryTableProviderTest.java (at line 45) CVSHistoryTableProvider provider = new CVSHistoryTableProvider(); Discouraged access: The type CVSHistoryTableProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CVSHisoryTableProviderTest.java (at line 45) CVSHistoryTableProvider provider = new CVSHistoryTableProvider(); Discouraged access: The constructor CVSHistoryTableProvider() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CVSHisoryTableProviderTest.java (at line 45) CVSHistoryTableProvider provider = new CVSHistoryTableProvider(); Discouraged access: The type CVSHistoryTableProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
6. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CVSHisoryTableProviderTest.java (at line 47) TreeViewer treeViewer = provider.createTree(composite); Discouraged access: The method createTree(Composite) from the type CVSHistoryTableProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
7. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CVSHisoryTableProviderTest.java (at line 78) CVSHistoryTableProvider provider = new CVSHistoryTableProvider(); Discouraged access: The type CVSHistoryTableProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
8. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CVSHisoryTableProviderTest.java (at line 78) CVSHistoryTableProvider provider = new CVSHistoryTableProvider(); Discouraged access: The constructor CVSHistoryTableProvider() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
9. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CVSHisoryTableProviderTest.java (at line 78) CVSHistoryTableProvider provider = new CVSHistoryTableProvider(); Discouraged access: The type CVSHistoryTableProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
10. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CVSHisoryTableProviderTest.java (at line 82) TreeViewer treeViewer = provider.createTree(composite); Discouraged access: The method createTree(Composite) from the type CVSHistoryTableProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
11. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CVSHisoryTableProviderTest.java (at line 112) CVSHistoryTableProvider provider = new CVSHistoryTableProvider(); Discouraged access: The type CVSHistoryTableProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
12. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CVSHisoryTableProviderTest.java (at line 112) CVSHistoryTableProvider provider = new CVSHistoryTableProvider(); Discouraged access: The constructor CVSHistoryTableProvider() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
13. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CVSHisoryTableProviderTest.java (at line 112) CVSHistoryTableProvider provider = new CVSHistoryTableProvider(); Discouraged access: The type CVSHistoryTableProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
14. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CVSHisoryTableProviderTest.java (at line 119) TreeViewer treeViewer = provider.createTree(composite); Discouraged access: The method createTree(Composite) from the type CVSHistoryTableProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
15. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CVSHisoryTableProviderTest.java (at line 140) .convertWidthInCharsToPixels(CVSUIMessages.HistoryView_branches Discouraged access: The type CVSUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
16. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CVSHisoryTableProviderTest.java (at line 140) .convertWidthInCharsToPixels(CVSUIMessages.HistoryView_branches Discouraged access: The field HistoryView_branches from the type CVSUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
17. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CVSHisoryTableProviderTest.java (at line 151) CVSHistoryTableProvider provider = new CVSHistoryTableProvider(); Discouraged access: The type CVSHistoryTableProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
18. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CVSHisoryTableProviderTest.java (at line 151) CVSHistoryTableProvider provider = new CVSHistoryTableProvider(); Discouraged access: The constructor CVSHistoryTableProvider() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
19. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CVSHisoryTableProviderTest.java (at line 151) CVSHistoryTableProvider provider = new CVSHistoryTableProvider(); Discouraged access: The type CVSHistoryTableProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
20. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CVSHisoryTableProviderTest.java (at line 158) TreeViewer treeViewer = provider.createTree(composite); Discouraged access: The method createTree(Composite) from the type CVSHistoryTableProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
21. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CVSHisoryTableProviderTest.java (at line 185) CVSHistoryTableProvider provider = new CVSHistoryTableProvider(); Discouraged access: The type CVSHistoryTableProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
22. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CVSHisoryTableProviderTest.java (at line 185) CVSHistoryTableProvider provider = new CVSHistoryTableProvider(); Discouraged access: The constructor CVSHistoryTableProvider() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
23. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CVSHisoryTableProviderTest.java (at line 185) CVSHistoryTableProvider provider = new CVSHistoryTableProvider(); Discouraged access: The type CVSHistoryTableProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
24. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CVSHisoryTableProviderTest.java (at line 192) TreeViewer treeViewer = provider.createTree(composite); Discouraged access: The method createTree(Composite) from the type CVSHistoryTableProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
25. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CVSHisoryTableProviderTest.java (at line 215) CVSHistoryTableProvider provider, int[] widths) { Discouraged access: The type CVSHistoryTableProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 25) import org.eclipse.team.internal.ccvs.core.client.Command; Discouraged access: The type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 26) import org.eclipse.team.internal.ccvs.core.client.Command.KSubstOption; Discouraged access: The type Command.KSubstOption is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 60) CVSTag tag = new CVSTag("v1", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 60) CVSTag tag = new CVSTag("v1", CVSTag.VERSION); Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 60) CVSTag tag = new CVSTag("v1", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
6. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 60) CVSTag tag = new CVSTag("v1", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
7. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 60) CVSTag tag = new CVSTag("v1", CVSTag.VERSION); Discouraged access: The field VERSION from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
8. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 75) CVSCompareSubscriber subscriber = getSyncInfoSource().createCompareSubscriber(project, tag); Discouraged access: The type CVSCompareSubscriber is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
9. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 113) CVSTag tag = new CVSTag("non-existant", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
10. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 113) CVSTag tag = new CVSTag("non-existant", CVSTag.VERSION); Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
11. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 113) CVSTag tag = new CVSTag("non-existant", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
12. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 113) CVSTag tag = new CVSTag("non-existant", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
13. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 113) CVSTag tag = new CVSTag("non-existant", CVSTag.VERSION); Discouraged access: The field VERSION from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
14. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 114) CVSCompareSubscriber subscriber = getSyncInfoSource().createCompareSubscriber(project.getFolder("folder1"), tag); Discouraged access: The type CVSCompareSubscriber is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
15. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 127) KSubstOption option = CVSProviderPlugin.getPlugin().getDefaultTextKSubstOption(); Discouraged access: The type Command.KSubstOption is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
16. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 127) KSubstOption option = CVSProviderPlugin.getPlugin().getDefaultTextKSubstOption(); Discouraged access: The type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
17. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 127) KSubstOption option = CVSProviderPlugin.getPlugin().getDefaultTextKSubstOption(); Discouraged access: The method getPlugin() from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
18. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 127) KSubstOption option = CVSProviderPlugin.getPlugin().getDefaultTextKSubstOption(); Discouraged access: The method getDefaultTextKSubstOption() from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
19. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 129) CVSProviderPlugin.getPlugin().setDefaultTextKSubstOption(Command.KSUBST_TEXT_KEYWORDS_ONLY); Discouraged access: The type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
20. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 129) CVSProviderPlugin.getPlugin().setDefaultTextKSubstOption(Command.KSUBST_TEXT_KEYWORDS_ONLY); Discouraged access: The method getPlugin() from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
21. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 129) CVSProviderPlugin.getPlugin().setDefaultTextKSubstOption(Command.KSUBST_TEXT_KEYWORDS_ONLY); Discouraged access: The method setDefaultTextKSubstOption(Command.KSubstOption) from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
22. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 129) CVSProviderPlugin.getPlugin().setDefaultTextKSubstOption(Command.KSUBST_TEXT_KEYWORDS_ONLY); Discouraged access: The type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
23. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 129) CVSProviderPlugin.getPlugin().setDefaultTextKSubstOption(Command.KSUBST_TEXT_KEYWORDS_ONLY); Discouraged access: The field KSUBST_TEXT_KEYWORDS_ONLY from the type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
24. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 132) CVSTag v1 = new CVSTag("v1", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
25. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 132) CVSTag v1 = new CVSTag("v1", CVSTag.VERSION); Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
26. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 132) CVSTag v1 = new CVSTag("v1", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
27. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 132) CVSTag v1 = new CVSTag("v1", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
28. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 132) CVSTag v1 = new CVSTag("v1", CVSTag.VERSION); Discouraged access: The field VERSION from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
29. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 142) CVSCompareSubscriber subscriber = getSyncInfoSource().createCompareSubscriber(project, v1); Discouraged access: The type CVSCompareSubscriber is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
30. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 147) CVSProviderPlugin.getPlugin().setDefaultTextKSubstOption(option); Discouraged access: The type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
31. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 147) CVSProviderPlugin.getPlugin().setDefaultTextKSubstOption(option); Discouraged access: The method getPlugin() from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
32. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 147) CVSProviderPlugin.getPlugin().setDefaultTextKSubstOption(option); Discouraged access: The method setDefaultTextKSubstOption(Command.KSubstOption) from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
33. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 153) KSubstOption option = CVSProviderPlugin.getPlugin().getDefaultTextKSubstOption(); Discouraged access: The type Command.KSubstOption is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
34. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 153) KSubstOption option = CVSProviderPlugin.getPlugin().getDefaultTextKSubstOption(); Discouraged access: The type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
35. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 153) KSubstOption option = CVSProviderPlugin.getPlugin().getDefaultTextKSubstOption(); Discouraged access: The method getPlugin() from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
36. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 153) KSubstOption option = CVSProviderPlugin.getPlugin().getDefaultTextKSubstOption(); Discouraged access: The method getDefaultTextKSubstOption() from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
37. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 155) CVSProviderPlugin.getPlugin().setDefaultTextKSubstOption(Command.KSUBST_TEXT_KEYWORDS_ONLY); Discouraged access: The type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
38. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 155) CVSProviderPlugin.getPlugin().setDefaultTextKSubstOption(Command.KSUBST_TEXT_KEYWORDS_ONLY); Discouraged access: The method getPlugin() from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
39. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 155) CVSProviderPlugin.getPlugin().setDefaultTextKSubstOption(Command.KSUBST_TEXT_KEYWORDS_ONLY); Discouraged access: The method setDefaultTextKSubstOption(Command.KSubstOption) from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
40. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 155) CVSProviderPlugin.getPlugin().setDefaultTextKSubstOption(Command.KSUBST_TEXT_KEYWORDS_ONLY); Discouraged access: The type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
41. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 155) CVSProviderPlugin.getPlugin().setDefaultTextKSubstOption(Command.KSUBST_TEXT_KEYWORDS_ONLY); Discouraged access: The field KSUBST_TEXT_KEYWORDS_ONLY from the type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
42. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 158) CVSTag v1 = new CVSTag("v1", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
43. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 158) CVSTag v1 = new CVSTag("v1", CVSTag.VERSION); Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
44. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 158) CVSTag v1 = new CVSTag("v1", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
45. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 158) CVSTag v1 = new CVSTag("v1", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
46. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 158) CVSTag v1 = new CVSTag("v1", CVSTag.VERSION); Discouraged access: The field VERSION from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
47. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 171) CVSCompareSubscriber subscriber = getSyncInfoSource().createCompareSubscriber(project, v1); Discouraged access: The type CVSCompareSubscriber is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
48. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 176) CVSProviderPlugin.getPlugin().setDefaultTextKSubstOption(option); Discouraged access: The type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
49. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 176) CVSProviderPlugin.getPlugin().setDefaultTextKSubstOption(option); Discouraged access: The method getPlugin() from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
50. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSCompareSubscriberTest.java (at line 176) CVSProviderPlugin.getPlugin().setDefaultTextKSubstOption(option); Discouraged access: The method setDefaultTextKSubstOption(Command.KSubstOption) from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 22) import org.eclipse.team.internal.ccvs.core.resources.CVSWorkspaceRoot; Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 23) import org.eclipse.team.internal.ccvs.core.resources.EclipseSynchronizer; Discouraged access: The type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 24) import org.eclipse.team.internal.ccvs.core.syncinfo.ResourceSyncInfo; Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 55) public void assertNotManaged(ICVSFile cvsFile) throws CVSException { Discouraged access: The type ICVSFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 55) public void assertNotManaged(ICVSFile cvsFile) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
6. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 56) assertTrue("File " + cvsFile.getName() + " should not be managed", ! cvsFile.isManaged()); Discouraged access: The method getName() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
7. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 56) assertTrue("File " + cvsFile.getName() + " should not be managed", ! cvsFile.isManaged()); Discouraged access: The method isManaged() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
8. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 59) public void assertNotManaged(ICVSFolder cvsFolder) throws CVSException { Discouraged access: The type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
9. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 59) public void assertNotManaged(ICVSFolder cvsFolder) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
10. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 63) public void assertNotManaged(ICVSFolder cvsFolder, boolean rootManaged) throws CVSException { Discouraged access: The type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
11. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 63) public void assertNotManaged(ICVSFolder cvsFolder, boolean rootManaged) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
12. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 65) assertTrue("Folder " + cvsFolder.getName() + " should not be managed", ! cvsFolder.isManaged()); Discouraged access: The method getName() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
13. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 65) assertTrue("Folder " + cvsFolder.getName() + " should not be managed", ! cvsFolder.isManaged()); Discouraged access: The method isManaged() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
14. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 66) assertTrue("Folder " + cvsFolder.getName() + " should not be a cvs folder", ! cvsFolder.isCVSFolder()); Discouraged access: The method getName() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
15. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 66) assertTrue("Folder " + cvsFolder.getName() + " should not be a cvs folder", ! cvsFolder.isCVSFolder()); Discouraged access: The method isCVSFolder() from the type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
16. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 67) cvsFolder.acceptChildren(new ICVSResourceVisitor() { public void visitFile(ICVSFile file) throws CVSException { assertNotManaged(file); } public void visitFolder(ICVSFolder folder) throws CVSException { assertNotManaged(folder, false); } }); Discouraged access: The method acceptChildren(ICVSResourceVisitor) from the type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
17. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 67) cvsFolder.acceptChildren(new ICVSResourceVisitor() { Discouraged access: The type ICVSResourceVisitor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
18. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 68) public void visitFile(ICVSFile file) throws CVSException { Discouraged access: The type ICVSFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
19. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 68) public void visitFile(ICVSFile file) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
20. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 71) public void visitFolder(ICVSFolder folder) throws CVSException { Discouraged access: The type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
21. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 71) public void visitFolder(ICVSFolder folder) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
22. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 89) ICVSFolder cvsFolder = CVSWorkspaceRoot.getCVSFolderFor(folder); Discouraged access: The type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
23. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 89) ICVSFolder cvsFolder = CVSWorkspaceRoot.getCVSFolderFor(folder); Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
24. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 89) ICVSFolder cvsFolder = CVSWorkspaceRoot.getCVSFolderFor(folder); Discouraged access: The method getCVSFolderFor(IContainer) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
25. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 101) ICVSFolder cvsFolder = CVSWorkspaceRoot.getCVSFolderFor(folder); Discouraged access: The type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
26. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 101) ICVSFolder cvsFolder = CVSWorkspaceRoot.getCVSFolderFor(folder); Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
27. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 101) ICVSFolder cvsFolder = CVSWorkspaceRoot.getCVSFolderFor(folder); Discouraged access: The method getCVSFolderFor(IContainer) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
28. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 112) ICVSFile file = CVSWorkspaceRoot.getCVSFileFor(project.getFile("added.txt")); Discouraged access: The type ICVSFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
29. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 112) ICVSFile file = CVSWorkspaceRoot.getCVSFileFor(project.getFile("added.txt")); Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
30. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 112) ICVSFile file = CVSWorkspaceRoot.getCVSFileFor(project.getFile("added.txt")); Discouraged access: The method getCVSFileFor(IFile) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
31. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 115) file = CVSWorkspaceRoot.getCVSFileFor(project.getFile("deleted.txt")); Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
32. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 115) file = CVSWorkspaceRoot.getCVSFileFor(project.getFile("deleted.txt")); Discouraged access: The method getCVSFileFor(IFile) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
33. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 116) assertTrue("File " + file.getName() + " should be managed", file.isManaged()); Discouraged access: The method getName() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
34. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 116) assertTrue("File " + file.getName() + " should be managed", file.isManaged()); Discouraged access: The method isManaged() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
35. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 117) ResourceSyncInfo info = file.getSyncInfo(); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
36. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 117) ResourceSyncInfo info = file.getSyncInfo(); Discouraged access: The method getSyncInfo() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
37. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 118) assertTrue("File " + file.getName() + " should be marked as deleted", info.isDeleted()); Discouraged access: The method getName() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
38. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 118) assertTrue("File " + file.getName() + " should be marked as deleted", info.isDeleted()); Discouraged access: The method isDeleted() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
39. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 127) ICVSFile file = CVSWorkspaceRoot.getCVSFileFor(project.getFile("deleted.txt")); Discouraged access: The type ICVSFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
40. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 127) ICVSFile file = CVSWorkspaceRoot.getCVSFileFor(project.getFile("deleted.txt")); Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
41. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 127) ICVSFile file = CVSWorkspaceRoot.getCVSFileFor(project.getFile("deleted.txt")); Discouraged access: The method getCVSFileFor(IFile) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
42. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 128) assertTrue("File " + file.getName() + " should be managed", file.isManaged()); Discouraged access: The method getName() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
43. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 128) assertTrue("File " + file.getName() + " should be managed", file.isManaged()); Discouraged access: The method isManaged() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
44. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 129) ResourceSyncInfo info = file.getSyncInfo(); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
45. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 129) ResourceSyncInfo info = file.getSyncInfo(); Discouraged access: The method getSyncInfo() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
46. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 130) assertTrue("File " + file.getName() + " should not be marked as deleted", ! info.isDeleted()); Discouraged access: The method getName() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
47. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 130) assertTrue("File " + file.getName() + " should not be marked as deleted", ! info.isDeleted()); Discouraged access: The method isDeleted() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
48. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 131) assertTrue("File " + file.getName() + " should not be marked as addition", ! info.isAdded()); Discouraged access: The method getName() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
49. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 131) assertTrue("File " + file.getName() + " should not be marked as addition", ! info.isAdded()); Discouraged access: The method isAdded() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
50. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 178) } catch (CVSException e) { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
51. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 211) EclipseSynchronizer.getInstance().ensureSyncInfoLoaded(new IResource[] {project}, IResource.DEPTH_INFINITE); Discouraged access: The type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
52. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 211) EclipseSynchronizer.getInstance().ensureSyncInfoLoaded(new IResource[] {project}, IResource.DEPTH_INFINITE); Discouraged access: The method getInstance() from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
53. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 211) EclipseSynchronizer.getInstance().ensureSyncInfoLoaded(new IResource[] {project}, IResource.DEPTH_INFINITE); Discouraged access: The method ensureSyncInfoLoaded(IResource[], int) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
54. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 216) assertNotManaged(CVSWorkspaceRoot.getCVSFolderFor(project)); Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
55. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 216) assertNotManaged(CVSWorkspaceRoot.getCVSFolderFor(project)); Discouraged access: The method getCVSFolderFor(IContainer) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
56. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 222) EclipseSynchronizer.getInstance().ensureSyncInfoLoaded(new IResource[] {project}, IResource.DEPTH_INFINITE); Discouraged access: The type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
57. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 222) EclipseSynchronizer.getInstance().ensureSyncInfoLoaded(new IResource[] {project}, IResource.DEPTH_INFINITE); Discouraged access: The method getInstance() from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
58. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 222) EclipseSynchronizer.getInstance().ensureSyncInfoLoaded(new IResource[] {project}, IResource.DEPTH_INFINITE); Discouraged access: The method ensureSyncInfoLoaded(IResource[], int) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
59. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 227) assertNotManaged(CVSWorkspaceRoot.getCVSFolderFor(project.getFolder("folder1")), true); Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
60. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 227) assertNotManaged(CVSWorkspaceRoot.getCVSFolderFor(project.getFolder("folder1")), true); Discouraged access: The method getCVSFolderFor(IContainer) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
61. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 273) ICVSFile cvsFile = CVSWorkspaceRoot.getCVSFileFor(file); Discouraged access: The type ICVSFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
62. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 273) ICVSFile cvsFile = CVSWorkspaceRoot.getCVSFileFor(file); Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
63. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 273) ICVSFile cvsFile = CVSWorkspaceRoot.getCVSFileFor(file); Discouraged access: The method getCVSFileFor(IFile) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
64. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 274) assertTrue(cvsFile.isManaged()); Discouraged access: The method isManaged() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
65. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 275) byte[] syncBytes = cvsFile.getSyncBytes(); Discouraged access: The method getSyncBytes() from the type ICVSFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
66. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 276) assertTrue(ResourceSyncInfo.isDeletion(syncBytes)); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
67. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ResourceDeltaTest.java (at line 276) assertTrue(ResourceSyncInfo.isDeletion(syncBytes)); Discouraged access: The method isDeletion(byte[]) from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSClientException.java (at line 12) import org.eclipse.team.internal.ccvs.core.CVSException; Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSClientException.java (at line 14) public class CVSClientException extends CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSClientException.java (at line 22) super(message); Discouraged access: The constructor CVSException(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 18) import org.eclipse.team.internal.ccvs.core.CVSException; Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 19) import org.eclipse.team.internal.ccvs.core.connection.CVSRepositoryLocation; Discouraged access: The type CVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 20) import org.eclipse.team.internal.ccvs.core.syncinfo.FolderSyncInfo; Discouraged access: The type FolderSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 21) import org.eclipse.team.internal.ccvs.core.syncinfo.ResourceSyncInfo; Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 44) new ResourceSyncInfo("//////", null); Discouraged access: The constructor ResourceSyncInfo(String, Date) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
6. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 44) new ResourceSyncInfo("//////", null); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
7. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 46) } catch(CVSException e) { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
8. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 50) new ResourceSyncInfo("//1.1///", null); Discouraged access: The constructor ResourceSyncInfo(String, Date) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
9. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 50) new ResourceSyncInfo("//1.1///", null); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
10. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 52) } catch(CVSException e) { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
11. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 56) new ResourceSyncInfo("/file.txt////", null); Discouraged access: The constructor ResourceSyncInfo(String, Date) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
12. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 56) new ResourceSyncInfo("/file.txt////", null); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
13. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 58) } catch(CVSException e) { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
14. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 62) new ResourceSyncInfo("/file.txt//////////", null); Discouraged access: The constructor ResourceSyncInfo(String, Date) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
15. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 62) new ResourceSyncInfo("/file.txt//////////", null); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
16. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 64) } catch(CVSException e) { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
17. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 69) public void testEntryLineConstructor() throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
18. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 70) ResourceSyncInfo info; Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
19. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 71) info = new ResourceSyncInfo("/file.java/-1.1/Mon Feb 25 21:44:02 2002/-k/", null); Discouraged access: The constructor ResourceSyncInfo(String, Date) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
20. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 71) info = new ResourceSyncInfo("/file.java/-1.1/Mon Feb 25 21:44:02 2002/-k/", null); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
21. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 72) assertTrue(info.isDeleted()); Discouraged access: The method isDeleted() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
22. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 74) info = new ResourceSyncInfo("/file.java/0/something/-k/", null); Discouraged access: The constructor ResourceSyncInfo(String, Date) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
23. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 74) info = new ResourceSyncInfo("/file.java/0/something/-k/", null); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
24. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 75) assertTrue(info.isAdded()); Discouraged access: The method isAdded() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
25. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 77) info = new ResourceSyncInfo("/file.java/1.0/Mon Feb 25 21:44:02 2002/-k/Tv1", null); Discouraged access: The constructor ResourceSyncInfo(String, Date) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
26. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 77) info = new ResourceSyncInfo("/file.java/1.0/Mon Feb 25 21:44:02 2002/-k/Tv1", null); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
27. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 78) assertTrue(info.getTag() != null); Discouraged access: The method getTag() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
28. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 81) info = new ResourceSyncInfo("/file.java/1.0/Mon Feb 25 21:44:02 2002/-k/Tv1", timestamp); Discouraged access: The constructor ResourceSyncInfo(String, Date) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
29. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 81) info = new ResourceSyncInfo("/file.java/1.0/Mon Feb 25 21:44:02 2002/-k/Tv1", timestamp); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
30. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 82) assertTrue(info.getTimeStamp().equals(timestamp)); Discouraged access: The method getTimeStamp() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
31. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 84) info = new ResourceSyncInfo("/file.java/0/Mon Feb 25 21:44:02 2002/-k/", timestamp); Discouraged access: The constructor ResourceSyncInfo(String, Date) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
32. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 84) info = new ResourceSyncInfo("/file.java/0/Mon Feb 25 21:44:02 2002/-k/", timestamp); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
33. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 85) assertTrue(info.getTimeStamp().equals(timestamp)); Discouraged access: The method getTimeStamp() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
34. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 87) info = new ResourceSyncInfo("D/file.java////", null); Discouraged access: The constructor ResourceSyncInfo(String, Date) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
35. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 87) info = new ResourceSyncInfo("D/file.java////", null); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
36. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 88) assertTrue(info.isDirectory()); Discouraged access: The method isDirectory() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
37. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 91) public void testConstructor() throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
38. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 92) ResourceSyncInfo info; Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
39. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 94) info = new ResourceSyncInfo("folder"); Discouraged access: The constructor ResourceSyncInfo(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
40. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 94) info = new ResourceSyncInfo("folder"); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
41. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 95) assertTrue(info.isDirectory()); Discouraged access: The method isDirectory() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
42. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 97) info = new ResourceSyncInfo("/file.java/-2.34/Mon Feb 25 21:44:02 2002/-k/Tv1", null); Discouraged access: The constructor ResourceSyncInfo(String, Date) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
43. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 97) info = new ResourceSyncInfo("/file.java/-2.34/Mon Feb 25 21:44:02 2002/-k/Tv1", null); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
44. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 98) assertTrue(info.isDeleted()); Discouraged access: The method isDeleted() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
45. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 99) assertTrue(info.getRevision().equals("2.34")); Discouraged access: The method getRevision() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
46. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 101) info = new ResourceSyncInfo("/file.java/0/Mon Feb 25 21:44:02 2002/-k/Tv1", null); Discouraged access: The constructor ResourceSyncInfo(String, Date) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
47. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 101) info = new ResourceSyncInfo("/file.java/0/Mon Feb 25 21:44:02 2002/-k/Tv1", null); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
48. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 102) assertTrue(info.isAdded()); Discouraged access: The method isAdded() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
49. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 105) public void testMergeTimestamps() throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
50. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 106) ResourceSyncInfo info, info2; Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
51. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 110) info = new ResourceSyncInfo("/file.java/1.1//-kb/", timestamp); Discouraged access: The constructor ResourceSyncInfo(String, Date) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
52. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 110) info = new ResourceSyncInfo("/file.java/1.1//-kb/", timestamp); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
53. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 111) assertTrue(!info.isMerged()); Discouraged access: The method isMerged() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
54. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 112) assertTrue(!info.isNeedsMerge(timestamp)); Discouraged access: The method isNeedsMerge(Date) from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
55. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 115) info = new ResourceSyncInfo("/file.java/1.1/+=/-kb/", timestamp); Discouraged access: The constructor ResourceSyncInfo(String, Date) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
56. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 115) info = new ResourceSyncInfo("/file.java/1.1/+=/-kb/", timestamp); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
57. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 116) String entryLine = info.getEntryLine(); Discouraged access: The method getEntryLine() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
58. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 117) info2 = new ResourceSyncInfo(entryLine, null); Discouraged access: The constructor ResourceSyncInfo(String, Date) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
59. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 117) info2 = new ResourceSyncInfo(entryLine, null); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
60. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 118) assertTrue(info.isMerged() && info2.isMerged()); Discouraged access: The method isMerged() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
61. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 118) assertTrue(info.isMerged() && info2.isMerged()); Discouraged access: The method isMerged() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
62. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 119) assertTrue(info.isNeedsMerge(timestamp) && info2.isNeedsMerge(timestamp)); Discouraged access: The method isNeedsMerge(Date) from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
63. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 119) assertTrue(info.isNeedsMerge(timestamp) && info2.isNeedsMerge(timestamp)); Discouraged access: The method isNeedsMerge(Date) from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
64. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 120) assertTrue(!info.isNeedsMerge(timestamp2) && !info2.isNeedsMerge(timestamp2)); Discouraged access: The method isNeedsMerge(Date) from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
65. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 120) assertTrue(!info.isNeedsMerge(timestamp2) && !info2.isNeedsMerge(timestamp2)); Discouraged access: The method isNeedsMerge(Date) from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
66. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 121) assertTrue(info.getTimeStamp().equals(timestamp) && info2.getTimeStamp().equals(timestamp)); Discouraged access: The method getTimeStamp() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
67. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 121) assertTrue(info.getTimeStamp().equals(timestamp) && info2.getTimeStamp().equals(timestamp)); Discouraged access: The method getTimeStamp() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
68. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 123) info = new ResourceSyncInfo("/file.java/1.1/+modified/-kb/", null); Discouraged access: The constructor ResourceSyncInfo(String, Date) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
69. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 123) info = new ResourceSyncInfo("/file.java/1.1/+modified/-kb/", null); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
70. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 124) entryLine = info.getEntryLine(); Discouraged access: The method getEntryLine() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
71. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 125) info2 = new ResourceSyncInfo(entryLine, null); Discouraged access: The constructor ResourceSyncInfo(String, Date) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
72. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 125) info2 = new ResourceSyncInfo(entryLine, null); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
73. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 126) assertTrue(info.isMerged() && info2.isMerged()); Discouraged access: The method isMerged() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
74. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 126) assertTrue(info.isMerged() && info2.isMerged()); Discouraged access: The method isMerged() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
75. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 127) assertTrue(!info.isNeedsMerge(timestamp) && !info2.isNeedsMerge(timestamp)); Discouraged access: The method isNeedsMerge(Date) from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
76. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 127) assertTrue(!info.isNeedsMerge(timestamp) && !info2.isNeedsMerge(timestamp)); Discouraged access: The method isNeedsMerge(Date) from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
77. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 128) assertTrue(!info.isNeedsMerge(timestamp2) && !info2.isNeedsMerge(timestamp2)); Discouraged access: The method isNeedsMerge(Date) from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
78. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 128) assertTrue(!info.isNeedsMerge(timestamp2) && !info2.isNeedsMerge(timestamp2)); Discouraged access: The method isNeedsMerge(Date) from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
79. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 129) assertTrue(info.getTimeStamp()==null && info2.getTimeStamp()==null); Discouraged access: The method getTimeStamp() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
80. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 129) assertTrue(info.getTimeStamp()==null && info2.getTimeStamp()==null); Discouraged access: The method getTimeStamp() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
81. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 132) public void testTimestampCompatibility() throws CVSException, CoreException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
82. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 136) ResourceSyncInfo info1 = new ResourceSyncInfo(entryLine1, null); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
83. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 136) ResourceSyncInfo info1 = new ResourceSyncInfo(entryLine1, null); Discouraged access: The constructor ResourceSyncInfo(String, Date) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
84. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 136) ResourceSyncInfo info1 = new ResourceSyncInfo(entryLine1, null); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
85. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 137) ResourceSyncInfo info2 = new ResourceSyncInfo(entryLine2, null); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
86. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 137) ResourceSyncInfo info2 = new ResourceSyncInfo(entryLine2, null); Discouraged access: The constructor ResourceSyncInfo(String, Date) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
87. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 137) ResourceSyncInfo info2 = new ResourceSyncInfo(entryLine2, null); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
88. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 138) ResourceSyncInfo info3 = new ResourceSyncInfo(entryLine3, null); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
89. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 138) ResourceSyncInfo info3 = new ResourceSyncInfo(entryLine3, null); Discouraged access: The constructor ResourceSyncInfo(String, Date) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
90. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 138) ResourceSyncInfo info3 = new ResourceSyncInfo(entryLine3, null); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
91. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 139) Date date1 = info1.getTimeStamp(); Discouraged access: The method getTimeStamp() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
92. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 140) Date date2 = info2.getTimeStamp(); Discouraged access: The method getTimeStamp() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
93. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 141) Date date3 = info3.getTimeStamp(); Discouraged access: The method getTimeStamp() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
94. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 148) assertTrue(ResourceSyncInfo.isLaterRevision("1.9", "1.8")); Discouraged access: The method isLaterRevision(String, String) from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
95. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 148) assertTrue(ResourceSyncInfo.isLaterRevision("1.9", "1.8")); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
96. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 149) assertTrue( ! ResourceSyncInfo.isLaterRevision("1.8", "1.8")); Discouraged access: The method isLaterRevision(String, String) from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
97. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 149) assertTrue( ! ResourceSyncInfo.isLaterRevision("1.8", "1.8")); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
98. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 150) assertTrue( ! ResourceSyncInfo.isLaterRevision("1.8", "1.9")); Discouraged access: The method isLaterRevision(String, String) from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
99. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 150) assertTrue( ! ResourceSyncInfo.isLaterRevision("1.8", "1.9")); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
100. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncInfoTest.java (at line 152) assertTrue(ResourceSyncInfo.isLaterRevision("1.8.1.2", "1.8")); Discouraged access: The method isLaterRevision(String, String) from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/core/CommandLineCVSClient.java (at line 19) import org.eclipse.team.internal.ccvs.core.CVSException; Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/core/CommandLineCVSClient.java (at line 20) import org.eclipse.team.internal.ccvs.core.ICVSRepositoryLocation; Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/core/CommandLineCVSClient.java (at line 27) public void executeCommand(ICVSRepositoryLocation repositoryLocation, Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/core/CommandLineCVSClient.java (at line 29) String[] localOptions, String[] arguments) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/core/CommandLineCVSClient.java (at line 30) execute(repositoryLocation.getLocation(false), localRoot.getLocation().toFile(), command, Discouraged access: The method getLocation(boolean) from the type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
6. WARNING in /src/org/eclipse/team/tests/ccvs/core/CommandLineCVSClient.java (at line 42) String[] arguments) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 23) import org.eclipse.team.internal.ccvs.ui.SelectionPropertyTester; Discouraged access: The type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 24) import org.eclipse.team.internal.ccvs.ui.actions.BranchAction; Discouraged access: The type BranchAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 25) import org.eclipse.team.internal.ccvs.ui.actions.CommitAction; Discouraged access: The type CommitAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 26) import org.eclipse.team.internal.ccvs.ui.actions.IgnoreAction; Discouraged access: The type IgnoreAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 55) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
6. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 55) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The constructor SelectionPropertyTester() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
7. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 55) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
8. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 56) assertEquals(false, tester.test(null, null, null, null)); Discouraged access: The method test(Object, String, Object[], Object) from the type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
9. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 60) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
10. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 60) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The constructor SelectionPropertyTester() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
11. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 60) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
12. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 63) tester .test( null, "isEnabled", new Object[] { "org.eclipse.team.internal.ccvs.ui.actions.CommitAction", }, null)); Discouraged access: The method test(Object, String, Object[], Object) from the type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
13. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 73) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
14. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 73) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The constructor SelectionPropertyTester() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
15. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 73) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
16. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 74) IActionDelegate action = new CommitAction(); Discouraged access: The constructor CommitAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
17. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 74) IActionDelegate action = new CommitAction(); Discouraged access: The type CommitAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
18. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 79) tester .test( resources, "isEnabled", new Object[] { "org.eclipse.team.internal.ccvs.ui.actions.CommitAction", }, null)); Discouraged access: The method test(Object, String, Object[], Object) from the type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
19. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 89) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
20. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 89) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The constructor SelectionPropertyTester() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
21. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 89) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
22. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 90) IActionDelegate action = new CommitAction(); Discouraged access: The constructor CommitAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
23. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 90) IActionDelegate action = new CommitAction(); Discouraged access: The type CommitAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
24. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 95) tester .test( asSelection(resources), "isEnabled", new Object[] { "org.eclipse.team.internal.ccvs.ui.actions.CommitAction", "org.eclipse.team.internal.ccvs.ui.actions.IgnoreAction" }, null)); Discouraged access: The method test(Object, String, Object[], Object) from the type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
25. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 107) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
26. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 107) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The constructor SelectionPropertyTester() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
27. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 107) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
28. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 108) IActionDelegate action = new CommitAction(); Discouraged access: The constructor CommitAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
29. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 108) IActionDelegate action = new CommitAction(); Discouraged access: The type CommitAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
30. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 113) tester .test( asSelection(resources), "unknownProperty", new Object[] { "org.eclipse.team.internal.ccvs.ui.actions.CommitAction" }, null)); Discouraged access: The method test(Object, String, Object[], Object) from the type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
31. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 125) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
32. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 125) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The constructor SelectionPropertyTester() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
33. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 125) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
34. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 126) IActionDelegate action = new CommitAction(); Discouraged access: The constructor CommitAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
35. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 126) IActionDelegate action = new CommitAction(); Discouraged access: The type CommitAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
36. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 129) boolean testResult = tester .test( asSelection(resources), "isEnabled", new Object[] { "org.eclipse.team.internal.ccvs.ui.actions.CommitAction" }, null); Discouraged access: The method test(Object, String, Object[], Object) from the type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
37. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 141) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
38. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 141) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The constructor SelectionPropertyTester() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
39. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 141) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
40. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 142) IActionDelegate action = new IgnoreAction(); Discouraged access: The constructor IgnoreAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
41. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 142) IActionDelegate action = new IgnoreAction(); Discouraged access: The type IgnoreAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
42. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 145) boolean testResult = tester .test( asSelection(resources), "isEnabled", new Object[] { "org.eclipse.team.internal.ccvs.ui.actions.IgnoreAction" }, null); Discouraged access: The method test(Object, String, Object[], Object) from the type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
43. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 157) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
44. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 157) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The constructor SelectionPropertyTester() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
45. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 157) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
46. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 158) IActionDelegate action = new BranchAction(); Discouraged access: The constructor BranchAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
47. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 158) IActionDelegate action = new BranchAction(); Discouraged access: The type BranchAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
48. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 161) boolean testResult = tester .test( asSelection(resources), "isEnabled", new Object[] { "org.eclipse.team.internal.ccvs.ui.actions.BranchAction" }, null); Discouraged access: The method test(Object, String, Object[], Object) from the type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
49. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 173) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
50. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 173) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The constructor SelectionPropertyTester() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
51. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 173) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
52. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 174) IActionDelegate action = new CommitAction(); Discouraged access: The constructor CommitAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
53. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 174) IActionDelegate action = new CommitAction(); Discouraged access: The type CommitAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
54. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 177) boolean testResult = tester .test( asSelection(resources), "isEnabled", new Object[] { "org.eclipse.team.internal.ccvs.ui.actions.CommitAction" }, null); Discouraged access: The method test(Object, String, Object[], Object) from the type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
55. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 189) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
56. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 189) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The constructor SelectionPropertyTester() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
57. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 189) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
58. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 190) IActionDelegate action = new IgnoreAction(); Discouraged access: The constructor IgnoreAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
59. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 190) IActionDelegate action = new IgnoreAction(); Discouraged access: The type IgnoreAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
60. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 193) boolean testResult = tester .test( asSelection(resources), "isEnabled", new Object[] { "org.eclipse.team.internal.ccvs.ui.actions.IgnoreAction" }, null); Discouraged access: The method test(Object, String, Object[], Object) from the type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
61. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 205) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
62. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 205) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The constructor SelectionPropertyTester() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
63. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 205) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
64. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 206) IActionDelegate action = new BranchAction(); Discouraged access: The constructor BranchAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
65. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 206) IActionDelegate action = new BranchAction(); Discouraged access: The type BranchAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
66. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 209) boolean testResult = tester .test( asSelection(resources), "isEnabled", new Object[] { "org.eclipse.team.internal.ccvs.ui.actions.BranchAction" }, null); Discouraged access: The method test(Object, String, Object[], Object) from the type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
67. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 223) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
68. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 223) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The constructor SelectionPropertyTester() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
69. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 223) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
70. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 224) IActionDelegate action = new CommitAction(); Discouraged access: The constructor CommitAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
71. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 224) IActionDelegate action = new CommitAction(); Discouraged access: The type CommitAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
72. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 232) boolean testResult = tester .test( asSelection(resources), "isEnabled", new Object[] { "org.eclipse.team.internal.ccvs.ui.actions.CommitAction" }, null); Discouraged access: The method test(Object, String, Object[], Object) from the type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
73. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 244) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
74. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 244) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The constructor SelectionPropertyTester() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
75. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 244) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
76. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 245) IActionDelegate action = new IgnoreAction(); Discouraged access: The constructor IgnoreAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
77. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 245) IActionDelegate action = new IgnoreAction(); Discouraged access: The type IgnoreAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
78. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 253) boolean testResult = tester .test( asSelection(resources), "isEnabled", new Object[] { "org.eclipse.team.internal.ccvs.ui.actions.IgnoreAction" }, null); Discouraged access: The method test(Object, String, Object[], Object) from the type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
79. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 265) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
80. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 265) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The constructor SelectionPropertyTester() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
81. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 265) SelectionPropertyTester tester = new SelectionPropertyTester(); Discouraged access: The type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
82. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 266) IActionDelegate action = new BranchAction(); Discouraged access: The constructor BranchAction() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
83. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 266) IActionDelegate action = new BranchAction(); Discouraged access: The type BranchAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
84. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SelectionPropertyTesterTest.java (at line 274) boolean testResult = tester .test( asSelection(resources), "isEnabled", new Object[] { "org.eclipse.team.internal.ccvs.ui.actions.BranchAction" }, null); Discouraged access: The method test(Object, String, Object[], Object) from the type SelectionPropertyTester is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/ui/benchmark/MergeTests.java (at line 17) import org.eclipse.team.internal.ccvs.core.CVSMergeSubscriber; Discouraged access: The type CVSMergeSubscriber is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/ui/benchmark/MergeTests.java (at line 18) import org.eclipse.team.internal.ccvs.core.CVSTag; Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/ui/benchmark/MergeTests.java (at line 26) * When {@link CVSMergeSubscriber} is created with <code>isModelSync</code> flag Discouraged access: The type CVSMergeSubscriber is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/ui/benchmark/MergeTests.java (at line 68) CVSTag root = new CVSTag("Root_branch", CVSTag.BRANCH); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/ui/benchmark/MergeTests.java (at line 68) CVSTag root = new CVSTag("Root_branch", CVSTag.BRANCH); Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
6. WARNING in /src/org/eclipse/team/tests/ccvs/ui/benchmark/MergeTests.java (at line 68) CVSTag root = new CVSTag("Root_branch", CVSTag.BRANCH); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
7. WARNING in /src/org/eclipse/team/tests/ccvs/ui/benchmark/MergeTests.java (at line 68) CVSTag root = new CVSTag("Root_branch", CVSTag.BRANCH); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
8. WARNING in /src/org/eclipse/team/tests/ccvs/ui/benchmark/MergeTests.java (at line 68) CVSTag root = new CVSTag("Root_branch", CVSTag.BRANCH); Discouraged access: The field BRANCH from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
9. WARNING in /src/org/eclipse/team/tests/ccvs/ui/benchmark/MergeTests.java (at line 69) CVSTag branch = new CVSTag("branch", CVSTag.BRANCH); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
10. WARNING in /src/org/eclipse/team/tests/ccvs/ui/benchmark/MergeTests.java (at line 69) CVSTag branch = new CVSTag("branch", CVSTag.BRANCH); Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
11. WARNING in /src/org/eclipse/team/tests/ccvs/ui/benchmark/MergeTests.java (at line 69) CVSTag branch = new CVSTag("branch", CVSTag.BRANCH); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
12. WARNING in /src/org/eclipse/team/tests/ccvs/ui/benchmark/MergeTests.java (at line 69) CVSTag branch = new CVSTag("branch", CVSTag.BRANCH); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
13. WARNING in /src/org/eclipse/team/tests/ccvs/ui/benchmark/MergeTests.java (at line 69) CVSTag branch = new CVSTag("branch", CVSTag.BRANCH); Discouraged access: The field BRANCH from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
14. WARNING in /src/org/eclipse/team/tests/ccvs/ui/benchmark/MergeTests.java (at line 86) CVSMergeSubscriber subscriber = source.createMergeSubscriber(headProject, CVSTag.DEFAULT, branch, false); Discouraged access: The type CVSMergeSubscriber is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
15. WARNING in /src/org/eclipse/team/tests/ccvs/ui/benchmark/MergeTests.java (at line 86) CVSMergeSubscriber subscriber = source.createMergeSubscriber(headProject, CVSTag.DEFAULT, branch, false); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
16. WARNING in /src/org/eclipse/team/tests/ccvs/ui/benchmark/MergeTests.java (at line 86) CVSMergeSubscriber subscriber = source.createMergeSubscriber(headProject, CVSTag.DEFAULT, branch, false); Discouraged access: The field DEFAULT from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
17. WARNING in /src/org/eclipse/team/tests/ccvs/ui/benchmark/MergeTests.java (at line 91) subscriber = source.createMergeSubscriber(headProject, CVSTag.DEFAULT, branch, true); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
18. WARNING in /src/org/eclipse/team/tests/ccvs/ui/benchmark/MergeTests.java (at line 91) subscriber = source.createMergeSubscriber(headProject, CVSTag.DEFAULT, branch, true); Discouraged access: The field DEFAULT from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/TestOverrideAndUpdateOperation.java (at line 15) import org.eclipse.team.internal.ccvs.ui.subscriber.OverrideAndUpdateSubscriberOperation; Discouraged access: The type OverrideAndUpdateSubscriberOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/TestOverrideAndUpdateOperation.java (at line 17) public class TestOverrideAndUpdateOperation extends OverrideAndUpdateSubscriberOperation { Discouraged access: The type OverrideAndUpdateSubscriberOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/TestOverrideAndUpdateOperation.java (at line 22) super(null, elements); Discouraged access: The constructor OverrideAndUpdateSubscriberOperation(ISynchronizePageConfiguration, IDiffElement[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestSetup.java (at line 19) import org.eclipse.team.internal.ccvs.core.connection.CVSCommunicationException; Discouraged access: The type CVSCommunicationException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestSetup.java (at line 20) import org.eclipse.team.internal.ccvs.core.connection.CVSRepositoryLocation; Discouraged access: The type CVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestSetup.java (at line 21) import org.eclipse.team.internal.ccvs.core.util.KnownRepositories; Discouraged access: The type KnownRepositories is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestSetup.java (at line 37) public static CVSRepositoryLocation repository; Discouraged access: The type CVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestSetup.java (at line 86) public static void executeRemoteCommand(ICVSRepositoryLocation repository, String commandLine) { Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
6. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestSetup.java (at line 88) commandLine = RSH + " " + repository.getHost() + " -l " + repository.getUsername() + " " + commandLine; Discouraged access: The method getHost() from the type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
7. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestSetup.java (at line 88) commandLine = RSH + " " + repository.getHost() + " -l " + repository.getUsername() + " " + commandLine; Discouraged access: The method getUsername() from the type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
8. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestSetup.java (at line 163) private static void initializeRepository(CVSRepositoryLocation repository) { Discouraged access: The type CVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
9. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestSetup.java (at line 164) String repoRoot = repository.getRootDirectory(); Discouraged access: The method getRootDirectory() from the type CVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
10. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestSetup.java (at line 173) CVSProviderPlugin.getPlugin().setCompressionLevel(COMPRESSION_LEVEL); Discouraged access: The type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
11. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestSetup.java (at line 173) CVSProviderPlugin.getPlugin().setCompressionLevel(COMPRESSION_LEVEL); Discouraged access: The method getPlugin() from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
12. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestSetup.java (at line 173) CVSProviderPlugin.getPlugin().setCompressionLevel(COMPRESSION_LEVEL); Discouraged access: The method setCompressionLevel(int) from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
13. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestSetup.java (at line 174) CVSProviderPlugin.getPlugin().setTimeout(TIMEOUT); Discouraged access: The type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
14. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestSetup.java (at line 174) CVSProviderPlugin.getPlugin().setTimeout(TIMEOUT); Discouraged access: The method getPlugin() from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
15. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestSetup.java (at line 174) CVSProviderPlugin.getPlugin().setTimeout(TIMEOUT); Discouraged access: The method setTimeout(int) from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
16. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestSetup.java (at line 182) protected CVSRepositoryLocation setupRepository(String location) throws CVSException { Discouraged access: The type CVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
17. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestSetup.java (at line 182) protected CVSRepositoryLocation setupRepository(String location) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
18. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestSetup.java (at line 186) CVSRepositoryLocation repository = (CVSRepositoryLocation)KnownRepositories.getInstance().getRepository(location); Discouraged access: The type CVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
19. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestSetup.java (at line 186) CVSRepositoryLocation repository = (CVSRepositoryLocation)KnownRepositories.getInstance().getRepository(location); Discouraged access: The type CVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
20. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestSetup.java (at line 186) CVSRepositoryLocation repository = (CVSRepositoryLocation)KnownRepositories.getInstance().getRepository(location); Discouraged access: The type KnownRepositories is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
21. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestSetup.java (at line 186) CVSRepositoryLocation repository = (CVSRepositoryLocation)KnownRepositories.getInstance().getRepository(location); Discouraged access: The method getInstance() from the type KnownRepositories is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
22. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestSetup.java (at line 186) CVSRepositoryLocation repository = (CVSRepositoryLocation)KnownRepositories.getInstance().getRepository(location); Discouraged access: The method getRepository(String) from the type KnownRepositories is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
23. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestSetup.java (at line 187) KnownRepositories.getInstance().addRepository(repository, false); Discouraged access: The type KnownRepositories is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
24. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestSetup.java (at line 187) KnownRepositories.getInstance().addRepository(repository, false); Discouraged access: The method getInstance() from the type KnownRepositories is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
25. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestSetup.java (at line 187) KnownRepositories.getInstance().addRepository(repository, false); Discouraged access: The method addRepository(ICVSRepositoryLocation, boolean) from the type KnownRepositories is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
26. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestSetup.java (at line 188) repository.setUserAuthenticator(new TestsUserAuthenticator()); Discouraged access: The method setUserAuthenticator(IUserAuthenticator) from the type CVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
27. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestSetup.java (at line 191) System.out.println("Connecting to: " + repository.getHost() + ":" + repository.getMethod().getName()); Discouraged access: The method getHost() from the type CVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
28. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestSetup.java (at line 191) System.out.println("Connecting to: " + repository.getHost() + ":" + repository.getMethod().getName()); Discouraged access: The method getMethod() from the type CVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
29. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestSetup.java (at line 191) System.out.println("Connecting to: " + repository.getHost() + ":" + repository.getMethod().getName()); Discouraged access: The method getName() from the type IConnectionMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
30. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestSetup.java (at line 195) repository.validateConnection(new NullProgressMonitor()); Discouraged access: The method validateConnection(IProgressMonitor) from the type CVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
31. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestSetup.java (at line 196) } catch (CVSCommunicationException e) { Discouraged access: The type CVSCommunicationException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
32. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestSetup.java (at line 198) repository.validateConnection(new NullProgressMonitor()); Discouraged access: The method validateConnection(IProgressMonitor) from the type CVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
33. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestSetup.java (at line 201) throw new CVSException(new CVSStatus(IStatus.ERROR, "The connection was canceled, possibly due to an authentication failure.")); Discouraged access: The constructor CVSException(IStatus) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
34. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestSetup.java (at line 201) throw new CVSException(new CVSStatus(IStatus.ERROR, "The connection was canceled, possibly due to an authentication failure.")); Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
35. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestSetup.java (at line 201) throw new CVSException(new CVSStatus(IStatus.ERROR, "The connection was canceled, possibly due to an authentication failure.")); Discouraged access: The constructor CVSStatus(int, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
36. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestSetup.java (at line 201) throw new CVSException(new CVSStatus(IStatus.ERROR, "The connection was canceled, possibly due to an authentication failure.")); Discouraged access: The type CVSStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
37. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestSetup.java (at line 203) } catch (CVSException e) { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
38. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestSetup.java (at line 204) System.out.println("Unable to connect to remote repository: " + repository.toString()); Discouraged access: The method toString() from the type CVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
39. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestSetup.java (at line 217) public void tearDown() throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/core/TestConnection.java (at line 21) import org.eclipse.team.internal.ccvs.core.ICVSRepositoryLocation; Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/core/TestConnection.java (at line 22) import org.eclipse.team.internal.ccvs.core.IServerConnection; Discouraged access: The type IServerConnection is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/core/TestConnection.java (at line 23) import org.eclipse.team.internal.ccvs.core.connection.CVSAuthenticationException; Discouraged access: The type CVSAuthenticationException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/core/TestConnection.java (at line 31) public class TestConnection implements IServerConnection { Discouraged access: The type IServerConnection is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/core/TestConnection.java (at line 43) public static IServerConnection createConnection(ICVSRepositoryLocation location, String password) { Discouraged access: The type IServerConnection is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
6. WARNING in /src/org/eclipse/team/tests/ccvs/core/TestConnection.java (at line 43) public static IServerConnection createConnection(ICVSRepositoryLocation location, String password) { Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
7. WARNING in /src/org/eclipse/team/tests/ccvs/core/TestConnection.java (at line 56) public void open(IProgressMonitor monitor) throws IOException, CVSAuthenticationException { Discouraged access: The type CVSAuthenticationException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/LinkResourcesTest.java (at line 24) import org.eclipse.team.internal.ccvs.core.CVSProviderPlugin; Discouraged access: The type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/LinkResourcesTest.java (at line 25) import org.eclipse.team.internal.ccvs.core.ICVSFolder; Discouraged access: The type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/LinkResourcesTest.java (at line 26) import org.eclipse.team.internal.ccvs.core.resources.CVSWorkspaceRoot; Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/LinkResourcesTest.java (at line 27) import org.eclipse.team.internal.ccvs.core.resources.EclipseSynchronizer; Discouraged access: The type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/LinkResourcesTest.java (at line 28) import org.eclipse.team.internal.ccvs.core.syncinfo.FolderSyncInfo; Discouraged access: The type FolderSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
6. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/LinkResourcesTest.java (at line 65) ICVSFolder cvsFolder = CVSWorkspaceRoot.getCVSFolderFor(project); Discouraged access: The type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
7. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/LinkResourcesTest.java (at line 65) ICVSFolder cvsFolder = CVSWorkspaceRoot.getCVSFolderFor(project); Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
8. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/LinkResourcesTest.java (at line 65) ICVSFolder cvsFolder = CVSWorkspaceRoot.getCVSFolderFor(project); Discouraged access: The method getCVSFolderFor(IContainer) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
9. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/LinkResourcesTest.java (at line 66) cvsFolder.setFolderSyncInfo(new FolderSyncInfo("repo/root", ":pserver:name@host:/root", null, false)); Discouraged access: The method setFolderSyncInfo(FolderSyncInfo) from the type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
10. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/LinkResourcesTest.java (at line 66) cvsFolder.setFolderSyncInfo(new FolderSyncInfo("repo/root", ":pserver:name@host:/root", null, false)); Discouraged access: The constructor FolderSyncInfo(String, String, CVSTag, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
11. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/LinkResourcesTest.java (at line 66) cvsFolder.setFolderSyncInfo(new FolderSyncInfo("repo/root", ":pserver:name@host:/root", null, false)); Discouraged access: The type FolderSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
12. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/LinkResourcesTest.java (at line 67) RepositoryProvider.map(project, CVSProviderPlugin.getTypeId()); Discouraged access: The type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
13. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/LinkResourcesTest.java (at line 67) RepositoryProvider.map(project, CVSProviderPlugin.getTypeId()); Discouraged access: The method getTypeId() from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
14. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/LinkResourcesTest.java (at line 83) EclipseSynchronizer.getInstance().flush(source, true, DEFAULT_MONITOR); Discouraged access: The type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
15. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/LinkResourcesTest.java (at line 83) EclipseSynchronizer.getInstance().flush(source, true, DEFAULT_MONITOR); Discouraged access: The method getInstance() from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
16. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/LinkResourcesTest.java (at line 83) EclipseSynchronizer.getInstance().flush(source, true, DEFAULT_MONITOR); Discouraged access: The method flush(IContainer, boolean, IProgressMonitor) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 31) import org.eclipse.team.internal.ccvs.core.CVSTag; Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 32) import org.eclipse.team.internal.ccvs.core.ICVSFolder; Discouraged access: The type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 33) import org.eclipse.team.internal.ccvs.core.ICVSRemoteResource; Discouraged access: The type ICVSRemoteResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 34) import org.eclipse.team.internal.ccvs.core.ICVSResource; Discouraged access: The type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 35) import org.eclipse.team.internal.ccvs.core.client.Command; Discouraged access: The type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
6. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 36) import org.eclipse.team.internal.ccvs.core.client.Session; Discouraged access: The type Session is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
7. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 37) import org.eclipse.team.internal.ccvs.core.client.Command.LocalOption; Discouraged access: The type Command.LocalOption is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
8. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 38) import org.eclipse.team.internal.ccvs.core.resources.CVSWorkspaceRoot; Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
9. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 39) import org.eclipse.team.internal.ccvs.core.resources.RemoteFolder; Discouraged access: The type RemoteFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
10. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 40) import org.eclipse.team.internal.ccvs.core.resources.RemoteModule; Discouraged access: The type RemoteModule is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
11. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 68) private static RemoteModule[] remoteModules; Discouraged access: The type RemoteModule is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
12. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 90) remoteModules = RemoteModule.getRemoteModules(getRepository(), null, DEFAULT_MONITOR); Discouraged access: The type RemoteModule is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
13. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 90) remoteModules = RemoteModule.getRemoteModules(getRepository(), null, DEFAULT_MONITOR); Discouraged access: The method getRemoteModules(ICVSRepositoryLocation, CVSTag, IProgressMonitor) from the type RemoteModule is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
14. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 115) Session s = new Session(getRepository(), CVSWorkspaceRoot.getCVSFolderFor(project)); Discouraged access: The type Session is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
15. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 115) Session s = new Session(getRepository(), CVSWorkspaceRoot.getCVSFolderFor(project)); Discouraged access: The constructor Session(ICVSRepositoryLocation, ICVSFolder) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
16. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 115) Session s = new Session(getRepository(), CVSWorkspaceRoot.getCVSFolderFor(project)); Discouraged access: The type Session is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
17. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 115) Session s = new Session(getRepository(), CVSWorkspaceRoot.getCVSFolderFor(project)); Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
18. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 115) Session s = new Session(getRepository(), CVSWorkspaceRoot.getCVSFolderFor(project)); Discouraged access: The method getCVSFolderFor(IContainer) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
19. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 116) s.open(DEFAULT_MONITOR, true /* open for modification */); Discouraged access: The method open(IProgressMonitor, boolean) from the type Session is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
20. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 118) Command.IMPORT.execute(s, Command.NO_GLOBAL_OPTIONS, Discouraged access: The type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
21. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 118) Command.IMPORT.execute(s, Command.NO_GLOBAL_OPTIONS, new LocalOption[] {Command.makeArgumentOption(Command.MESSAGE_OPTION, "")}, new String[] { projectName, "start", "vendor"}, null, DEFAULT_MONITOR); Discouraged access: The method execute(Session, Command.GlobalOption[], Command.LocalOption[], String[], ICommandOutputListener, IProgressMonitor) from the type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
22. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 118) Command.IMPORT.execute(s, Command.NO_GLOBAL_OPTIONS, Discouraged access: The field IMPORT from the type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
23. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 118) Command.IMPORT.execute(s, Command.NO_GLOBAL_OPTIONS, Discouraged access: The type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
24. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 118) Command.IMPORT.execute(s, Command.NO_GLOBAL_OPTIONS, Discouraged access: The field NO_GLOBAL_OPTIONS from the type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
25. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 119) new LocalOption[] {Command.makeArgumentOption(Command.MESSAGE_OPTION, "")}, Discouraged access: The type Command.LocalOption is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
26. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 119) new LocalOption[] {Command.makeArgumentOption(Command.MESSAGE_OPTION, "")}, Discouraged access: The type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
27. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 119) new LocalOption[] {Command.makeArgumentOption(Command.MESSAGE_OPTION, "")}, Discouraged access: The method makeArgumentOption(Command.LocalOption, String) from the type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
28. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 119) new LocalOption[] {Command.makeArgumentOption(Command.MESSAGE_OPTION, "")}, Discouraged access: The type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
29. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 119) new LocalOption[] {Command.makeArgumentOption(Command.MESSAGE_OPTION, "")}, Discouraged access: The field MESSAGE_OPTION from the type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
30. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 124) s.close(); Discouraged access: The method close() from the type Session is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
31. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 132) protected IProject checkoutProject(String projectName, CVSTag tag) throws TeamException, CoreException { Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
32. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 134) ICVSFolder parent = (ICVSFolder)CVSWorkspaceRoot.getCVSResourceFor(project); Discouraged access: The type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
33. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 134) ICVSFolder parent = (ICVSFolder)CVSWorkspaceRoot.getCVSResourceFor(project); Discouraged access: The type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
34. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 134) ICVSFolder parent = (ICVSFolder)CVSWorkspaceRoot.getCVSResourceFor(project); Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
35. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 134) ICVSFolder parent = (ICVSFolder)CVSWorkspaceRoot.getCVSResourceFor(project); Discouraged access: The method getCVSResourceFor(IResource) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
36. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 135) ICVSResource vcmmeta = CVSWorkspaceRoot.getCVSResourceFor(project.getFile(".vcm_meta")); Discouraged access: The type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
37. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 135) ICVSResource vcmmeta = CVSWorkspaceRoot.getCVSResourceFor(project.getFile(".vcm_meta")); Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
38. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 135) ICVSResource vcmmeta = CVSWorkspaceRoot.getCVSResourceFor(project.getFile(".vcm_meta")); Discouraged access: The method getCVSResourceFor(IResource) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
39. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 136) if ( ! vcmmeta.isManaged() && ! parent.getFolderSyncInfo().getIsStatic()) { Discouraged access: The method isManaged() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
40. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 136) if ( ! vcmmeta.isManaged() && ! parent.getFolderSyncInfo().getIsStatic()) { Discouraged access: The method getFolderSyncInfo() from the type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
41. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 136) if ( ! vcmmeta.isManaged() && ! parent.getFolderSyncInfo().getIsStatic()) { Discouraged access: The method getIsStatic() from the type FolderSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
42. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 153) ICVSRemoteResource tree = getRemoteTree(project1, CVSTag.DEFAULT, DEFAULT_MONITOR); Discouraged access: The type ICVSRemoteResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
43. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 153) ICVSRemoteResource tree = getRemoteTree(project1, CVSTag.DEFAULT, DEFAULT_MONITOR); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
44. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 153) ICVSRemoteResource tree = getRemoteTree(project1, CVSTag.DEFAULT, DEFAULT_MONITOR); Discouraged access: The field DEFAULT from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
45. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 154) assertEquals(Path.EMPTY, CVSWorkspaceRoot.getCVSResourceFor(project1), tree, false, false); Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
46. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 154) assertEquals(Path.EMPTY, CVSWorkspaceRoot.getCVSResourceFor(project1), tree, false, false); Discouraged access: The method getCVSResourceFor(IResource) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
47. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 155) RemoteModule module = getRemoteModule("project1"); Discouraged access: The type RemoteModule is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
48. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 156) assertEquals(Path.EMPTY, (RemoteFolder)tree, module, false); Discouraged access: The type RemoteFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
49. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 169) ICVSRemoteResource tree = getRemoteTree(docs, CVSTag.DEFAULT, DEFAULT_MONITOR); Discouraged access: The type ICVSRemoteResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
50. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 169) ICVSRemoteResource tree = getRemoteTree(docs, CVSTag.DEFAULT, DEFAULT_MONITOR); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
51. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 169) ICVSRemoteResource tree = getRemoteTree(docs, CVSTag.DEFAULT, DEFAULT_MONITOR); Discouraged access: The field DEFAULT from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
52. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 170) assertEquals(Path.EMPTY, CVSWorkspaceRoot.getCVSResourceFor(docs), tree, false, false); Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
53. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 170) assertEquals(Path.EMPTY, CVSWorkspaceRoot.getCVSResourceFor(docs), tree, false, false); Discouraged access: The method getCVSResourceFor(IResource) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
54. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 171) RemoteModule module = getRemoteModule("docs"); Discouraged access: The type RemoteModule is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
55. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 172) assertEquals(Path.EMPTY, (RemoteFolder)tree, module, false); Discouraged access: The type RemoteFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
56. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 175) tree = getRemoteTree(macros, CVSTag.DEFAULT, DEFAULT_MONITOR); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
57. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 175) tree = getRemoteTree(macros, CVSTag.DEFAULT, DEFAULT_MONITOR); Discouraged access: The field DEFAULT from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
58. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 176) assertEquals(Path.EMPTY, CVSWorkspaceRoot.getCVSResourceFor(macros), tree, false, false); Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
59. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 176) assertEquals(Path.EMPTY, CVSWorkspaceRoot.getCVSResourceFor(macros), tree, false, false); Discouraged access: The method getCVSResourceFor(IResource) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
60. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 178) assertEquals(Path.EMPTY, (RemoteFolder)tree, module, false); Discouraged access: The type RemoteFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
61. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 193) ICVSRemoteResource tree = getRemoteTree(project2, CVSTag.DEFAULT, DEFAULT_MONITOR); Discouraged access: The type ICVSRemoteResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
62. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 193) ICVSRemoteResource tree = getRemoteTree(project2, CVSTag.DEFAULT, DEFAULT_MONITOR); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
63. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 193) ICVSRemoteResource tree = getRemoteTree(project2, CVSTag.DEFAULT, DEFAULT_MONITOR); Discouraged access: The field DEFAULT from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
64. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 194) assertEquals(Path.EMPTY, CVSWorkspaceRoot.getCVSResourceFor(project2), tree, false, false); Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
65. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 194) assertEquals(Path.EMPTY, CVSWorkspaceRoot.getCVSResourceFor(project2), tree, false, false); Discouraged access: The method getCVSResourceFor(IResource) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
66. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 196) RemoteModule module = getRemoteModule("project2"); Discouraged access: The type RemoteModule is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
67. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 197) assertEquals(Path.EMPTY, (RemoteFolder)tree, module, false); Discouraged access: The type RemoteFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
68. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 200) tree = getRemoteTree(project2, CVSTag.DEFAULT, DEFAULT_MONITOR); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
69. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 200) tree = getRemoteTree(project2, CVSTag.DEFAULT, DEFAULT_MONITOR); Discouraged access: The field DEFAULT from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
70. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 201) assertEquals(Path.EMPTY, CVSWorkspaceRoot.getCVSResourceFor(project2), tree, false, false); Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
71. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 201) assertEquals(Path.EMPTY, CVSWorkspaceRoot.getCVSResourceFor(project2), tree, false, false); Discouraged access: The method getCVSResourceFor(IResource) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
72. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 204) assertEquals(Path.EMPTY, (RemoteFolder)tree, module, false); Discouraged access: The type RemoteFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
73. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 270) public RemoteModule getRemoteModule(String moduleName) { Discouraged access: The type RemoteModule is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
74. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 272) RemoteModule module = remoteModules[i]; Discouraged access: The type RemoteModule is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
75. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ModuleTest.java (at line 274) if (module.getName().equals(moduleName)) Discouraged access: The method getName() from the type RemoteResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/core/JUnitTestCase.java (at line 32) import org.eclipse.team.internal.ccvs.core.CVSException; Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/core/JUnitTestCase.java (at line 33) import org.eclipse.team.internal.ccvs.core.ICVSRepositoryLocation; Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/core/JUnitTestCase.java (at line 34) import org.eclipse.team.internal.ccvs.core.resources.CVSWorkspaceRoot; Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/core/JUnitTestCase.java (at line 59) protected void magicDeleteRemote(String remoteName) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/core/JUnitTestCase.java (at line 66) protected static void magicDeleteRemote(ICVSRepositoryLocation location, String remoteName) Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
6. WARNING in /src/org/eclipse/team/tests/ccvs/core/JUnitTestCase.java (at line 67) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
7. WARNING in /src/org/eclipse/team/tests/ccvs/core/JUnitTestCase.java (at line 69) new Path(location.getRootDirectory()).append(remoteName).toString()); Discouraged access: The method getRootDirectory() from the type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
8. WARNING in /src/org/eclipse/team/tests/ccvs/core/JUnitTestCase.java (at line 80) throws IOException, CoreException, CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
9. WARNING in /src/org/eclipse/team/tests/ccvs/core/JUnitTestCase.java (at line 92) protected static void magicSetUpRepo(ICVSRepositoryLocation location, String projectName, Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
10. WARNING in /src/org/eclipse/team/tests/ccvs/core/JUnitTestCase.java (at line 93) String[] createResources) throws IOException, CoreException, CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
11. WARNING in /src/org/eclipse/team/tests/ccvs/core/JUnitTestCase.java (at line 102) EclipseCVSClient.execute(location, CVSWorkspaceRoot.getCVSFolderFor(projectRoot), Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
12. WARNING in /src/org/eclipse/team/tests/ccvs/core/JUnitTestCase.java (at line 102) EclipseCVSClient.execute(location, CVSWorkspaceRoot.getCVSFolderFor(projectRoot), Discouraged access: The method getCVSFolderFor(IContainer) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CreatePatchTest.java (at line 43) import org.eclipse.team.internal.ccvs.core.CVSException; Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CreatePatchTest.java (at line 44) import org.eclipse.team.internal.ccvs.core.CVSStatus; Discouraged access: The type CVSStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CreatePatchTest.java (at line 45) import org.eclipse.team.internal.ccvs.core.ICVSFolder; Discouraged access: The type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CreatePatchTest.java (at line 46) import org.eclipse.team.internal.ccvs.core.client.Command; Discouraged access: The type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CreatePatchTest.java (at line 47) import org.eclipse.team.internal.ccvs.core.client.Session; Discouraged access: The type Session is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
6. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CreatePatchTest.java (at line 48) import org.eclipse.team.internal.ccvs.core.client.listeners.DiffListener; Discouraged access: The type DiffListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
7. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CreatePatchTest.java (at line 49) import org.eclipse.team.internal.ccvs.ui.CVSUIMessages; Discouraged access: The type CVSUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
8. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CreatePatchTest.java (at line 50) import org.eclipse.team.internal.ccvs.ui.wizards.GenerateDiffFileWizard; Discouraged access: The type GenerateDiffFileWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
9. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CreatePatchTest.java (at line 65) private GenerateDiffFileWizard wizard = null; Discouraged access: The type GenerateDiffFileWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
10. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CreatePatchTest.java (at line 129) wizard.performFinish(); Discouraged access: The method performFinish() from the type GenerateDiffFileWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
11. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CreatePatchTest.java (at line 147) String title = CVSUIMessages.GenerateCVSDiff_title; Discouraged access: The type CVSUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
12. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CreatePatchTest.java (at line 147) String title = CVSUIMessages.GenerateCVSDiff_title; Discouraged access: The field GenerateCVSDiff_title from the type CVSUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
13. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CreatePatchTest.java (at line 148) wizard = new GenerateDiffFileWizard(getActivePart(), resources, true); Discouraged access: The constructor GenerateDiffFileWizard(IWorkbenchPart, IResource[], boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
14. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CreatePatchTest.java (at line 148) wizard = new GenerateDiffFileWizard(getActivePart(), resources, true); Discouraged access: The type GenerateDiffFileWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
15. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CreatePatchTest.java (at line 296) Session session = new Session(getRepository(), Discouraged access: The type Session is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
16. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CreatePatchTest.java (at line 296) Session session = new Session(getRepository(), Discouraged access: The type Session is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
17. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CreatePatchTest.java (at line 297) (ICVSFolder) getCVSResource(testProject)) { Discouraged access: The type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
18. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CreatePatchTest.java (at line 304) public String readLine() throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
19. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CreatePatchTest.java (at line 308) throw new CVSException(new Status(IStatus.ERROR, null, null, e)); Discouraged access: The constructor CVSException(IStatus) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
20. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CreatePatchTest.java (at line 308) throw new CVSException(new Status(IStatus.ERROR, null, Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
21. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CreatePatchTest.java (at line 315) super.close(); Discouraged access: The method close() from the type Session is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
22. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CreatePatchTest.java (at line 327) session.open(getMonitor()); Discouraged access: The method open(IProgressMonitor) from the type Session is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
23. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CreatePatchTest.java (at line 329) DiffListener diffListener = new DiffListener(stream); Discouraged access: The type DiffListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
24. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CreatePatchTest.java (at line 329) DiffListener diffListener = new DiffListener(stream); Discouraged access: The constructor DiffListener(PrintStream) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
25. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CreatePatchTest.java (at line 329) DiffListener diffListener = new DiffListener(stream); Discouraged access: The type DiffListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
26. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CreatePatchTest.java (at line 331) IStatus status = Command.DIFF.execute(session, Discouraged access: The type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
27. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CreatePatchTest.java (at line 331) IStatus status = Command.DIFF.execute(session, Command.NO_GLOBAL_OPTIONS, new Command.LocalOption[0], new String[0], diffListener, getMonitor()); Discouraged access: The method execute(Session, Command.GlobalOption[], Command.LocalOption[], String[], ICommandOutputListener, IProgressMonitor) from the type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
28. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CreatePatchTest.java (at line 331) IStatus status = Command.DIFF.execute(session, Discouraged access: The field DIFF from the type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
29. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CreatePatchTest.java (at line 332) Command.NO_GLOBAL_OPTIONS, new Command.LocalOption[0], Discouraged access: The type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
30. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CreatePatchTest.java (at line 332) Command.NO_GLOBAL_OPTIONS, new Command.LocalOption[0], Discouraged access: The field NO_GLOBAL_OPTIONS from the type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
31. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CreatePatchTest.java (at line 332) Command.NO_GLOBAL_OPTIONS, new Command.LocalOption[0], Discouraged access: The type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
32. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CreatePatchTest.java (at line 332) Command.NO_GLOBAL_OPTIONS, new Command.LocalOption[0], Discouraged access: The type Command.LocalOption is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
33. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CreatePatchTest.java (at line 339) CVSStatus.SERVER_ERROR, status.getCode()); Discouraged access: The type CVSStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
34. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CreatePatchTest.java (at line 339) CVSStatus.SERVER_ERROR, status.getCode()); Discouraged access: The field SERVER_ERROR from the type CVSStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
35. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CreatePatchTest.java (at line 347) if (children[i].getCode() == CVSStatus.ERROR_LINE) { Discouraged access: The type CVSStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
36. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CreatePatchTest.java (at line 347) if (children[i].getCode() == CVSStatus.ERROR_LINE) { Discouraged access: The field ERROR_LINE from the type CVSStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
37. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CreatePatchTest.java (at line 357) session.close(); Discouraged access: The method close() from the type Session is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/WatchEditTest.java (at line 21) import org.eclipse.team.internal.ccvs.core.CVSProviderPlugin; Discouraged access: The type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/WatchEditTest.java (at line 22) import org.eclipse.team.internal.ccvs.core.CVSTag; Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/WatchEditTest.java (at line 57) CVSProviderPlugin.getPlugin().getPluginPreferences().setValue(CVSProviderPlugin.READ_ONLY, b); Discouraged access: The type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/WatchEditTest.java (at line 57) CVSProviderPlugin.getPlugin().getPluginPreferences().setValue(CVSProviderPlugin.READ_ONLY, b); Discouraged access: The method getPlugin() from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/WatchEditTest.java (at line 57) CVSProviderPlugin.getPlugin().getPluginPreferences().setValue(CVSProviderPlugin.READ_ONLY, b); Discouraged access: The type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
6. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/WatchEditTest.java (at line 57) CVSProviderPlugin.getPlugin().getPluginPreferences().setValue(CVSProviderPlugin.READ_ONLY, b); Discouraged access: The field READ_ONLY from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
7. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/WatchEditTest.java (at line 105) updateProject(copy, CVSTag.DEFAULT, false); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
8. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/WatchEditTest.java (at line 105) updateProject(copy, CVSTag.DEFAULT, false); Discouraged access: The field DEFAULT from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 31) import org.eclipse.team.internal.ccvs.core.CVSCompareSubscriber; Discouraged access: The type CVSCompareSubscriber is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 32) import org.eclipse.team.internal.ccvs.core.CVSMergeSubscriber; Discouraged access: The type CVSMergeSubscriber is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 33) import org.eclipse.team.internal.ccvs.core.CVSTag; Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 34) import org.eclipse.team.internal.ccvs.ui.subscriber.CompareParticipant; Discouraged access: The type CompareParticipant is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 35) import org.eclipse.team.internal.ccvs.ui.subscriber.MergeSynchronizeParticipant; Discouraged access: The type MergeSynchronizeParticipant is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
6. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 36) import org.eclipse.team.internal.ccvs.ui.subscriber.WorkspaceSynchronizeParticipant; Discouraged access: The type WorkspaceSynchronizeParticipant is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
7. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 37) import org.eclipse.team.internal.core.subscribers.SubscriberSyncInfoCollector; Discouraged access: The type SubscriberSyncInfoCollector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
8. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 38) import org.eclipse.team.internal.ui.TeamUIPlugin; Discouraged access: The type TeamUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
9. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 39) import org.eclipse.team.internal.ui.synchronize.AbstractSynchronizeModelProvider; Discouraged access: The type AbstractSynchronizeModelProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
10. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 40) import org.eclipse.team.internal.ui.synchronize.SubscriberParticipantPage; Discouraged access: The type SubscriberParticipantPage is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
11. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 41) import org.eclipse.team.internal.ui.synchronize.SyncInfoModelElement; Discouraged access: The type SyncInfoModelElement is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
12. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 42) import org.eclipse.team.internal.ui.synchronize.SynchronizeModelManager; Discouraged access: The type SynchronizeModelManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
13. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 43) import org.eclipse.team.internal.ui.synchronize.SynchronizePageConfiguration; Discouraged access: The type SynchronizePageConfiguration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
14. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 44) import org.eclipse.team.internal.ui.synchronize.SynchronizeView; Discouraged access: The type SynchronizeView is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
15. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 45) import org.eclipse.team.internal.ui.synchronize.TreeViewerAdvisor; Discouraged access: The type TreeViewerAdvisor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
16. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 108) return getConverter(subscriber).getDeltaFor(info); Discouraged access: The method getDeltaFor(SyncInfo) from the type SyncInfoToDiffConverter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
17. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 130) public static SubscriberSyncInfoCollector getCollector(Subscriber subscriber) { Discouraged access: The type SubscriberSyncInfoCollector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
18. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 133) SubscriberSyncInfoCollector syncInfoCollector = participant.getSubscriberSyncInfoCollector(); Discouraged access: The type SubscriberSyncInfoCollector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
19. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 135) SubscriberParticipantPage page = getPage(subscriber); Discouraged access: The type SubscriberParticipantPage is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
20. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 136) SynchronizeModelManager manager = (SynchronizeModelManager)page.getConfiguration().getProperty(SynchronizePageConfiguration.P_MODEL_MANAGER); Discouraged access: The type SynchronizeModelManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
21. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 136) SynchronizeModelManager manager = (SynchronizeModelManager)page.getConfiguration().getProperty(SynchronizePageConfiguration.P_MODEL_MANAGER); Discouraged access: The type SynchronizeModelManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
22. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 136) SynchronizeModelManager manager = (SynchronizeModelManager)page.getConfiguration().getProperty(SynchronizePageConfiguration.P_MODEL_MANAGER); Discouraged access: The method getConfiguration() from the type AbstractSynchronizePage is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
23. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 136) SynchronizeModelManager manager = (SynchronizeModelManager)page.getConfiguration().getProperty(SynchronizePageConfiguration.P_MODEL_MANAGER); Discouraged access: The type SynchronizePageConfiguration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
24. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 136) SynchronizeModelManager manager = (SynchronizeModelManager)page.getConfiguration().getProperty(SynchronizePageConfiguration.P_MODEL_MANAGER); Discouraged access: The field P_MODEL_MANAGER from the type SynchronizePageConfiguration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
25. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 137) AbstractSynchronizeModelProvider provider = (AbstractSynchronizeModelProvider)manager.getActiveModelProvider(); Discouraged access: The type AbstractSynchronizeModelProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
26. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 137) AbstractSynchronizeModelProvider provider = (AbstractSynchronizeModelProvider)manager.getActiveModelProvider(); Discouraged access: The type AbstractSynchronizeModelProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
27. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 137) AbstractSynchronizeModelProvider provider = (AbstractSynchronizeModelProvider)manager.getActiveModelProvider(); Discouraged access: The method getActiveModelProvider() from the type SynchronizeModelManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
28. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 138) provider.waitUntilDone(new IProgressMonitor() { public void beginTask(String name, int totalWork) { } public void done() { } public void internalWorked(double work) { } public boolean isCanceled() { return false; } public void setCanceled(boolean value) { } public void setTaskName(String name) { } public void subTask(String name) { } public void worked(int work) { while (Display.getCurrent().readAndDispatch()) {} } }); Discouraged access: The method waitUntilDone(IProgressMonitor) from the type AbstractSynchronizeModelProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
29. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 166) SyncInfoTree set = getCollector(subscriber).getSyncInfoSet(); Discouraged access: The method getSyncInfoSet() from the type SubscriberSyncInfoCollector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
30. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 175) public CVSMergeSubscriber createMergeSubscriber(IProject project, CVSTag root, CVSTag branch, boolean isModelSync) { Discouraged access: The type CVSMergeSubscriber is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
31. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 175) public CVSMergeSubscriber createMergeSubscriber(IProject project, CVSTag root, CVSTag branch, boolean isModelSync) { Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
32. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 175) public CVSMergeSubscriber createMergeSubscriber(IProject project, CVSTag root, CVSTag branch, boolean isModelSync) { Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
33. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 176) CVSMergeSubscriber mergeSubscriber = super.createMergeSubscriber(project, root, branch, isModelSync); Discouraged access: The type CVSMergeSubscriber is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
34. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 177) SubscriberParticipant participant = new MergeSynchronizeParticipant(mergeSubscriber); Discouraged access: The constructor MergeSynchronizeParticipant(CVSMergeSubscriber) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
35. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 177) SubscriberParticipant participant = new MergeSynchronizeParticipant(mergeSubscriber); Discouraged access: The type MergeSynchronizeParticipant is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
36. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 184) ISynchronizeParticipantReference[] participants = synchronizeManager.get(WorkspaceSynchronizeParticipant.ID); Discouraged access: The type WorkspaceSynchronizeParticipant is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
37. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 184) ISynchronizeParticipantReference[] participants = synchronizeManager.get(WorkspaceSynchronizeParticipant.ID); Discouraged access: The field ID from the type WorkspaceSynchronizeParticipant is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
38. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 188) SubscriberParticipant participant = new WorkspaceSynchronizeParticipant(new WorkspaceScope()); Discouraged access: The constructor WorkspaceSynchronizeParticipant(ISynchronizeScope) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
39. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 188) SubscriberParticipant participant = new WorkspaceSynchronizeParticipant(new WorkspaceScope()); Discouraged access: The type WorkspaceSynchronizeParticipant is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
40. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 197) public CVSCompareSubscriber createCompareSubscriber(IResource resource, CVSTag tag) { Discouraged access: The type CVSCompareSubscriber is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
41. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 197) public CVSCompareSubscriber createCompareSubscriber(IResource resource, CVSTag tag) { Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
42. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 198) CVSCompareSubscriber s = super.createCompareSubscriber(resource, tag); Discouraged access: The type CVSCompareSubscriber is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
43. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 199) SubscriberParticipant participant = new CompareParticipant(s); Discouraged access: The constructor CompareParticipant(CVSCompareSubscriber) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
44. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 199) SubscriberParticipant participant = new CompareParticipant(s); Discouraged access: The type CompareParticipant is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
45. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 210) if (node instanceof SyncInfoModelElement) { Discouraged access: The type SyncInfoModelElement is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
46. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 211) SyncInfoModelElement element = (SyncInfoModelElement)node; Discouraged access: The type SyncInfoModelElement is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
47. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 211) SyncInfoModelElement element = (SyncInfoModelElement)node; Discouraged access: The type SyncInfoModelElement is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
48. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 212) if (element.getResource().equals(resource)) { Discouraged access: The method getResource() from the type SyncInfoModelElement is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
49. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 213) return element.getSyncInfo(); Discouraged access: The method getSyncInfo() from the type SyncInfoModelElement is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
50. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 235) SubscriberParticipantPage page = getPage(subscriber); Discouraged access: The type SubscriberParticipantPage is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
51. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 236) return ((TreeViewerAdvisor)page.getViewerAdvisor()).getModelManager().getModelRoot(); Discouraged access: The method getModelManager() from the type TreeViewerAdvisor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
52. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 236) return ((TreeViewerAdvisor)page.getViewerAdvisor()).getModelManager().getModelRoot(); Discouraged access: The method getModelRoot() from the type SynchronizeModelManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
53. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 236) return ((TreeViewerAdvisor)page.getViewerAdvisor()).getModelManager().getModelRoot(); Discouraged access: The type TreeViewerAdvisor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
54. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 236) return ((TreeViewerAdvisor)page.getViewerAdvisor()).getModelManager().getModelRoot(); Discouraged access: The method getViewerAdvisor() from the type AbstractSynchronizePage is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
55. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 240) SubscriberParticipantPage page = getPage(subscriber); Discouraged access: The type SubscriberParticipantPage is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
56. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 241) Viewer v = page.getViewer(); Discouraged access: The method getViewer() from the type AbstractSynchronizePage is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
57. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 251) private static SubscriberParticipantPage getPage(Subscriber subscriber) { Discouraged access: The type SubscriberParticipantPage is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
58. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 256) IWorkbenchPage activePage = TeamUIPlugin.getActivePage(); Discouraged access: The type TeamUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
59. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 256) IWorkbenchPage activePage = TeamUIPlugin.getActivePage(); Discouraged access: The method getActivePage() from the type TeamUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
60. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 258) IPage page = ((SynchronizeView)view).getPage(participant); Discouraged access: The method getPage(ISynchronizeParticipant) from the type SynchronizeView is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
61. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 258) IPage page = ((SynchronizeView)view).getPage(participant); Discouraged access: The type SynchronizeView is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
62. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 259) if (page instanceof SubscriberParticipantPage) { Discouraged access: The type SubscriberParticipantPage is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
63. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 260) SubscriberParticipantPage subscriberPage = (SubscriberParticipantPage)page; Discouraged access: The type SubscriberParticipantPage is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
64. WARNING in /src/org/eclipse/team/tests/ccvs/ui/SubscriberParticipantSyncInfoSource.java (at line 260) SubscriberParticipantPage subscriberPage = (SubscriberParticipantPage)page; Discouraged access: The type SubscriberParticipantPage is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 26) import org.eclipse.team.internal.ccvs.core.CVSException; Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 27) import org.eclipse.team.internal.ccvs.core.ICVSFile; Discouraged access: The type ICVSFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 28) import org.eclipse.team.internal.ccvs.core.ICVSFolder; Discouraged access: The type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 29) import org.eclipse.team.internal.ccvs.core.ICVSRepositoryLocation; Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 30) import org.eclipse.team.internal.ccvs.core.ICVSResource; Discouraged access: The type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
6. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 31) import org.eclipse.team.internal.ccvs.core.resources.CVSWorkspaceRoot; Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
7. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 32) import org.eclipse.team.internal.ccvs.core.syncinfo.ResourceSyncInfo; Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
8. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 53) private ICVSFolder referenceRoot; Discouraged access: The type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
9. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 55) private ICVSFolder eclipseRoot; Discouraged access: The type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
10. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 74) referenceRoot = CVSWorkspaceRoot.getCVSFolderFor(referenceProject); Discouraged access: The method getCVSFolderFor(IContainer) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
11. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 74) referenceRoot = CVSWorkspaceRoot.getCVSFolderFor(referenceProject); Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
12. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 80) eclipseRoot = CVSWorkspaceRoot.getCVSFolderFor(eclipseProject); Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
13. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 80) eclipseRoot = CVSWorkspaceRoot.getCVSFolderFor(eclipseProject); Discouraged access: The method getCVSFolderFor(IContainer) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
14. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 101) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
15. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 110) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
16. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 121) String pathRelativeToRoot) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
17. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 137) private boolean execute(ICVSClient client, ICVSRepositoryLocation repositoryLocation, Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
18. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 140) String pathRelativeToRoot) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
19. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 148) } catch (CVSException e) { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
20. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 158) public void magicDeleteRemote(String remoteName) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
21. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 173) throws IOException, CoreException, CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
22. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 182) throws IOException, CoreException, CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
23. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 193) EclipseCVSClient.execute(CompatibleTestSetup.referenceClientRepository, CVSWorkspaceRoot.getCVSFolderFor(projectRoot), Discouraged access: The method getCVSFolderFor(IContainer) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
24. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 193) EclipseCVSClient.execute(CompatibleTestSetup.referenceClientRepository, CVSWorkspaceRoot.getCVSFolderFor(projectRoot), Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
25. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 197) EclipseCVSClient.execute(CompatibleTestSetup.eclipseClientRepository, CVSWorkspaceRoot.getCVSFolderFor(projectRoot), Discouraged access: The method getCVSFolderFor(IContainer) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
26. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 197) EclipseCVSClient.execute(CompatibleTestSetup.eclipseClientRepository, CVSWorkspaceRoot.getCVSFolderFor(projectRoot), Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
27. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 323) public void assertConsistent() throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
28. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 334) public static void assertEquals(ICVSResource mResource1, Discouraged access: The type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
29. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 335) ICVSResource mResource2) Discouraged access: The type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
30. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 336) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
31. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 338) assertEquals(mResource1.isFolder(), mResource2.isFolder()); Discouraged access: The method isFolder() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
32. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 338) assertEquals(mResource1.isFolder(), mResource2.isFolder()); Discouraged access: The method isFolder() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
33. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 339) assertEquals(mResource1.isManaged() , mResource2.isManaged()); Discouraged access: The method isManaged() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
34. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 339) assertEquals(mResource1.isManaged() , mResource2.isManaged()); Discouraged access: The method isManaged() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
35. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 340) assertEquals(mResource1.exists(), mResource2.exists()); Discouraged access: The method exists() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
36. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 340) assertEquals(mResource1.exists(), mResource2.exists()); Discouraged access: The method exists() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
37. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 342) if (!mResource1.exists()) { Discouraged access: The method exists() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
38. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 346) if (mResource1.isFolder()) { Discouraged access: The method isFolder() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
39. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 347) assertEquals((ICVSFolder)mResource1,(ICVSFolder)mResource2); Discouraged access: The type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
40. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 347) assertEquals((ICVSFolder)mResource1,(ICVSFolder)mResource2); Discouraged access: The type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
41. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 349) assertEquals((ICVSFile)mResource1,(ICVSFile)mResource2); Discouraged access: The type ICVSFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
42. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 349) assertEquals((ICVSFile)mResource1,(ICVSFile)mResource2); Discouraged access: The type ICVSFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
43. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 357) private static void assertEquals(ICVSFile mFile1, ICVSFile mFile2) throws CVSException { Discouraged access: The type ICVSFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
44. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 357) private static void assertEquals(ICVSFile mFile1, ICVSFile mFile2) throws CVSException { Discouraged access: The type ICVSFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
45. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 357) private static void assertEquals(ICVSFile mFile1, ICVSFile mFile2) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
46. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 359) if (mFile1.getName().equals(".project")) return; Discouraged access: The method getName() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
47. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 362) assertEquals(mFile1.isReadOnly(), mFile2.isReadOnly()); Discouraged access: The method isReadOnly() from the type ICVSFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
48. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 362) assertEquals(mFile1.isReadOnly(), mFile2.isReadOnly()); Discouraged access: The method isReadOnly() from the type ICVSFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
49. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 366) InputStream in1 = mFile1.getContents(); Discouraged access: The method getContents() from the type ICVSStorage is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
50. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 367) InputStream in2 = mFile2.getContents(); Discouraged access: The method getContents() from the type ICVSStorage is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
51. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 368) byte[] buffer1 = new byte[(int)mFile1.getSize()]; Discouraged access: The method getSize() from the type ICVSStorage is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
52. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 369) byte[] buffer2 = new byte[(int)mFile2.getSize()]; Discouraged access: The method getSize() from the type ICVSStorage is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
53. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 376) assertEquals("Length differs for file " + mFile1.getName(), buffer1.length, buffer2.length); Discouraged access: The method getName() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
54. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 377) assertEquals("Contents differs for file " + mFile1.getName(), new String(buffer1),new String(buffer2)); Discouraged access: The method getName() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
55. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 379) throw new CVSException("Error in TestCase"); Discouraged access: The constructor CVSException(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
56. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 379) throw new CVSException("Error in TestCase"); Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
57. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 386) assertEquals(mFile1.getSyncInfo() == null,mFile2.getSyncInfo() == null); Discouraged access: The method getSyncInfo() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
58. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 386) assertEquals(mFile1.getSyncInfo() == null,mFile2.getSyncInfo() == null); Discouraged access: The method getSyncInfo() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
59. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 387) if (mFile1.getSyncInfo() == null) { Discouraged access: The method getSyncInfo() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
60. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 391) ResourceSyncInfo info1 = mFile1.getSyncInfo(); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
61. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 391) ResourceSyncInfo info1 = mFile1.getSyncInfo(); Discouraged access: The method getSyncInfo() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
62. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 392) ResourceSyncInfo info2 = mFile2.getSyncInfo(); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
63. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 392) ResourceSyncInfo info2 = mFile2.getSyncInfo(); Discouraged access: The method getSyncInfo() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
64. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 394) assertEquals(info1.getKeywordMode(), info2.getKeywordMode()); Discouraged access: The method getKeywordMode() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
65. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 394) assertEquals(info1.getKeywordMode(), info2.getKeywordMode()); Discouraged access: The method getKeywordMode() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
66. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 395) assertEquals(info1.getTag(), info2.getTag()); Discouraged access: The method getTag() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
67. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 395) assertEquals(info1.getTag(), info2.getTag()); Discouraged access: The method getTag() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
68. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 396) assertEquals(info1.getName(), info2.getName()); Discouraged access: The method getName() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
69. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 396) assertEquals(info1.getName(), info2.getName()); Discouraged access: The method getName() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
70. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 397) assertEquals(info1.getRevision(), info2.getRevision()); Discouraged access: The method getRevision() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
71. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 397) assertEquals(info1.getRevision(), info2.getRevision()); Discouraged access: The method getRevision() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
72. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 399) assertEquals(info1.isDeleted(), info2.isDeleted()); Discouraged access: The method isDeleted() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
73. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 399) assertEquals(info1.isDeleted(), info2.isDeleted()); Discouraged access: The method isDeleted() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
74. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 400) assertEquals(info1.isAdded(), info2.isAdded()); Discouraged access: The method isAdded() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
75. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 400) assertEquals(info1.isAdded(), info2.isAdded()); Discouraged access: The method isAdded() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
76. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 401) assertEquals(info1.isMerged(), info2.isMerged()); Discouraged access: The method isMerged() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
77. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 401) assertEquals(info1.isMerged(), info2.isMerged()); Discouraged access: The method isMerged() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
78. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 402) assertEquals(info1.isMergedWithConflicts(), info2.isMergedWithConflicts()); Discouraged access: The method isMergedWithConflicts() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
79. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 402) assertEquals(info1.isMergedWithConflicts(), info2.isMergedWithConflicts()); Discouraged access: The method isMergedWithConflicts() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
80. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 417) private static void assertEquals(ICVSFolder mFolder1, Discouraged access: The type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
81. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 418) ICVSFolder mFolder2) Discouraged access: The type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
82. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 419) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
83. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 421) assertEquals(mFolder1.isCVSFolder(),mFolder2.isCVSFolder()); Discouraged access: The method isCVSFolder() from the type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
84. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 421) assertEquals(mFolder1.isCVSFolder(),mFolder2.isCVSFolder()); Discouraged access: The method isCVSFolder() from the type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
85. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 423) if (mFolder1.isCVSFolder()) { Discouraged access: The method isCVSFolder() from the type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
86. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 424) String root1 = removePassword(mFolder1.getFolderSyncInfo().getRoot()); Discouraged access: The method getRoot() from the type FolderSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
87. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 424) String root1 = removePassword(mFolder1.getFolderSyncInfo().getRoot()); Discouraged access: The method getFolderSyncInfo() from the type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
88. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 425) String root2 = removePassword(mFolder2.getFolderSyncInfo().getRoot()); Discouraged access: The method getRoot() from the type FolderSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
89. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 425) String root2 = removePassword(mFolder2.getFolderSyncInfo().getRoot()); Discouraged access: The method getFolderSyncInfo() from the type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
90. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 430) assertEquals(mFolder1.getFolderSyncInfo().getRepository(),mFolder2.getFolderSyncInfo().getRepository()); Discouraged access: The method getFolderSyncInfo() from the type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
91. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 430) assertEquals(mFolder1.getFolderSyncInfo().getRepository(),mFolder2.getFolderSyncInfo().getRepository()); Discouraged access: The method getRepository() from the type FolderSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
92. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 430) assertEquals(mFolder1.getFolderSyncInfo().getRepository(),mFolder2.getFolderSyncInfo().getRepository()); Discouraged access: The method getFolderSyncInfo() from the type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
93. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 430) assertEquals(mFolder1.getFolderSyncInfo().getRepository(),mFolder2.getFolderSyncInfo().getRepository()); Discouraged access: The method getRepository() from the type FolderSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
94. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 431) assertEquals(mFolder1.getFolderSyncInfo().getIsStatic(),mFolder2.getFolderSyncInfo().getIsStatic()); Discouraged access: The method getFolderSyncInfo() from the type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
95. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 431) assertEquals(mFolder1.getFolderSyncInfo().getIsStatic(),mFolder2.getFolderSyncInfo().getIsStatic()); Discouraged access: The method getIsStatic() from the type FolderSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
96. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 431) assertEquals(mFolder1.getFolderSyncInfo().getIsStatic(),mFolder2.getFolderSyncInfo().getIsStatic()); Discouraged access: The method getFolderSyncInfo() from the type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
97. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 431) assertEquals(mFolder1.getFolderSyncInfo().getIsStatic(),mFolder2.getFolderSyncInfo().getIsStatic()); Discouraged access: The method getIsStatic() from the type FolderSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
98. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 432) assertEquals(mFolder1.getFolderSyncInfo().getTag(),mFolder2.getFolderSyncInfo().getTag()); Discouraged access: The method getFolderSyncInfo() from the type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
99. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 432) assertEquals(mFolder1.getFolderSyncInfo().getTag(),mFolder2.getFolderSyncInfo().getTag()); Discouraged access: The method getFolderSyncInfo() from the type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
100. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/SameResultEnv.java (at line 432) assertEquals(mFolder1.getFolderSyncInfo().getTag(),mFolder2.getFolderSyncInfo().getTag()); Discouraged access: The method getTag() from the type FolderSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 28) import org.eclipse.team.internal.ccvs.core.CVSTag; Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 29) import org.eclipse.team.internal.ccvs.ui.CVSUIPlugin; Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 58) ChangeSetDiffNode[] nodes = getCheckedInChangeSetNodes(root); Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 63) ChangeSetDiffNode node = getCommitSetFor(root, message); Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 75) private void assertNodesInViewer(Subscriber workspaceSubscriber, ChangeSetDiffNode[] nodes) throws PartInitException { Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
6. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 77) SubscriberParticipantPage page = (SubscriberParticipantPage)SubscriberParticipantSyncInfoSource.getSyncViewPage(participant); Discouraged access: The type SubscriberParticipantPage is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
7. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 77) SubscriberParticipantPage page = (SubscriberParticipantPage)SubscriberParticipantSyncInfoSource.getSyncViewPage(participant); Discouraged access: The type SubscriberParticipantPage is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
8. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 78) TreeViewer viewer = (TreeViewer)page.getViewer(); Discouraged access: The method getViewer() from the type AbstractSynchronizePage is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
9. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 96) private ChangeSetDiffNode[] getCheckedInChangeSetNodes(ISynchronizeModelElement root) { Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
10. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 101) if (element instanceof ChangeSetDiffNode) { Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
11. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 102) ChangeSetDiffNode node = (ChangeSetDiffNode)element; Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
12. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 102) ChangeSetDiffNode node = (ChangeSetDiffNode)element; Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
13. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 103) if (node.getSet() instanceof CheckedInChangeSet) { Discouraged access: The method getSet() from the type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
14. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 103) if (node.getSet() instanceof CheckedInChangeSet) { Discouraged access: The type CheckedInChangeSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
15. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 108) return (ChangeSetDiffNode[]) result.toArray(new ChangeSetDiffNode[result.size()]); Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
16. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 108) return (ChangeSetDiffNode[]) result.toArray(new ChangeSetDiffNode[result.size()]); Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
17. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 111) private ChangeSetDiffNode[] getActiveChangeSetNodes(ISynchronizeModelElement root) { Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
18. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 116) if (element instanceof ChangeSetDiffNode) { Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
19. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 117) ChangeSetDiffNode node = (ChangeSetDiffNode)element; Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
20. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 117) ChangeSetDiffNode node = (ChangeSetDiffNode)element; Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
21. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 118) if (node.getSet() instanceof ActiveChangeSet) { Discouraged access: The method getSet() from the type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
22. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 118) if (node.getSet() instanceof ActiveChangeSet) { Discouraged access: The type ActiveChangeSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
23. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 123) return (ChangeSetDiffNode[]) result.toArray(new ChangeSetDiffNode[result.size()]); Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
24. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 123) return (ChangeSetDiffNode[]) result.toArray(new ChangeSetDiffNode[result.size()]); Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
25. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 142) private ChangeSetDiffNode getCommitSetFor(ISynchronizeModelElement root, String message) { Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
26. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 146) if (element instanceof ChangeSetDiffNode) { Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
27. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 147) ChangeSetDiffNode node = (ChangeSetDiffNode)element; Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
28. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 147) ChangeSetDiffNode node = (ChangeSetDiffNode)element; Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
29. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 148) if (node.getSet().getComment().equals(message)) { Discouraged access: The method getSet() from the type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
30. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 148) if (node.getSet().getComment().equals(message)) { Discouraged access: The method getComment() from the type ChangeSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
31. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 162) SubscriberParticipantPage page = (SubscriberParticipantPage)SubscriberParticipantSyncInfoSource.getSyncViewPage(participant); Discouraged access: The type SubscriberParticipantPage is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
32. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 162) SubscriberParticipantPage page = (SubscriberParticipantPage)SubscriberParticipantSyncInfoSource.getSyncViewPage(participant); Discouraged access: The type SubscriberParticipantPage is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
33. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 163) ChangeSetModelManager manager = (ChangeSetModelManager)page.getConfiguration().getProperty(SynchronizePageConfiguration.P_MODEL_MANAGER); Discouraged access: The type ChangeSetModelManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
34. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 163) ChangeSetModelManager manager = (ChangeSetModelManager)page.getConfiguration().getProperty(SynchronizePageConfiguration.P_MODEL_MANAGER); Discouraged access: The type ChangeSetModelManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
35. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 163) ChangeSetModelManager manager = (ChangeSetModelManager)page.getConfiguration().getProperty(SynchronizePageConfiguration.P_MODEL_MANAGER); Discouraged access: The method getConfiguration() from the type AbstractSynchronizePage is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
36. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 163) ChangeSetModelManager manager = (ChangeSetModelManager)page.getConfiguration().getProperty(SynchronizePageConfiguration.P_MODEL_MANAGER); Discouraged access: The type SynchronizePageConfiguration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
37. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 163) ChangeSetModelManager manager = (ChangeSetModelManager)page.getConfiguration().getProperty(SynchronizePageConfiguration.P_MODEL_MANAGER); Discouraged access: The field P_MODEL_MANAGER from the type SynchronizePageConfiguration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
38. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 164) manager.setCommitSetsEnabled(true); Discouraged access: The method setCommitSetsEnabled(boolean) from the type ChangeSetModelManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
39. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 165) page.getConfiguration().setMode(ISynchronizePageConfiguration.BOTH_MODE); Discouraged access: The method getConfiguration() from the type AbstractSynchronizePage is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
40. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 171) SubscriberParticipantPage page = (SubscriberParticipantPage)SubscriberParticipantSyncInfoSource.getSyncViewPage(participant); Discouraged access: The type SubscriberParticipantPage is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
41. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 171) SubscriberParticipantPage page = (SubscriberParticipantPage)SubscriberParticipantSyncInfoSource.getSyncViewPage(participant); Discouraged access: The type SubscriberParticipantPage is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
42. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 172) page.getConfiguration().setMode(ISynchronizePageConfiguration.INCOMING_MODE); Discouraged access: The method getConfiguration() from the type AbstractSynchronizePage is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
43. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 178) SubscriberParticipantPage page = (SubscriberParticipantPage)SubscriberParticipantSyncInfoSource.getSyncViewPage(participant); Discouraged access: The type SubscriberParticipantPage is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
44. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 178) SubscriberParticipantPage page = (SubscriberParticipantPage)SubscriberParticipantSyncInfoSource.getSyncViewPage(participant); Discouraged access: The type SubscriberParticipantPage is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
45. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 179) page.getConfiguration().setMode(ISynchronizePageConfiguration.OUTGOING_MODE); Discouraged access: The method getConfiguration() from the type AbstractSynchronizePage is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
46. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 208) ChangeSetCapability capability = ((IChangeSetProvider)participant).getChangeSetCapability(); Discouraged access: The type ChangeSetCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
47. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 208) ChangeSetCapability capability = ((IChangeSetProvider)participant).getChangeSetCapability(); Discouraged access: The method getChangeSetCapability() from the type IChangeSetProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
48. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 208) ChangeSetCapability capability = ((IChangeSetProvider)participant).getChangeSetCapability(); Discouraged access: The type IChangeSetProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
49. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 209) SubscriberChangeSetManager activeManager = (SubscriberChangeSetManager)capability.getActiveChangeSetManager(); Discouraged access: The type SubscriberChangeSetManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
50. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 209) SubscriberChangeSetManager activeManager = (SubscriberChangeSetManager)capability.getActiveChangeSetManager(); Discouraged access: The type SubscriberChangeSetManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
51. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 209) SubscriberChangeSetManager activeManager = (SubscriberChangeSetManager)capability.getActiveChangeSetManager(); Discouraged access: The method getActiveChangeSetManager() from the type ChangeSetCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
52. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 210) activeManager.waitUntilDone(eventLoopProgressMonitor); Discouraged access: The method waitUntilDone(IProgressMonitor) from the type SubscriberChangeSetManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
53. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 211) SubscriberParticipantPage page = (SubscriberParticipantPage)SubscriberParticipantSyncInfoSource.getSyncViewPage(participant); Discouraged access: The type SubscriberParticipantPage is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
54. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 211) SubscriberParticipantPage page = (SubscriberParticipantPage)SubscriberParticipantSyncInfoSource.getSyncViewPage(participant); Discouraged access: The type SubscriberParticipantPage is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
55. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 212) ChangeSetModelManager manager = (ChangeSetModelManager)page.getConfiguration().getProperty(SynchronizePageConfiguration.P_MODEL_MANAGER); Discouraged access: The type ChangeSetModelManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
56. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 212) ChangeSetModelManager manager = (ChangeSetModelManager)page.getConfiguration().getProperty(SynchronizePageConfiguration.P_MODEL_MANAGER); Discouraged access: The type ChangeSetModelManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
57. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 212) ChangeSetModelManager manager = (ChangeSetModelManager)page.getConfiguration().getProperty(SynchronizePageConfiguration.P_MODEL_MANAGER); Discouraged access: The method getConfiguration() from the type AbstractSynchronizePage is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
58. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 212) ChangeSetModelManager manager = (ChangeSetModelManager)page.getConfiguration().getProperty(SynchronizePageConfiguration.P_MODEL_MANAGER); Discouraged access: The type SynchronizePageConfiguration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
59. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 212) ChangeSetModelManager manager = (ChangeSetModelManager)page.getConfiguration().getProperty(SynchronizePageConfiguration.P_MODEL_MANAGER); Discouraged access: The field P_MODEL_MANAGER from the type SynchronizePageConfiguration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
60. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 213) AbstractSynchronizeModelProvider provider = (AbstractSynchronizeModelProvider)manager.getActiveModelProvider(); Discouraged access: The type AbstractSynchronizeModelProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
61. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 213) AbstractSynchronizeModelProvider provider = (AbstractSynchronizeModelProvider)manager.getActiveModelProvider(); Discouraged access: The type AbstractSynchronizeModelProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
62. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 213) AbstractSynchronizeModelProvider provider = (AbstractSynchronizeModelProvider)manager.getActiveModelProvider(); Discouraged access: The method getActiveModelProvider() from the type ChangeSetModelManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
63. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 214) provider.waitUntilDone(eventLoopProgressMonitor); Discouraged access: The method waitUntilDone(IProgressMonitor) from the type AbstractSynchronizeModelProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
64. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 215) return provider.getModelRoot(); Discouraged access: The method getModelRoot() from the type AbstractSynchronizeModelProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
65. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 218) private ActiveChangeSetManager getActiveChangeSetManager() { Discouraged access: The type ActiveChangeSetManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
66. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 219) return CVSUIPlugin.getPlugin().getChangeSetManager(); Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
67. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 219) return CVSUIPlugin.getPlugin().getChangeSetManager(); Discouraged access: The method getPlugin() from the type CVSUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
68. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 219) return CVSUIPlugin.getPlugin().getChangeSetManager(); Discouraged access: The method getChangeSetManager() from the type CVSUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
69. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 226) private void assertInActiveSet(IResource[] resources, ActiveChangeSet set) throws CoreException { Discouraged access: The type ActiveChangeSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
70. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 227) assertResourcesAreTheSame(resources, set.getResources(), true); Discouraged access: The method getResources() from the type DiffChangeSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
71. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 228) ISynchronizeModelElement root = getModelRoot(((SubscriberChangeSetManager)getActiveChangeSetManager()).getSubscriber()); Discouraged access: The method getSubscriber() from the type SubscriberChangeSetManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
72. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 228) ISynchronizeModelElement root = getModelRoot(((SubscriberChangeSetManager)getActiveChangeSetManager()).getSubscriber()); Discouraged access: The type SubscriberChangeSetManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
73. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 229) ChangeSetDiffNode node = getChangeSetNodeFor(root, set); Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
74. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 230) assertNotNull("Change set " + set.getTitle() + " did not appear in the sync view", node); Discouraged access: The method getTitle() from the type ActiveChangeSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
75. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 234) ChangeSet[] sets = getActiveChangeSetManager().getSets(); Discouraged access: The type ChangeSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
76. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 234) ChangeSet[] sets = getActiveChangeSetManager().getSets(); Discouraged access: The method getSets() from the type ChangeSetManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
77. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 236) ChangeSet changeSet = sets[i]; Discouraged access: The type ChangeSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
78. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 238) assertNotNull("The node for set " + set.getName() + " is not in the view", node); Discouraged access: The method getName() from the type ChangeSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
79. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 241) ChangeSetDiffNode[] nodes = getActiveChangeSetNodes(root); Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
80. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 245) private ChangeSetDiffNode getChangeSetNodeFor(ISynchronizeModelElement root, ChangeSet set) { Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
81. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 245) private ChangeSetDiffNode getChangeSetNodeFor(ISynchronizeModelElement root, ChangeSet set) { Discouraged access: The type ChangeSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
82. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 249) if (element instanceof ChangeSetDiffNode) { Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
83. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 250) ChangeSetDiffNode node = (ChangeSetDiffNode)element; Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
84. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 250) ChangeSetDiffNode node = (ChangeSetDiffNode)element; Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
85. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 251) if (node.getSet() == set) { Discouraged access: The method getSet() from the type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
86. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 331) ISynchronizeModelElement[] nodes = getNonChangeSetRoots(getModelRoot(((SubscriberChangeSetManager)getActiveChangeSetManager()).getSubscriber())); Discouraged access: The method getSubscriber() from the type SubscriberChangeSetManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
87. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 331) ISynchronizeModelElement[] nodes = getNonChangeSetRoots(getModelRoot(((SubscriberChangeSetManager)getActiveChangeSetManager()).getSubscriber())); Discouraged access: The type SubscriberChangeSetManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
88. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 350) if (!(element instanceof ChangeSetDiffNode)) { Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
89. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 363) IProject copy = checkoutCopy(project, CVSTag.DEFAULT); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
90. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 363) IProject copy = checkoutCopy(project, CVSTag.DEFAULT); Discouraged access: The field DEFAULT from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
91. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 407) ActiveChangeSetManager manager = getActiveChangeSetManager(); Discouraged access: The type ActiveChangeSetManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
92. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 408) ActiveChangeSet set = manager.createSet("test", new IDiff[0]); Discouraged access: The type ActiveChangeSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
93. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 408) ActiveChangeSet set = manager.createSet("test", new IDiff[0]); Discouraged access: The method createSet(String, IDiff[]) from the type ActiveChangeSetManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
94. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 409) manager.add(set); Discouraged access: The method add(ChangeSet) from the type ActiveChangeSetManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
95. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 413) set.add(new IResource[] { newFile }); Discouraged access: The method add(IResource[]) from the type ActiveChangeSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
96. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSChangeSetTests.java (at line 417) set.add(new IResource[] { newFolder }); Discouraged access: The method add(IResource[]) from the type ActiveChangeSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncSetTests.java (at line 24) import org.eclipse.team.internal.core.subscribers.SubscriberSyncInfoSet; Discouraged access: The type SubscriberSyncInfoSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncSetTests.java (at line 73) final SubscriberSyncInfoSet set = new SubscriberSyncInfoSet(null); Discouraged access: The type SubscriberSyncInfoSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncSetTests.java (at line 73) final SubscriberSyncInfoSet set = new SubscriberSyncInfoSet(null); Discouraged access: The constructor SubscriberSyncInfoSet(SubscriberEventHandler) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncSetTests.java (at line 73) final SubscriberSyncInfoSet set = new SubscriberSyncInfoSet(null); Discouraged access: The type SubscriberSyncInfoSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/ui/benchmark/BenchmarkUtils.java (at line 44) import org.eclipse.team.internal.ccvs.core.CVSStatus; Discouraged access: The type CVSStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/ui/benchmark/BenchmarkUtils.java (at line 114) if (findStatusByCode(status, CVSStatus.FOLDER_NEEDED_FOR_FILE_DELETIONS) == null) { Discouraged access: The type CVSStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/ui/benchmark/BenchmarkUtils.java (at line 114) if (findStatusByCode(status, CVSStatus.FOLDER_NEEDED_FOR_FILE_DELETIONS) == null) { Discouraged access: The field FOLDER_NEEDED_FOR_FILE_DELETIONS from the type CVSStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/ui/benchmark/BenchmarkUtils.java (at line 205) if (findStatusByCode(status, CVSStatus.FOLDER_NEEDED_FOR_FILE_DELETIONS) == null) { Discouraged access: The type CVSStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/ui/benchmark/BenchmarkUtils.java (at line 205) if (findStatusByCode(status, CVSStatus.FOLDER_NEEDED_FOR_FILE_DELETIONS) == null) { Discouraged access: The field FOLDER_NEEDED_FOR_FILE_DELETIONS from the type CVSStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 27) import org.eclipse.core.internal.resources.mapping.SimpleResourceMapping; Discouraged access: The type SimpleResourceMapping is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 53) import org.eclipse.team.internal.ccvs.core.CVSException; Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 54) import org.eclipse.team.internal.ccvs.core.CVSProviderPlugin; Discouraged access: The type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 55) import org.eclipse.team.internal.ccvs.core.CVSTag; Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 56) import org.eclipse.team.internal.ccvs.core.ICVSFile; Discouraged access: The type ICVSFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
6. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 57) import org.eclipse.team.internal.ccvs.core.ICVSFolder; Discouraged access: The type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
7. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 58) import org.eclipse.team.internal.ccvs.core.ICVSRemoteFile; Discouraged access: The type ICVSRemoteFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
8. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 59) import org.eclipse.team.internal.ccvs.core.ICVSResource; Discouraged access: The type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
9. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 60) import org.eclipse.team.internal.ccvs.core.client.Command.LocalOption; Discouraged access: The type Command.LocalOption is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
10. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 61) import org.eclipse.team.internal.ccvs.core.connection.CVSCommunicationException; Discouraged access: The type CVSCommunicationException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
11. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 62) import org.eclipse.team.internal.ccvs.core.resources.RemoteFolderTree; Discouraged access: The type RemoteFolderTree is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
12. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 63) import org.eclipse.team.internal.ccvs.core.resources.RemoteFolderTreeBuilder; Discouraged access: The type RemoteFolderTreeBuilder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
13. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 64) import org.eclipse.team.internal.ccvs.core.syncinfo.ResourceSyncInfo; Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
14. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 65) import org.eclipse.team.internal.ccvs.ui.operations.CacheBaseContentsOperation; Discouraged access: The type CacheBaseContentsOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
15. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 66) import org.eclipse.team.internal.ccvs.ui.operations.CacheRemoteContentsOperation; Discouraged access: The type CacheRemoteContentsOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
16. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 67) import org.eclipse.team.internal.core.ResourceVariantCache; Discouraged access: The type ResourceVariantCache is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
17. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 68) import org.eclipse.team.internal.core.ResourceVariantCacheEntry; Discouraged access: The type ResourceVariantCacheEntry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
18. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 69) import org.eclipse.team.internal.core.mapping.SyncInfoToDiffConverter; Discouraged access: The type SyncInfoToDiffConverter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
19. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 98) protected void update(ResourceMapping mapper, LocalOption[] options) throws Exception { Discouraged access: The type Command.LocalOption is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
20. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 132) protected void tag(ResourceMapping mapping, CVSTag tag) throws CoreException { Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
21. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 142) protected void branch(ResourceMapping mapping, CVSTag branch) throws CoreException, IOException { Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
22. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 143) CVSTag version = new CVSTag("Root_" + branch.getName(), CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
23. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 143) CVSTag version = new CVSTag("Root_" + branch.getName(), CVSTag.VERSION); Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
24. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 143) CVSTag version = new CVSTag("Root_" + branch.getName(), CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
25. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 143) CVSTag version = new CVSTag("Root_" + branch.getName(), CVSTag.VERSION); Discouraged access: The method getName() from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
26. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 143) CVSTag version = new CVSTag("Root_" + branch.getName(), CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
27. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 143) CVSTag version = new CVSTag("Root_" + branch.getName(), CVSTag.VERSION); Discouraged access: The field VERSION from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
28. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 165) ICVSResource cvsResource = getCVSResource(resource); Discouraged access: The type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
29. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 167) (cvsResource.isManaged() Discouraged access: The method isManaged() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
30. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 168) || (cvsResource.isFolder() Discouraged access: The method isFolder() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
31. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 169) && ((ICVSFolder)cvsResource).isCVSFolder()))); Discouraged access: The method isCVSFolder() from the type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
32. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 169) && ((ICVSFolder)cvsResource).isCVSFolder()))); Discouraged access: The type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
33. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 178) ICVSResource cvsResource = getCVSResource(info.getLocal()); Discouraged access: The type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
34. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 179) assertTrue("Resource was added but should not have been: " + info.getLocal().getFullPath(), !cvsResource.isManaged()); Discouraged access: The method isManaged() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
35. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 187) private void assertBranched(ResourceMapping mapping, CVSTag branch) throws CoreException, IOException { Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
36. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 195) ICVSRemoteFile remote = (ICVSRemoteFile)remotes.get(key); Discouraged access: The type ICVSRemoteFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
37. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 195) ICVSRemoteFile remote = (ICVSRemoteFile)remotes.get(key); Discouraged access: The type ICVSRemoteFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
38. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 196) ICVSFile local = (ICVSFile)locals.get(key); Discouraged access: The type ICVSFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
39. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 196) ICVSFile local = (ICVSFile)locals.get(key); Discouraged access: The type ICVSFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
40. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 197) assertNotNull("Remotely tagged resource was not tagged locally: " + remote.getRepositoryRelativePath(), local); Discouraged access: The method getRepositoryRelativePath() from the type ICVSRemoteResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
41. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 198) assertEquals(local.getIResource().getParent().getFullPath(), remote, local, false, false /* include tags */); Discouraged access: The method getIResource() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
42. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 199) assertEquals("Remotely tagged resource was not tagged locally: " + remote.getRepositoryRelativePath(), branch, local.getSyncInfo().getTag()); Discouraged access: The method getRepositoryRelativePath() from the type ICVSRemoteResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
43. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 199) assertEquals("Remotely tagged resource was not tagged locally: " + remote.getRepositoryRelativePath(), branch, local.getSyncInfo().getTag()); Discouraged access: The method getSyncInfo() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
44. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 199) assertEquals("Remotely tagged resource was not tagged locally: " + remote.getRepositoryRelativePath(), branch, local.getSyncInfo().getTag()); Discouraged access: The method getTag() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
45. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 215) private void assertTagged(ResourceMapping mapping, final CVSTag tag) throws CoreException { Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
46. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 221) ICVSRemoteFile file = popRemote(resource, tagged); Discouraged access: The type ICVSRemoteFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
47. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 235) private Map getTaggedLocalFilesByPath(ResourceMapping mapping, final CVSTag branch) throws CoreException { Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
48. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 243) ICVSFile file = (ICVSFile)getCVSResource(resource); Discouraged access: The type ICVSFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
49. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 243) ICVSFile file = (ICVSFile)getCVSResource(resource); Discouraged access: The type ICVSFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
50. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 244) ResourceSyncInfo info = file.getSyncInfo(); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
51. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 244) ResourceSyncInfo info = file.getSyncInfo(); Discouraged access: The method getSyncInfo() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
52. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 245) if (info != null && info.getTag() != null && info.getTag().equals(branch)) { Discouraged access: The method getTag() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
53. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 245) if (info != null && info.getTag() != null && info.getTag().equals(branch)) { Discouraged access: The method equals(Object) from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
54. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 245) if (info != null && info.getTag() != null && info.getTag().equals(branch)) { Discouraged access: The method getTag() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
55. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 246) tagged.put(file.getRepositoryRelativePath(), file); Discouraged access: The method getRepositoryRelativePath() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
56. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 256) private Map getTaggedRemoteFilesByPath(ResourceMapping mapping, final CVSTag tag) throws CVSException { Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
57. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 256) private Map getTaggedRemoteFilesByPath(ResourceMapping mapping, final CVSTag tag) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
58. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 258) ICVSResource[] remotes = getRemoteTrees(projects, tag); Discouraged access: The type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
59. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 263) private ICVSResource[] getRemoteTrees(IProject[] projects, CVSTag tag) throws CVSException { Discouraged access: The type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
60. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 263) private ICVSResource[] getRemoteTrees(IProject[] projects, CVSTag tag) throws CVSException { Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
61. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 263) private ICVSResource[] getRemoteTrees(IProject[] projects, CVSTag tag) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
62. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 267) RemoteFolderTree tree = RemoteFolderTreeBuilder.buildRemoteTree(getRepository(), project, tag, DEFAULT_MONITOR); Discouraged access: The type RemoteFolderTree is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
63. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 267) RemoteFolderTree tree = RemoteFolderTreeBuilder.buildRemoteTree(getRepository(), project, tag, DEFAULT_MONITOR); Discouraged access: The type RemoteFolderTreeBuilder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
64. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 267) RemoteFolderTree tree = RemoteFolderTreeBuilder.buildRemoteTree(getRepository(), project, tag, DEFAULT_MONITOR); Discouraged access: The method buildRemoteTree(CVSRepositoryLocation, IContainer, CVSTag, IProgressMonitor) from the type RemoteFolderTreeBuilder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
65. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 270) return (ICVSResource[]) result.toArray(new ICVSResource[result.size()]); Discouraged access: The type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
66. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 270) return (ICVSResource[]) result.toArray(new ICVSResource[result.size()]); Discouraged access: The type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
67. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 273) private Map getFilesByPath(ICVSResource[] remotes) throws CVSException { Discouraged access: The type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
68. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 273) private Map getFilesByPath(ICVSResource[] remotes) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
69. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 276) ICVSResource resource = remotes[i]; Discouraged access: The type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
70. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 282) private void collectFiles(ICVSResource resource, Map result) throws CVSException { Discouraged access: The type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
71. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 282) private void collectFiles(ICVSResource resource, Map result) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
72. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 283) if (resource.isFolder()) { Discouraged access: The method isFolder() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
73. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 284) ICVSResource[] members = ((ICVSFolder)resource).members(ICVSFolder.ALL_EXISTING_MEMBERS); Discouraged access: The type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
74. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 284) ICVSResource[] members = ((ICVSFolder)resource).members(ICVSFolder.ALL_EXISTING_MEMBERS); Discouraged access: The method members(int) from the type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
75. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 284) ICVSResource[] members = ((ICVSFolder)resource).members(ICVSFolder.ALL_EXISTING_MEMBERS); Discouraged access: The type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
76. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 284) ICVSResource[] members = ((ICVSFolder)resource).members(ICVSFolder.ALL_EXISTING_MEMBERS); Discouraged access: The type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
77. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 284) ICVSResource[] members = ((ICVSFolder)resource).members(ICVSFolder.ALL_EXISTING_MEMBERS); Discouraged access: The field ALL_EXISTING_MEMBERS from the type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
78. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 286) ICVSResource member = members[i]; Discouraged access: The type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
79. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 290) result.put(resource.getRepositoryRelativePath(), resource); Discouraged access: The method getRepositoryRelativePath() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
80. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 294) private ICVSRemoteFile popRemote(IResource resource, Map tagged) throws CVSException { Discouraged access: The type ICVSRemoteFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
81. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 294) private ICVSRemoteFile popRemote(IResource resource, Map tagged) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
82. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 295) ICVSResource cvsResource = getCVSResource(resource); Discouraged access: The type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
83. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 296) ICVSRemoteFile remote = (ICVSRemoteFile)tagged.get(cvsResource.getRepositoryRelativePath()); Discouraged access: The type ICVSRemoteFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
84. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 296) ICVSRemoteFile remote = (ICVSRemoteFile)tagged.get(cvsResource.getRepositoryRelativePath()); Discouraged access: The type ICVSRemoteFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
85. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 296) ICVSRemoteFile remote = (ICVSRemoteFile)tagged.get(cvsResource.getRepositoryRelativePath()); Discouraged access: The method getRepositoryRelativePath() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
86. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 298) tagged.remove(remote.getRepositoryRelativePath()); Discouraged access: The method getRepositoryRelativePath() from the type ICVSRemoteResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
87. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 340) assertEquals(resource.getParent().getFullPath(), getCVSResource(resource), (ICVSResource)info.getRemote(), false, false); Discouraged access: The type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
88. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 341) } catch (CVSException e) { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
89. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 378) CVSProviderPlugin.getPlugin().getCVSWorkspaceSubscriber().refresh(set.getResources(), IResource.DEPTH_ZERO, DEFAULT_MONITOR); Discouraged access: The method getCVSWorkspaceSubscriber() from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
90. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 378) CVSProviderPlugin.getPlugin().getCVSWorkspaceSubscriber().refresh(set.getResources(), IResource.DEPTH_ZERO, DEFAULT_MONITOR); Discouraged access: The method getPlugin() from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
91. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 378) CVSProviderPlugin.getPlugin().getCVSWorkspaceSubscriber().refresh(set.getResources(), IResource.DEPTH_ZERO, DEFAULT_MONITOR); Discouraged access: The type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
92. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 392) return CVSProviderPlugin.getPlugin().getCVSWorkspaceSubscriber().getSyncInfo(local); Discouraged access: The method getCVSWorkspaceSubscriber() from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
93. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 392) return CVSProviderPlugin.getPlugin().getCVSWorkspaceSubscriber().getSyncInfo(local); Discouraged access: The method getSyncInfo(IResource) from the type CVSSyncTreeSubscriber is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
94. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 392) return CVSProviderPlugin.getPlugin().getCVSWorkspaceSubscriber().getSyncInfo(local); Discouraged access: The type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
95. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 392) return CVSProviderPlugin.getPlugin().getCVSWorkspaceSubscriber().getSyncInfo(local); Discouraged access: The method getPlugin() from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
96. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 396) CVSProviderPlugin.getPlugin().getCVSWorkspaceSubscriber().refresh(projects, IResource.DEPTH_INFINITE, DEFAULT_MONITOR); Discouraged access: The method getCVSWorkspaceSubscriber() from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
97. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 396) CVSProviderPlugin.getPlugin().getCVSWorkspaceSubscriber().refresh(projects, IResource.DEPTH_INFINITE, DEFAULT_MONITOR); Discouraged access: The method getPlugin() from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
98. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 396) CVSProviderPlugin.getPlugin().getCVSWorkspaceSubscriber().refresh(projects, IResource.DEPTH_INFINITE, DEFAULT_MONITOR); Discouraged access: The type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
99. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 416) ICVSResource resource = getCVSResource(info.getLocal()); Discouraged access: The type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
100. WARNING in /src/org/eclipse/team/tests/ccvs/core/mappings/ResourceMapperTests.java (at line 417) return !resource.isManaged(); Discouraged access: The method isManaged() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/core/ICVSClient.java (at line 14) import org.eclipse.team.internal.ccvs.core.CVSException; Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/core/ICVSClient.java (at line 15) import org.eclipse.team.internal.ccvs.core.ICVSRepositoryLocation; Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/core/ICVSClient.java (at line 19) ICVSRepositoryLocation repositoryLocation, IContainer localRoot, String command, Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/core/ICVSClient.java (at line 21) throws CVSException; Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestLogListener.java (at line 16) import org.eclipse.team.internal.ccvs.core.CVSException; Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestLogListener.java (at line 49) throw new CVSException(status); Discouraged access: The constructor CVSException(IStatus) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/core/CVSTestLogListener.java (at line 49) throw new CVSException(status); Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseFolderTest.java (at line 22) import org.eclipse.team.internal.ccvs.core.CVSException; Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseFolderTest.java (at line 23) import org.eclipse.team.internal.ccvs.core.ICVSFolder; Discouraged access: The type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseFolderTest.java (at line 24) import org.eclipse.team.internal.ccvs.core.ICVSResource; Discouraged access: The type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseFolderTest.java (at line 25) import org.eclipse.team.internal.ccvs.core.ICVSRunnable; Discouraged access: The type ICVSRunnable is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseFolderTest.java (at line 26) import org.eclipse.team.internal.ccvs.core.resources.CVSWorkspaceRoot; Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
6. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseFolderTest.java (at line 48) protected void assertChildrenHaveSync(IContainer root, final boolean hasSync) throws CoreException, CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
7. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseFolderTest.java (at line 52) ICVSResource cvsResource = CVSWorkspaceRoot.getCVSResourceFor(resource); Discouraged access: The type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
8. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseFolderTest.java (at line 52) ICVSResource cvsResource = CVSWorkspaceRoot.getCVSResourceFor(resource); Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
9. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseFolderTest.java (at line 52) ICVSResource cvsResource = CVSWorkspaceRoot.getCVSResourceFor(resource); Discouraged access: The method getCVSResourceFor(IResource) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
10. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseFolderTest.java (at line 53) if(!cvsResource.isIgnored()) { Discouraged access: The method isIgnored() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
11. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseFolderTest.java (at line 55) assertTrue((cvsResource.getSyncInfo()!=null) == hasSync); Discouraged access: The method getSyncInfo() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
12. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseFolderTest.java (at line 57) assertTrue((((ICVSFolder)cvsResource).getFolderSyncInfo()!=null) == hasSync); Discouraged access: The method getFolderSyncInfo() from the type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
13. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseFolderTest.java (at line 57) assertTrue((((ICVSFolder)cvsResource).getFolderSyncInfo()!=null) == hasSync); Discouraged access: The type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
14. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseFolderTest.java (at line 60) } catch(CVSException e) { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
15. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseFolderTest.java (at line 70) ICVSFolder cvsProject = CVSWorkspaceRoot.getCVSFolderFor(project); Discouraged access: The type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
16. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseFolderTest.java (at line 70) ICVSFolder cvsProject = CVSWorkspaceRoot.getCVSFolderFor(project); Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
17. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseFolderTest.java (at line 70) ICVSFolder cvsProject = CVSWorkspaceRoot.getCVSFolderFor(project); Discouraged access: The method getCVSFolderFor(IContainer) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
18. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseFolderTest.java (at line 74) cvsProject.unmanage(null); Discouraged access: The method unmanage(IProgressMonitor) from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
19. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseFolderTest.java (at line 78) final ICVSFolder cvsProjectB = CVSWorkspaceRoot.getCVSFolderFor(projectB); Discouraged access: The type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
20. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseFolderTest.java (at line 78) final ICVSFolder cvsProjectB = CVSWorkspaceRoot.getCVSFolderFor(projectB); Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
21. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseFolderTest.java (at line 78) final ICVSFolder cvsProjectB = CVSWorkspaceRoot.getCVSFolderFor(projectB); Discouraged access: The method getCVSFolderFor(IContainer) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
22. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseFolderTest.java (at line 82) cvsProjectB.run(new ICVSRunnable() { public void run(IProgressMonitor monitor) throws CVSException { try { assertChildrenHaveSync(projectB, true); cvsProjectB.unmanage(null); assertChildrenHaveSync(projectB, false); } catch(CoreException e) { throw CVSException.wrapException(e); } } }, null); Discouraged access: The method run(ICVSRunnable, IProgressMonitor) from the type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
23. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseFolderTest.java (at line 82) cvsProjectB.run(new ICVSRunnable() { Discouraged access: The type ICVSRunnable is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
24. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseFolderTest.java (at line 83) public void run(IProgressMonitor monitor) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
25. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseFolderTest.java (at line 86) cvsProjectB.unmanage(null); Discouraged access: The method unmanage(IProgressMonitor) from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
26. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseFolderTest.java (at line 89) throw CVSException.wrapException(e); Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
27. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/EclipseFolderTest.java (at line 89) throw CVSException.wrapException(e); Discouraged access: The method wrapException(CoreException) from the type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 22) import org.eclipse.team.internal.ccvs.core.CVSException; Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 23) import org.eclipse.team.internal.ccvs.core.CVSStatus; Discouraged access: The type CVSStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 24) import org.eclipse.team.internal.ccvs.core.ICVSFolder; Discouraged access: The type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 25) import org.eclipse.team.internal.ccvs.core.ICVSRepositoryLocation; Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 26) import org.eclipse.team.internal.ccvs.core.client.Command; Discouraged access: The type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
6. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 27) import org.eclipse.team.internal.ccvs.core.client.Session; Discouraged access: The type Session is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
7. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 28) import org.eclipse.team.internal.ccvs.core.client.Command.GlobalOption; Discouraged access: The type Command.GlobalOption is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
8. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 29) import org.eclipse.team.internal.ccvs.core.client.Command.LocalOption; Discouraged access: The type Command.LocalOption is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
9. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 30) import org.eclipse.team.internal.ccvs.core.resources.CVSWorkspaceRoot; Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
10. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 36) commandPool.put("update", Command.UPDATE); Discouraged access: The type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
11. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 36) commandPool.put("update", Command.UPDATE); Discouraged access: The field UPDATE from the type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
12. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 37) commandPool.put("co", Command.CHECKOUT); Discouraged access: The type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
13. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 37) commandPool.put("co", Command.CHECKOUT); Discouraged access: The field CHECKOUT from the type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
14. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 38) commandPool.put("ci", Command.COMMIT); Discouraged access: The type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
15. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 38) commandPool.put("ci", Command.COMMIT); Discouraged access: The field COMMIT from the type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
16. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 39) commandPool.put("import", Command.IMPORT); Discouraged access: The type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
17. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 39) commandPool.put("import", Command.IMPORT); Discouraged access: The field IMPORT from the type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
18. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 40) commandPool.put("add", Command.ADD); Discouraged access: The type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
19. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 40) commandPool.put("add", Command.ADD); Discouraged access: The field ADD from the type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
20. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 41) commandPool.put("remove", Command.REMOVE); Discouraged access: The type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
21. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 41) commandPool.put("remove", Command.REMOVE); Discouraged access: The field REMOVE from the type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
22. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 42) commandPool.put("status", Command.STATUS); Discouraged access: The type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
23. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 42) commandPool.put("status", Command.STATUS); Discouraged access: The field STATUS from the type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
24. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 43) commandPool.put("log", Command.LOG); Discouraged access: The type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
25. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 43) commandPool.put("log", Command.LOG); Discouraged access: The field LOG from the type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
26. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 44) commandPool.put("tag", Command.TAG); Discouraged access: The type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
27. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 44) commandPool.put("tag", Command.TAG); Discouraged access: The field TAG from the type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
28. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 45) commandPool.put("rtag", Command.RTAG); Discouraged access: The type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
29. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 45) commandPool.put("rtag", Command.RTAG); Discouraged access: The field RTAG from the type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
30. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 46) commandPool.put("admin", Command.ADMIN); Discouraged access: The type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
31. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 46) commandPool.put("admin", Command.ADMIN); Discouraged access: The field ADMIN from the type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
32. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 47) commandPool.put("diff", Command.DIFF); Discouraged access: The type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
33. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 47) commandPool.put("diff", Command.DIFF); Discouraged access: The field DIFF from the type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
34. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 50) public void executeCommand(ICVSRepositoryLocation repositoryLocation, Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
35. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 52) String[] localOptions, String[] arguments) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
36. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 53) execute(repositoryLocation, CVSWorkspaceRoot.getCVSFolderFor(localRoot), command, Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
37. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 53) execute(repositoryLocation, CVSWorkspaceRoot.getCVSFolderFor(localRoot), command, Discouraged access: The method getCVSFolderFor(IContainer) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
38. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 58) ICVSRepositoryLocation cvsRepositoryLocation, ICVSFolder cvsLocalRoot, Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
39. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 58) ICVSRepositoryLocation cvsRepositoryLocation, ICVSFolder cvsLocalRoot, Discouraged access: The type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
40. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 60) String[] arguments) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
41. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 68) Assert.assertTrue(cvsLocalRoot.exists()); Discouraged access: The method exists() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
42. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 71) Command cvsCommand = (Command) commandPool.get(command); Discouraged access: The type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
43. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 71) Command cvsCommand = (Command) commandPool.get(command); Discouraged access: The type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
44. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 78) GlobalOption[] cvsGlobalOptions = (GlobalOption[]) globals.toArray(new GlobalOption[globals.size()]); Discouraged access: The type Command.GlobalOption is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
45. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 78) GlobalOption[] cvsGlobalOptions = (GlobalOption[]) globals.toArray(new GlobalOption[globals.size()]); Discouraged access: The type Command.GlobalOption is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
46. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 78) GlobalOption[] cvsGlobalOptions = (GlobalOption[]) globals.toArray(new GlobalOption[globals.size()]); Discouraged access: The type Command.GlobalOption is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
47. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 90) LocalOption[] cvsLocalOptions = (LocalOption[]) locals.toArray(new LocalOption[locals.size()]); Discouraged access: The type Command.LocalOption is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
48. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 90) LocalOption[] cvsLocalOptions = (LocalOption[]) locals.toArray(new LocalOption[locals.size()]); Discouraged access: The type Command.LocalOption is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
49. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 90) LocalOption[] cvsLocalOptions = (LocalOption[]) locals.toArray(new LocalOption[locals.size()]); Discouraged access: The type Command.LocalOption is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
50. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 94) Session session = new Session(cvsRepositoryLocation, cvsLocalRoot); Discouraged access: The type Session is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
51. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 94) Session session = new Session(cvsRepositoryLocation, cvsLocalRoot); Discouraged access: The constructor Session(ICVSRepositoryLocation, ICVSFolder) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
52. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 94) Session session = new Session(cvsRepositoryLocation, cvsLocalRoot); Discouraged access: The type Session is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
53. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 96) session.open(monitor, true /* open for modification */); Discouraged access: The method open(IProgressMonitor, boolean) from the type Session is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
54. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 97) IStatus status = cvsCommand.execute(session, cvsGlobalOptions, cvsLocalOptions, arguments, null, monitor); Discouraged access: The method execute(Session, Command.GlobalOption[], Command.LocalOption[], String[], ICommandOutputListener, IProgressMonitor) from the type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
55. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 99) if (status.getCode() == CVSStatus.SERVER_ERROR) { Discouraged access: The type CVSStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
56. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 99) if (status.getCode() == CVSStatus.SERVER_ERROR) { Discouraged access: The field SERVER_ERROR from the type CVSStatus is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
57. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 103) session.close(); Discouraged access: The method close() from the type Session is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
58. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 108) private static class CustomGlobalOption extends GlobalOption { Discouraged access: The type Command.GlobalOption is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
59. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 110) super(option); Discouraged access: The constructor Command.GlobalOption(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
60. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 114) private static class CustomLocalOption extends LocalOption { Discouraged access: The type Command.LocalOption is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
61. WARNING in /src/org/eclipse/team/tests/ccvs/core/EclipseCVSClient.java (at line 116) super(option, arg); Discouraged access: The constructor Command.LocalOption(String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/CompatibleTestSetup.java (at line 13) import org.eclipse.team.internal.ccvs.core.CVSException; Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/CompatibleTestSetup.java (at line 14) import org.eclipse.team.internal.ccvs.core.CVSProviderPlugin; Discouraged access: The type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/CompatibleTestSetup.java (at line 15) import org.eclipse.team.internal.ccvs.core.connection.CVSRepositoryLocation; Discouraged access: The type CVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/CompatibleTestSetup.java (at line 25) public static CVSRepositoryLocation referenceClientRepository; Discouraged access: The type CVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/CompatibleTestSetup.java (at line 26) public static CVSRepositoryLocation eclipseClientRepository; Discouraged access: The type CVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
6. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/CompatibleTestSetup.java (at line 43) public void setUp() throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
7. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/CompatibleTestSetup.java (at line 44) CVSProviderPlugin.getPlugin().setPruneEmptyDirectories(false); Discouraged access: The type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
8. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/CompatibleTestSetup.java (at line 44) CVSProviderPlugin.getPlugin().setPruneEmptyDirectories(false); Discouraged access: The method getPlugin() from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
9. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/CompatibleTestSetup.java (at line 44) CVSProviderPlugin.getPlugin().setPruneEmptyDirectories(false); Discouraged access: The method setPruneEmptyDirectories(boolean) from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
10. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/CompatibleTestSetup.java (at line 45) CVSProviderPlugin.getPlugin().setFetchAbsentDirectories(false); Discouraged access: The type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
11. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/CompatibleTestSetup.java (at line 45) CVSProviderPlugin.getPlugin().setFetchAbsentDirectories(false); Discouraged access: The method getPlugin() from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
12. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/CompatibleTestSetup.java (at line 45) CVSProviderPlugin.getPlugin().setFetchAbsentDirectories(false); Discouraged access: The method setFetchAbsentDirectories(boolean) from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
13. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/CompatibleTestSetup.java (at line 54) public void tearDown() throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
14. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/CompatibleTestSetup.java (at line 55) CVSProviderPlugin.getPlugin().setPruneEmptyDirectories(true); Discouraged access: The type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
15. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/CompatibleTestSetup.java (at line 55) CVSProviderPlugin.getPlugin().setPruneEmptyDirectories(true); Discouraged access: The method getPlugin() from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
16. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/CompatibleTestSetup.java (at line 55) CVSProviderPlugin.getPlugin().setPruneEmptyDirectories(true); Discouraged access: The method setPruneEmptyDirectories(boolean) from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
17. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/CompatibleTestSetup.java (at line 56) CVSProviderPlugin.getPlugin().setFetchAbsentDirectories(true); Discouraged access: The type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
18. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/CompatibleTestSetup.java (at line 56) CVSProviderPlugin.getPlugin().setFetchAbsentDirectories(true); Discouraged access: The method getPlugin() from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
19. WARNING in /src/org/eclipse/team/tests/ccvs/core/compatible/CompatibleTestSetup.java (at line 56) CVSProviderPlugin.getPlugin().setFetchAbsentDirectories(true); Discouraged access: The method setFetchAbsentDirectories(boolean) from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/BatchedTestSetup.java (at line 19) import org.eclipse.team.internal.ccvs.core.CVSException; Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/BatchedTestSetup.java (at line 20) import org.eclipse.team.internal.ccvs.core.resources.EclipseSynchronizer; Discouraged access: The type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/BatchedTestSetup.java (at line 29) public void setUp() throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/BatchedTestSetup.java (at line 30) rule = EclipseSynchronizer.getInstance().beginBatching(ResourcesPlugin.getWorkspace().getRoot(), null); Discouraged access: The type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/BatchedTestSetup.java (at line 30) rule = EclipseSynchronizer.getInstance().beginBatching(ResourcesPlugin.getWorkspace().getRoot(), null); Discouraged access: The method getInstance() from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
6. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/BatchedTestSetup.java (at line 30) rule = EclipseSynchronizer.getInstance().beginBatching(ResourcesPlugin.getWorkspace().getRoot(), null); Discouraged access: The method beginBatching(ISchedulingRule, IProgressMonitor) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
7. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/BatchedTestSetup.java (at line 33) public void tearDown() throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
8. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/BatchedTestSetup.java (at line 34) EclipseSynchronizer.getInstance().endBatching(rule, null); Discouraged access: The type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
9. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/BatchedTestSetup.java (at line 34) EclipseSynchronizer.getInstance().endBatching(rule, null); Discouraged access: The method getInstance() from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
10. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/BatchedTestSetup.java (at line 34) EclipseSynchronizer.getInstance().endBatching(rule, null); Discouraged access: The method endBatching(ISchedulingRule, IProgressMonitor) from the type EclipseSynchronizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ConcurrencyTests.java (at line 22) import org.eclipse.team.internal.ccvs.core.ICVSRemoteFolder; Discouraged access: The type ICVSRemoteFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ConcurrencyTests.java (at line 23) import org.eclipse.team.internal.ccvs.core.ICVSRemoteResource; Discouraged access: The type ICVSRemoteResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ConcurrencyTests.java (at line 24) import org.eclipse.team.internal.ccvs.core.resources.CVSWorkspaceRoot; Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ConcurrencyTests.java (at line 25) import org.eclipse.team.internal.ccvs.ui.operations.FetchMembersOperation; Discouraged access: The type FetchMembersOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ConcurrencyTests.java (at line 52) ICVSRemoteFolder folder = (ICVSRemoteFolder)CVSWorkspaceRoot.getRemoteResourceFor(project); Discouraged access: The type ICVSRemoteFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
6. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ConcurrencyTests.java (at line 52) ICVSRemoteFolder folder = (ICVSRemoteFolder)CVSWorkspaceRoot.getRemoteResourceFor(project); Discouraged access: The type ICVSRemoteFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
7. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ConcurrencyTests.java (at line 52) ICVSRemoteFolder folder = (ICVSRemoteFolder)CVSWorkspaceRoot.getRemoteResourceFor(project); Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
8. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ConcurrencyTests.java (at line 52) ICVSRemoteFolder folder = (ICVSRemoteFolder)CVSWorkspaceRoot.getRemoteResourceFor(project); Discouraged access: The method getRemoteResourceFor(IResource) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
9. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ConcurrencyTests.java (at line 67) FetchMembersOperation operation = new FetchMembersOperation(null, folder, collector) { Discouraged access: The type FetchMembersOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
10. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ConcurrencyTests.java (at line 67) FetchMembersOperation operation = new FetchMembersOperation(null, folder, collector) { Discouraged access: The type FetchMembersOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
11. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ConcurrencyTests.java (at line 84) ICVSRemoteResource remote = (ICVSRemoteResource) iter.next(); Discouraged access: The type ICVSRemoteResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
12. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ConcurrencyTests.java (at line 84) ICVSRemoteResource remote = (ICVSRemoteResource) iter.next(); Discouraged access: The type ICVSRemoteResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
13. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/ConcurrencyTests.java (at line 85) IResource local = project.findMember(remote.getName()); Discouraged access: The method getName() from the type ICVSResource is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 25) import org.eclipse.team.internal.ccvs.core.CVSException; Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 26) import org.eclipse.team.internal.ccvs.core.CVSTag; Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 27) import org.eclipse.team.internal.ccvs.core.ICVSFolder; Discouraged access: The type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 28) import org.eclipse.team.internal.ccvs.core.resources.CVSWorkspaceRoot; Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 29) import org.eclipse.team.internal.ccvs.ui.CVSUIPlugin; Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
6. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 30) import org.eclipse.team.internal.ccvs.ui.repo.RepositoryManager; Discouraged access: The type RepositoryManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
7. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 31) import org.eclipse.team.internal.ccvs.ui.repo.RepositoryRoot; Discouraged access: The type RepositoryRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
8. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 36) private RepositoryRoot repositoryRoot; Discouraged access: The type RepositoryRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
9. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 37) private RepositoryManager repositoryManager; Discouraged access: The type RepositoryManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
10. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 41) repositoryManager = CVSUIPlugin.getPlugin().getRepositoryManager(); Discouraged access: The method getRepositoryManager() from the type CVSUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
11. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 41) repositoryManager = CVSUIPlugin.getPlugin().getRepositoryManager(); Discouraged access: The method getPlugin() from the type CVSUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
12. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 41) repositoryManager = CVSUIPlugin.getPlugin().getRepositoryManager(); Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
13. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 42) repositoryRoot = repositoryManager .getRepositoryRootFor(getRepository()); Discouraged access: The method getRepositoryRootFor(ICVSRepositoryLocation) from the type RepositoryManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
14. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 52) String remotePaths[] = repositoryRoot.getKnownRemotePaths(); Discouraged access: The method getKnownRemotePaths() from the type RepositoryRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
15. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 54) repositoryRoot.removeTags(remotePaths[i], repositoryRoot.getAllKnownTags(remotePaths[i])); Discouraged access: The method removeTags(String, CVSTag[]) from the type RepositoryRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
16. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 55) repositoryRoot.getAllKnownTags(remotePaths[i])); Discouraged access: The method getAllKnownTags(String) from the type RepositoryRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
17. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 58) repositoryRoot.getAllKnownTags().length); Discouraged access: The method getAllKnownTags() from the type RepositoryRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
18. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 61) private CVSTag[] refreshTags(IProject project) throws TeamException { Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
19. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 62) return refreshTags(CVSWorkspaceRoot.getCVSFolderFor(project)); Discouraged access: The method getCVSFolderFor(IContainer) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
20. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 62) return refreshTags(CVSWorkspaceRoot.getCVSFolderFor(project)); Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
21. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 65) private CVSTag[] refreshTags(ICVSFolder folder) throws TeamException { Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
22. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 65) private CVSTag[] refreshTags(ICVSFolder folder) throws TeamException { Discouraged access: The type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
23. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 66) return repositoryManager.refreshDefinedTags(folder, true, true, DEFAULT_MONITOR); Discouraged access: The method refreshDefinedTags(ICVSFolder, boolean, boolean, IProgressMonitor) from the type RepositoryManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
24. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 85) private void assertTags(List knownTags, CVSTag[] tagsToHave, Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
25. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 86) CVSTag[] tagsNotToHave) { Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
26. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 88) assertTrue("Missing tag " + tagsToHave[i].getName(), Discouraged access: The method getName() from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
27. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 92) assertFalse("Extraneous tag " + tagsNotToHave[i].getName(), Discouraged access: The method getName() from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
28. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 97) private void assertProjectTags(CVSCacheTestData data) throws CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
29. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 99) List knownTags = Arrays.asList(repositoryRoot.getAllKnownTags()); Discouraged access: The method getAllKnownTags() from the type RepositoryRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
30. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 101) new CVSTag[] { data.branch_1, data.branch_2, data.branch_3, Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
31. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 103) new CVSTag[0]); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
32. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 106) knownTags = Arrays.asList(repositoryManager .getKnownTags(CVSWorkspaceRoot.getCVSFolderFor(data.project1))); Discouraged access: The method getKnownTags(ICVSFolder) from the type RepositoryManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
33. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 107) .getKnownTags(CVSWorkspaceRoot.getCVSFolderFor(data.project1))); Discouraged access: The method getCVSFolderFor(IContainer) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
34. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 107) .getKnownTags(CVSWorkspaceRoot.getCVSFolderFor(data.project1))); Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
35. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 108) assertTags(knownTags, new CVSTag[] { data.branch_1, data.branch_2, Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
36. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 109) data.version_1, data.version_2 }, new CVSTag[] { data.branch_3, Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
37. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 112) knownTags = Arrays.asList(repositoryManager .getKnownTags(CVSWorkspaceRoot.getCVSFolderFor(data.project2))); Discouraged access: The method getKnownTags(ICVSFolder) from the type RepositoryManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
38. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 113) .getKnownTags(CVSWorkspaceRoot.getCVSFolderFor(data.project2))); Discouraged access: The method getCVSFolderFor(IContainer) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
39. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 113) .getKnownTags(CVSWorkspaceRoot.getCVSFolderFor(data.project2))); Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
40. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 114) assertTags(knownTags, new CVSTag[] { data.branch_1, data.branch_3, Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
41. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 115) data.version_1, data.version_3 }, new CVSTag[] { data.branch_2, Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
42. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 122) CVSTag branch_1; Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
43. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 123) CVSTag branch_2; Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
44. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 124) CVSTag branch_3; Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
45. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 125) CVSTag version_1; Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
46. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 126) CVSTag version_2; Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
47. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 127) CVSTag version_3; Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
48. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 133) branch_1 = new CVSTag("Branch_1" + System.currentTimeMillis(), CVSTag.BRANCH); Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
49. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 133) branch_1 = new CVSTag("Branch_1" + System.currentTimeMillis(), Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
50. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 134) CVSTag.BRANCH); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
51. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 134) CVSTag.BRANCH); Discouraged access: The field BRANCH from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
52. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 135) version_1 = new CVSTag("Root_" + branch_1.getName(), CVSTag.VERSION); Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
53. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 135) version_1 = new CVSTag("Root_" + branch_1.getName(), CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
54. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 135) version_1 = new CVSTag("Root_" + branch_1.getName(), CVSTag.VERSION); Discouraged access: The method getName() from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
55. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 135) version_1 = new CVSTag("Root_" + branch_1.getName(), CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
56. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 135) version_1 = new CVSTag("Root_" + branch_1.getName(), CVSTag.VERSION); Discouraged access: The field VERSION from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
57. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 136) branch_2 = new CVSTag("Branch_2" + System.currentTimeMillis(), CVSTag.BRANCH); Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
58. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 136) branch_2 = new CVSTag("Branch_2" + System.currentTimeMillis(), Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
59. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 137) CVSTag.BRANCH); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
60. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 137) CVSTag.BRANCH); Discouraged access: The field BRANCH from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
61. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 138) version_2 = new CVSTag("Root_" + branch_2.getName(), CVSTag.VERSION); Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
62. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 138) version_2 = new CVSTag("Root_" + branch_2.getName(), CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
63. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 138) version_2 = new CVSTag("Root_" + branch_2.getName(), CVSTag.VERSION); Discouraged access: The method getName() from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
64. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 138) version_2 = new CVSTag("Root_" + branch_2.getName(), CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
65. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 138) version_2 = new CVSTag("Root_" + branch_2.getName(), CVSTag.VERSION); Discouraged access: The field VERSION from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
66. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 139) branch_3 = new CVSTag("Branch_3" + System.currentTimeMillis(), CVSTag.BRANCH); Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
67. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 139) branch_3 = new CVSTag("Branch_3" + System.currentTimeMillis(), Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
68. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 140) CVSTag.BRANCH); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
69. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 140) CVSTag.BRANCH); Discouraged access: The field BRANCH from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
70. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 141) version_3 = new CVSTag("Root_" + branch_3.getName(), CVSTag.VERSION); Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
71. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 141) version_3 = new CVSTag("Root_" + branch_3.getName(), CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
72. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 141) version_3 = new CVSTag("Root_" + branch_3.getName(), CVSTag.VERSION); Discouraged access: The method getName() from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
73. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 141) version_3 = new CVSTag("Root_" + branch_3.getName(), CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
74. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 141) version_3 = new CVSTag("Root_" + branch_3.getName(), CVSTag.VERSION); Discouraged access: The field VERSION from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
75. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 170) ICVSFolder submoduleFolder = repositoryRoot.getRemoteFolder(submodule, Discouraged access: The type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
76. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 170) ICVSFolder submoduleFolder = repositoryRoot.getRemoteFolder(submodule, null, getMonitor()); Discouraged access: The method getRemoteFolder(String, CVSTag, IProgressMonitor) from the type RepositoryRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
77. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 181) List knownTags = Arrays.asList(repositoryManager .getKnownTags(submoduleFolder)); Discouraged access: The method getKnownTags(ICVSFolder) from the type RepositoryManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
78. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 184) new CVSTag[] { data.branch_1, data.branch_2, data.branch_3, Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
79. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 186) new CVSTag[0]); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
80. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 192) knownTags = Arrays.asList(repositoryManager .getKnownTags(submoduleFolder)); Discouraged access: The method getKnownTags(ICVSFolder) from the type RepositoryManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
81. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 195) new CVSTag[] { data.branch_1, data.branch_2, data.branch_3, Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
82. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 197) new CVSTag[0]); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
83. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 204) ICVSFolder submoduleFolder1 = repositoryRoot.getRemoteFolder( Discouraged access: The type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
84. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 204) ICVSFolder submoduleFolder1 = repositoryRoot.getRemoteFolder( submodule1, null, getMonitor()); Discouraged access: The method getRemoteFolder(String, CVSTag, IProgressMonitor) from the type RepositoryRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
85. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 206) ICVSFolder submoduleFolder2 = repositoryRoot.getRemoteFolder( Discouraged access: The type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
86. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 206) ICVSFolder submoduleFolder2 = repositoryRoot.getRemoteFolder( submodule2, null, getMonitor()); Discouraged access: The method getRemoteFolder(String, CVSTag, IProgressMonitor) from the type RepositoryRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
87. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 218) List knownTags = Arrays.asList(repositoryManager .getKnownTags(submoduleFolder1)); Discouraged access: The method getKnownTags(ICVSFolder) from the type RepositoryManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
88. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 220) assertTags(knownTags, new CVSTag[] { data.branch_1, data.branch_2, Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
89. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 221) data.version_1, data.version_2 }, new CVSTag[] { data.branch_3, Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
90. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 223) knownTags = Arrays.asList(repositoryManager .getKnownTags(submoduleFolder2)); Discouraged access: The method getKnownTags(ICVSFolder) from the type RepositoryManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
91. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 225) assertTags(knownTags, new CVSTag[] { data.branch_1, data.branch_3, Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
92. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 226) data.version_1, data.version_3 }, new CVSTag[] { data.branch_2, Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
93. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 234) knownTags = Arrays.asList(repositoryManager .getKnownTags(submoduleFolder1)); Discouraged access: The method getKnownTags(ICVSFolder) from the type RepositoryManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
94. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 236) assertTags(knownTags, new CVSTag[] { data.branch_1, data.branch_2, Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
95. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 237) data.version_1, data.version_2 }, new CVSTag[] { data.branch_3, Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
96. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 240) knownTags = Arrays.asList(repositoryRoot.getAllKnownTags()); Discouraged access: The method getAllKnownTags() from the type RepositoryRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
97. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 241) assertTags(knownTags, new CVSTag[] { data.branch_1, data.branch_2, Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
98. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 242) data.version_1, data.version_2 }, new CVSTag[] { data.branch_3, Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
99. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 247) knownTags = Arrays.asList(repositoryManager .getKnownTags(submoduleFolder2)); Discouraged access: The method getKnownTags(ICVSFolder) from the type RepositoryManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
100. WARNING in /src/org/eclipse/team/tests/ccvs/core/provider/RepositoryRootTest.java (at line 249) assertTags(knownTags, new CVSTag[] { data.branch_1, data.branch_3, Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/TestCommitOperation.java (at line 16) import org.eclipse.team.internal.ccvs.ui.repo.RepositoryManager; Discouraged access: The type RepositoryManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/TestCommitOperation.java (at line 17) import org.eclipse.team.internal.ccvs.ui.subscriber.WorkspaceCommitOperation; Discouraged access: The type WorkspaceCommitOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/TestCommitOperation.java (at line 19) class TestCommitOperation extends WorkspaceCommitOperation { Discouraged access: The type WorkspaceCommitOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/TestCommitOperation.java (at line 24) super(null, elements, override); Discouraged access: The constructor WorkspaceCommitOperation(ISynchronizePageConfiguration, IDiffElement[], boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/TestCommitOperation.java (at line 37) protected String promptForComment(RepositoryManager manager, IResource[] resourcesToCommit) { Discouraged access: The type RepositoryManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
6. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/TestCommitOperation.java (at line 52) protected IResource[] promptForResourcesToBeAdded(RepositoryManager manager, IResource[] unadded) { Discouraged access: The type RepositoryManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CommitSetTests.java (at line 24) import org.eclipse.team.internal.ccvs.core.CVSException; Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CommitSetTests.java (at line 25) import org.eclipse.team.internal.ccvs.ui.CVSUIPlugin; Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CommitSetTests.java (at line 36) private IChangeSetChangeListener listener = new IChangeSetChangeListener() { Discouraged access: The type IChangeSetChangeListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CommitSetTests.java (at line 36) private IChangeSetChangeListener listener = new IChangeSetChangeListener() { Discouraged access: The type IChangeSetChangeListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CommitSetTests.java (at line 37) public void setAdded(ChangeSet set) { Discouraged access: The type ChangeSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
6. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CommitSetTests.java (at line 40) public void setRemoved(ChangeSet set) { Discouraged access: The type ChangeSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
7. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CommitSetTests.java (at line 43) public void nameChanged(ChangeSet set) { Discouraged access: The type ChangeSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
8. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CommitSetTests.java (at line 47) public void defaultSetChanged(ChangeSet oldDefault, ChangeSet set) { Discouraged access: The type ChangeSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
9. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CommitSetTests.java (at line 47) public void defaultSetChanged(ChangeSet oldDefault, ChangeSet set) { Discouraged access: The type ChangeSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
10. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CommitSetTests.java (at line 51) public void resourcesChanged(ChangeSet set, IPath[] paths) { Discouraged access: The type ChangeSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
11. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CommitSetTests.java (at line 76) protected ActiveChangeSet createCommitSet(String title, IFile[] files, boolean manageSet) throws CoreException { Discouraged access: The type ActiveChangeSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
12. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CommitSetTests.java (at line 78) ActiveChangeSetManager manager = CVSUIPlugin.getPlugin().getChangeSetManager(); Discouraged access: The type ActiveChangeSetManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
13. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CommitSetTests.java (at line 78) ActiveChangeSetManager manager = CVSUIPlugin.getPlugin().getChangeSetManager(); Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
14. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CommitSetTests.java (at line 78) ActiveChangeSetManager manager = CVSUIPlugin.getPlugin().getChangeSetManager(); Discouraged access: The method getPlugin() from the type CVSUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
15. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CommitSetTests.java (at line 78) ActiveChangeSetManager manager = CVSUIPlugin.getPlugin().getChangeSetManager(); Discouraged access: The method getChangeSetManager() from the type CVSUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
16. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CommitSetTests.java (at line 79) ActiveChangeSet set = manager.createSet(title, files); Discouraged access: The type ActiveChangeSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
17. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CommitSetTests.java (at line 79) ActiveChangeSet set = manager.createSet(title, files); Discouraged access: The method createSet(String, IFile[]) from the type ActiveChangeSetManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
18. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CommitSetTests.java (at line 80) assertEquals("Not all files were added to the set", files.length, set.getResources().length); Discouraged access: The method getResources() from the type DiffChangeSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
19. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CommitSetTests.java (at line 82) manager.add(set); Discouraged access: The method add(ChangeSet) from the type ActiveChangeSetManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
20. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CommitSetTests.java (at line 93) * @throws CVSException Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
21. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CommitSetTests.java (at line 95) protected void commit(ActiveChangeSet set) throws CoreException { Discouraged access: The type ActiveChangeSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
22. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CommitSetTests.java (at line 97) commitResources(set.getResources(), IResource.DEPTH_ZERO); Discouraged access: The method getResources() from the type DiffChangeSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
23. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CommitSetTests.java (at line 104) private boolean setIsManaged(ActiveChangeSet set) { Discouraged access: The type ActiveChangeSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
24. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CommitSetTests.java (at line 105) return CVSUIPlugin.getPlugin().getChangeSetManager().contains(set); Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
25. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CommitSetTests.java (at line 105) return CVSUIPlugin.getPlugin().getChangeSetManager().contains(set); Discouraged access: The method getPlugin() from the type CVSUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
26. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CommitSetTests.java (at line 105) return CVSUIPlugin.getPlugin().getChangeSetManager().contains(set); Discouraged access: The method getChangeSetManager() from the type CVSUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
27. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CommitSetTests.java (at line 105) return CVSUIPlugin.getPlugin().getChangeSetManager().contains(set); Discouraged access: The method contains(ChangeSet) from the type ChangeSetManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
28. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CommitSetTests.java (at line 108) private void waitForSetAddedEvent(ActiveChangeSet set) { Discouraged access: The type ActiveChangeSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
29. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CommitSetTests.java (at line 125) private void waitForSetRemovedEvent(ActiveChangeSet set) { Discouraged access: The type ActiveChangeSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
30. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CommitSetTests.java (at line 148) CVSUIPlugin.getPlugin().getChangeSetManager().addListener(listener); Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
31. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CommitSetTests.java (at line 148) CVSUIPlugin.getPlugin().getChangeSetManager().addListener(listener); Discouraged access: The method getPlugin() from the type CVSUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
32. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CommitSetTests.java (at line 148) CVSUIPlugin.getPlugin().getChangeSetManager().addListener(listener); Discouraged access: The method getChangeSetManager() from the type CVSUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
33. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CommitSetTests.java (at line 148) CVSUIPlugin.getPlugin().getChangeSetManager().addListener(listener); Discouraged access: The method addListener(IChangeSetChangeListener) from the type ChangeSetManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
34. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CommitSetTests.java (at line 156) CVSUIPlugin.getPlugin().getChangeSetManager().removeListener(listener); Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
35. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CommitSetTests.java (at line 156) CVSUIPlugin.getPlugin().getChangeSetManager().removeListener(listener); Discouraged access: The method getPlugin() from the type CVSUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
36. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CommitSetTests.java (at line 156) CVSUIPlugin.getPlugin().getChangeSetManager().removeListener(listener); Discouraged access: The method getChangeSetManager() from the type CVSUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
37. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CommitSetTests.java (at line 156) CVSUIPlugin.getPlugin().getChangeSetManager().removeListener(listener); Discouraged access: The method removeListener(IChangeSetChangeListener) from the type ChangeSetManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
38. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CommitSetTests.java (at line 175) ActiveChangeSet set = createCommitSet("testSimpleCommit", files, false /* do not manage the set */); Discouraged access: The type ActiveChangeSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
39. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CommitSetTests.java (at line 197) ActiveChangeSet set = createCommitSet("testSimpleCommit", files, true /* manage the set */); Discouraged access: The type ActiveChangeSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 19) import org.eclipse.team.internal.ccvs.core.CVSException; Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 20) import org.eclipse.team.internal.ccvs.core.CVSProviderPlugin; Discouraged access: The type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 21) import org.eclipse.team.internal.ccvs.core.ICVSRepositoryLocation; Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 22) import org.eclipse.team.internal.ccvs.core.client.Session; Discouraged access: The type Session is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 23) import org.eclipse.team.internal.ccvs.core.resources.CVSWorkspaceRoot; Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
6. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 24) import org.eclipse.team.internal.ccvs.core.syncinfo.ResourceSyncInfo; Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
7. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 26) import org.eclipse.team.internal.ccvs.core.util.CVSDateFormatter; Discouraged access: The type CVSDateFormatter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
8. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 27) import org.eclipse.team.internal.ccvs.core.util.Util; Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
9. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 65) byte[] result = Util.getBytesForSlot(input.getBytes(), (byte) '/', slot, includeRest); Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
10. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 65) byte[] result = Util.getBytesForSlot(input.getBytes(), (byte) '/', slot, includeRest); Discouraged access: The method getBytesForSlot(byte[], byte, int, boolean) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
11. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 92) public void testSendEntry() throws CVSException, ParseException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
12. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 93) ICVSRepositoryLocation location = KnownRepositories.getInstance().getRepository(":test:user:password@host:/path"); Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
13. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 93) ICVSRepositoryLocation location = KnownRepositories.getInstance().getRepository(":test:user:password@host:/path"); Discouraged access: The type KnownRepositories is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
14. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 93) ICVSRepositoryLocation location = KnownRepositories.getInstance().getRepository(":test:user:password@host:/path"); Discouraged access: The method getInstance() from the type KnownRepositories is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
15. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 93) ICVSRepositoryLocation location = KnownRepositories.getInstance().getRepository(":test:user:password@host:/path"); Discouraged access: The method getRepository(String) from the type KnownRepositories is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
16. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 95) CVSProviderPlugin.getPlugin().setDetermineVersionEnabled(false); Discouraged access: The type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
17. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 95) CVSProviderPlugin.getPlugin().setDetermineVersionEnabled(false); Discouraged access: The method getPlugin() from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
18. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 95) CVSProviderPlugin.getPlugin().setDetermineVersionEnabled(false); Discouraged access: The method setDetermineVersionEnabled(boolean) from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
19. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 97) Session session = new Session(location, CVSWorkspaceRoot.getCVSFolderFor(ResourcesPlugin.getWorkspace().getRoot())); Discouraged access: The type Session is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
20. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 97) Session session = new Session(location, CVSWorkspaceRoot.getCVSFolderFor(ResourcesPlugin.getWorkspace().getRoot())); Discouraged access: The constructor Session(ICVSRepositoryLocation, ICVSFolder) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
21. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 97) Session session = new Session(location, CVSWorkspaceRoot.getCVSFolderFor(ResourcesPlugin.getWorkspace().getRoot())); Discouraged access: The type Session is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
22. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 97) Session session = new Session(location, CVSWorkspaceRoot.getCVSFolderFor(ResourcesPlugin.getWorkspace().getRoot())); Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
23. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 97) Session session = new Session(location, CVSWorkspaceRoot.getCVSFolderFor(ResourcesPlugin.getWorkspace().getRoot())); Discouraged access: The method getCVSFolderFor(IContainer) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
24. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 98) session.open(DEFAULT_MONITOR, false /* read-only */); Discouraged access: The method open(IProgressMonitor, boolean) from the type Session is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
25. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 102) session.sendEntry(entryLine, ResourceSyncInfo.getTimestampToServer(entryLine, CVSDateFormatter.entryLineToDate("Tue Mar 4 19:47:36 2003"))); Discouraged access: The method sendEntry(byte[], String) from the type Session is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
26. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 102) session.sendEntry(entryLine, ResourceSyncInfo.getTimestampToServer(entryLine, CVSDateFormatter.entryLineToDate("Tue Mar 4 19:47:36 2003"))); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
27. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 102) session.sendEntry(entryLine, ResourceSyncInfo.getTimestampToServer(entryLine, CVSDateFormatter.entryLineToDate("Tue Mar 4 19:47:36 2003"))); Discouraged access: The method getTimestampToServer(byte[], Date) from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
28. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 102) session.sendEntry(entryLine, ResourceSyncInfo.getTimestampToServer(entryLine, CVSDateFormatter.entryLineToDate("Tue Mar 4 19:47:36 2003"))); Discouraged access: The type CVSDateFormatter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
29. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 102) session.sendEntry(entryLine, ResourceSyncInfo.getTimestampToServer(entryLine, CVSDateFormatter.entryLineToDate("Tue Mar 4 19:47:36 2003"))); Discouraged access: The method entryLineToDate(String) from the type CVSDateFormatter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
30. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 107) session.sendEntry(entryLine, ResourceSyncInfo.getTimestampToServer(entryLine, CVSDateFormatter.entryLineToDate("Thu Mar 20 16:36:56 2003"))); Discouraged access: The method sendEntry(byte[], String) from the type Session is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
31. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 107) session.sendEntry(entryLine, ResourceSyncInfo.getTimestampToServer(entryLine, CVSDateFormatter.entryLineToDate("Thu Mar 20 16:36:56 2003"))); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
32. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 107) session.sendEntry(entryLine, ResourceSyncInfo.getTimestampToServer(entryLine, CVSDateFormatter.entryLineToDate("Thu Mar 20 16:36:56 2003"))); Discouraged access: The method getTimestampToServer(byte[], Date) from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
33. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 107) session.sendEntry(entryLine, ResourceSyncInfo.getTimestampToServer(entryLine, CVSDateFormatter.entryLineToDate("Thu Mar 20 16:36:56 2003"))); Discouraged access: The type CVSDateFormatter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
34. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 107) session.sendEntry(entryLine, ResourceSyncInfo.getTimestampToServer(entryLine, CVSDateFormatter.entryLineToDate("Thu Mar 20 16:36:56 2003"))); Discouraged access: The method entryLineToDate(String) from the type CVSDateFormatter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
35. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 112) session.sendEntry(entryLine, ResourceSyncInfo.getTimestampToServer(entryLine, CVSDateFormatter.entryLineToDate("Thu Mar 20 16:37:56 2003"))); Discouraged access: The method sendEntry(byte[], String) from the type Session is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
36. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 112) session.sendEntry(entryLine, ResourceSyncInfo.getTimestampToServer(entryLine, CVSDateFormatter.entryLineToDate("Thu Mar 20 16:37:56 2003"))); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
37. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 112) session.sendEntry(entryLine, ResourceSyncInfo.getTimestampToServer(entryLine, CVSDateFormatter.entryLineToDate("Thu Mar 20 16:37:56 2003"))); Discouraged access: The method getTimestampToServer(byte[], Date) from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
38. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 112) session.sendEntry(entryLine, ResourceSyncInfo.getTimestampToServer(entryLine, CVSDateFormatter.entryLineToDate("Thu Mar 20 16:37:56 2003"))); Discouraged access: The type CVSDateFormatter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
39. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 112) session.sendEntry(entryLine, ResourceSyncInfo.getTimestampToServer(entryLine, CVSDateFormatter.entryLineToDate("Thu Mar 20 16:37:56 2003"))); Discouraged access: The method entryLineToDate(String) from the type CVSDateFormatter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
40. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 117) session.sendEntry(entryLine, ResourceSyncInfo.getTimestampToServer(entryLine, CVSDateFormatter.entryLineToDate("Tue Mar 4 19:47:36 2003"))); Discouraged access: The method sendEntry(byte[], String) from the type Session is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
41. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 117) session.sendEntry(entryLine, ResourceSyncInfo.getTimestampToServer(entryLine, CVSDateFormatter.entryLineToDate("Tue Mar 4 19:47:36 2003"))); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
42. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 117) session.sendEntry(entryLine, ResourceSyncInfo.getTimestampToServer(entryLine, CVSDateFormatter.entryLineToDate("Tue Mar 4 19:47:36 2003"))); Discouraged access: The method getTimestampToServer(byte[], Date) from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
43. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 117) session.sendEntry(entryLine, ResourceSyncInfo.getTimestampToServer(entryLine, CVSDateFormatter.entryLineToDate("Tue Mar 4 19:47:36 2003"))); Discouraged access: The type CVSDateFormatter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
44. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 117) session.sendEntry(entryLine, ResourceSyncInfo.getTimestampToServer(entryLine, CVSDateFormatter.entryLineToDate("Tue Mar 4 19:47:36 2003"))); Discouraged access: The method entryLineToDate(String) from the type CVSDateFormatter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
45. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 122) session.sendEntry(entryLine, ResourceSyncInfo.getTimestampToServer(entryLine, CVSDateFormatter.entryLineToDate("Tue Mar 4 19:47:36 2003"))); Discouraged access: The method sendEntry(byte[], String) from the type Session is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
46. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 122) session.sendEntry(entryLine, ResourceSyncInfo.getTimestampToServer(entryLine, CVSDateFormatter.entryLineToDate("Tue Mar 4 19:47:36 2003"))); Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
47. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 122) session.sendEntry(entryLine, ResourceSyncInfo.getTimestampToServer(entryLine, CVSDateFormatter.entryLineToDate("Tue Mar 4 19:47:36 2003"))); Discouraged access: The method getTimestampToServer(byte[], Date) from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
48. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 122) session.sendEntry(entryLine, ResourceSyncInfo.getTimestampToServer(entryLine, CVSDateFormatter.entryLineToDate("Tue Mar 4 19:47:36 2003"))); Discouraged access: The type CVSDateFormatter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
49. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/ResourceSyncBytesTest.java (at line 122) session.sendEntry(entryLine, ResourceSyncInfo.getTimestampToServer(entryLine, CVSDateFormatter.entryLineToDate("Tue Mar 4 19:47:36 2003"))); Discouraged access: The method entryLineToDate(String) from the type CVSDateFormatter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchWizardRadioButtonGroupTests.java (at line 27) import org.eclipse.team.internal.ccvs.ui.wizards.GenerateDiffFileWizard; Discouraged access: The type GenerateDiffFileWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchWizardRadioButtonGroupTests.java (at line 245) GenerateDiffFileWizard wizard = new GenerateDiffFileWizard( Discouraged access: The type GenerateDiffFileWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchWizardRadioButtonGroupTests.java (at line 245) GenerateDiffFileWizard wizard = new GenerateDiffFileWizard( null, null, false); Discouraged access: The constructor GenerateDiffFileWizard(IWorkbenchPart, IResource[], boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchWizardRadioButtonGroupTests.java (at line 245) GenerateDiffFileWizard wizard = new GenerateDiffFileWizard( Discouraged access: The type GenerateDiffFileWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 26) import org.eclipse.team.internal.ccvs.core.mapping.CVSActiveChangeSet; Discouraged access: The type CVSActiveChangeSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 27) import org.eclipse.team.internal.ui.synchronize.ChangeSetCapability; Discouraged access: The type ChangeSetCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 28) import org.eclipse.team.internal.ui.synchronize.ChangeSetDiffNode; Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 29) import org.eclipse.team.internal.ui.synchronize.ChangeSetModelProvider; Discouraged access: The type ChangeSetModelProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 30) import org.eclipse.team.internal.ui.synchronize.ChangeSetModelSorter; Discouraged access: The type ChangeSetModelSorter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
6. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 31) import org.eclipse.team.internal.ui.synchronize.SynchronizeModelElementSorter; Discouraged access: The type SynchronizeModelElementSorter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
7. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 32) import org.eclipse.team.internal.ui.synchronize.SynchronizePageConfiguration; Discouraged access: The type SynchronizePageConfiguration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
8. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 33) import org.eclipse.team.internal.ui.synchronize.TreeViewerAdvisor; Discouraged access: The type TreeViewerAdvisor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
9. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 34) import org.eclipse.team.internal.ui.synchronize.UnchangedResourceModelElement; Discouraged access: The type UnchangedResourceModelElement is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
10. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 49) UnchangedResourceModelElement elementZ = new UnchangedResourceModelElement( Discouraged access: The type UnchangedResourceModelElement is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
11. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 49) UnchangedResourceModelElement elementZ = new UnchangedResourceModelElement( null, getUniqueTestProject("z")); Discouraged access: The constructor UnchangedResourceModelElement(IDiffContainer, IResource) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
12. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 49) UnchangedResourceModelElement elementZ = new UnchangedResourceModelElement( Discouraged access: The type UnchangedResourceModelElement is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
13. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 51) ChangeSetDiffNode nodeA = new ChangeSetDiffNode(null, Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
14. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 51) ChangeSetDiffNode nodeA = new ChangeSetDiffNode(null, new CVSActiveChangeSet(null, "a")); Discouraged access: The constructor ChangeSetDiffNode(IDiffContainer, ChangeSet) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
15. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 51) ChangeSetDiffNode nodeA = new ChangeSetDiffNode(null, Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
16. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 52) new CVSActiveChangeSet(null, "a")); Discouraged access: The constructor CVSActiveChangeSet(ActiveChangeSetManager, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
17. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 52) new CVSActiveChangeSet(null, "a")); Discouraged access: The type CVSActiveChangeSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
18. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 53) ChangeSetDiffNode nodeB = new ChangeSetDiffNode(null, Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
19. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 53) ChangeSetDiffNode nodeB = new ChangeSetDiffNode(null, new CVSActiveChangeSet(null, "b")); Discouraged access: The constructor ChangeSetDiffNode(IDiffContainer, ChangeSet) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
20. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 53) ChangeSetDiffNode nodeB = new ChangeSetDiffNode(null, Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
21. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 54) new CVSActiveChangeSet(null, "b")); Discouraged access: The constructor CVSActiveChangeSet(ActiveChangeSetManager, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
22. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 54) new CVSActiveChangeSet(null, "b")); Discouraged access: The type CVSActiveChangeSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
23. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 55) ChangeSetDiffNode nodeC = new ChangeSetDiffNode(null, Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
24. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 55) ChangeSetDiffNode nodeC = new ChangeSetDiffNode(null, new CVSActiveChangeSet(null, "c")); Discouraged access: The constructor ChangeSetDiffNode(IDiffContainer, ChangeSet) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
25. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 55) ChangeSetDiffNode nodeC = new ChangeSetDiffNode(null, Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
26. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 56) new CVSActiveChangeSet(null, "c")); Discouraged access: The constructor CVSActiveChangeSet(ActiveChangeSetManager, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
27. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 56) new CVSActiveChangeSet(null, "c")); Discouraged access: The type CVSActiveChangeSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
28. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 72) UnchangedResourceModelElement element = new UnchangedResourceModelElement( Discouraged access: The type UnchangedResourceModelElement is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
29. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 72) UnchangedResourceModelElement element = new UnchangedResourceModelElement( null, getUniqueTestProject("z")); Discouraged access: The constructor UnchangedResourceModelElement(IDiffContainer, IResource) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
30. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 72) UnchangedResourceModelElement element = new UnchangedResourceModelElement( Discouraged access: The type UnchangedResourceModelElement is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
31. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 74) ChangeSetDiffNode nodeA = new ChangeSetDiffNode(null, Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
32. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 74) ChangeSetDiffNode nodeA = new ChangeSetDiffNode(null, new CVSActiveChangeSet(null, "a")); Discouraged access: The constructor ChangeSetDiffNode(IDiffContainer, ChangeSet) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
33. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 74) ChangeSetDiffNode nodeA = new ChangeSetDiffNode(null, Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
34. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 75) new CVSActiveChangeSet(null, "a")); Discouraged access: The constructor CVSActiveChangeSet(ActiveChangeSetManager, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
35. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 75) new CVSActiveChangeSet(null, "a")); Discouraged access: The type CVSActiveChangeSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
36. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 76) ChangeSetDiffNode nodeB = new ChangeSetDiffNode(null, Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
37. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 76) ChangeSetDiffNode nodeB = new ChangeSetDiffNode(null, new CVSActiveChangeSet(null, "b")); Discouraged access: The constructor ChangeSetDiffNode(IDiffContainer, ChangeSet) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
38. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 76) ChangeSetDiffNode nodeB = new ChangeSetDiffNode(null, Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
39. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 77) new CVSActiveChangeSet(null, "b")); Discouraged access: The constructor CVSActiveChangeSet(ActiveChangeSetManager, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
40. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 77) new CVSActiveChangeSet(null, "b")); Discouraged access: The type CVSActiveChangeSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
41. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 78) ChangeSetDiffNode nodeC = new ChangeSetDiffNode(null, Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
42. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 78) ChangeSetDiffNode nodeC = new ChangeSetDiffNode(null, new CVSActiveChangeSet(null, "c")); Discouraged access: The constructor ChangeSetDiffNode(IDiffContainer, ChangeSet) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
43. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 78) ChangeSetDiffNode nodeC = new ChangeSetDiffNode(null, Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
44. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 79) new CVSActiveChangeSet(null, "c")); Discouraged access: The constructor CVSActiveChangeSet(ActiveChangeSetManager, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
45. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 79) new CVSActiveChangeSet(null, "c")); Discouraged access: The type CVSActiveChangeSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
46. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 80) ChangeSetDiffNode nodeD = new ChangeSetDiffNode(null, Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
47. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 80) ChangeSetDiffNode nodeD = new ChangeSetDiffNode(null, new CVSActiveChangeSet(null, "d")); Discouraged access: The constructor ChangeSetDiffNode(IDiffContainer, ChangeSet) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
48. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 80) ChangeSetDiffNode nodeD = new ChangeSetDiffNode(null, Discouraged access: The type ChangeSetDiffNode is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
49. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 81) new CVSActiveChangeSet(null, "d")); Discouraged access: The constructor CVSActiveChangeSet(ActiveChangeSetManager, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
50. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 81) new CVSActiveChangeSet(null, "d")); Discouraged access: The type CVSActiveChangeSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
51. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 112) private SynchronizePageConfiguration getMyConfiguration(final Viewer viewer) { Discouraged access: The type SynchronizePageConfiguration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
52. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 113) SynchronizePageConfiguration conf = new SynchronizePageConfiguration( Discouraged access: The type SynchronizePageConfiguration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
53. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 113) SynchronizePageConfiguration conf = new SynchronizePageConfiguration( null); Discouraged access: The constructor SynchronizePageConfiguration(ISynchronizeParticipant) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
54. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 113) SynchronizePageConfiguration conf = new SynchronizePageConfiguration( Discouraged access: The type SynchronizePageConfiguration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
55. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 115) conf.setPage(new ISynchronizePage() { public void init(ISynchronizePageSite site) throws PartInitException { } public Viewer getViewer() { return viewer; } public boolean aboutToChangeProperty( ISynchronizePageConfiguration configuration, String key, Object newValue) { return false; } }); Discouraged access: The method setPage(ISynchronizePage) from the type SynchronizePageConfiguration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
56. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 134) private class MyModelProvider extends ChangeSetModelProvider implements Discouraged access: The type ChangeSetModelProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
57. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 137) public ChangeSetCapability getChangeSetCapability() { Discouraged access: The type ChangeSetCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
58. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 138) return new ChangeSetCapability() { Discouraged access: The type ChangeSetCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
59. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 143) super(getMyConfiguration(viewer), new SyncInfoSet(), "sampleProviderId"); Discouraged access: The constructor ChangeSetModelProvider(ISynchronizePageConfiguration, SyncInfoSet, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
60. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 145) addPropertyChangeListener(this); Discouraged access: The method addPropertyChangeListener(IPropertyChangeListener) from the type AbstractSynchronizeModelProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
61. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 154) TreeViewerAdvisor.NavigableCheckboxTreeViewer { Discouraged access: The type TreeViewerAdvisor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
62. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 154) TreeViewerAdvisor.NavigableCheckboxTreeViewer { Discouraged access: The type TreeViewerAdvisor.NavigableCheckboxTreeViewer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
63. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 157) super(new Composite(PlatformUI.getWorkbench() .getActiveWorkbenchWindow().getShell(), SWT.NONE), SWT.MULTI | SWT.H_SCROLL | SWT.V_SCROLL); Discouraged access: The constructor TreeViewerAdvisor.NavigableCheckboxTreeViewer(Composite, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
64. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 171) ChangeSetModelProvider provider = new MyModelProvider(this); Discouraged access: The type ChangeSetModelProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
65. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 172) provider.setViewerSorter(new SynchronizeModelElementSorter()); Discouraged access: The method setViewerSorter(ViewerSorter) from the type ChangeSetModelProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
66. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 172) provider.setViewerSorter(new SynchronizeModelElementSorter()); Discouraged access: The constructor SynchronizeModelElementSorter() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
67. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 172) provider.setViewerSorter(new SynchronizeModelElementSorter()); Discouraged access: The type SynchronizeModelElementSorter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
68. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 173) ChangeSetModelSorter sorter = new ChangeSetModelSorter(provider, 0); Discouraged access: The type ChangeSetModelSorter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
69. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 173) ChangeSetModelSorter sorter = new ChangeSetModelSorter(provider, 0); Discouraged access: The constructor ChangeSetModelSorter(ChangeSetModelProvider, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
70. WARNING in /src/org/eclipse/team/tests/ccvs/ui/PatchTreeTest.java (at line 173) ChangeSetModelSorter sorter = new ChangeSetModelSorter(provider, 0); Discouraged access: The type ChangeSetModelSorter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/ui/benchmark/WorkflowTests.java (at line 23) import org.eclipse.team.internal.ccvs.core.CVSTag; Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/ui/benchmark/WorkflowTests.java (at line 156) tagProject(outProject, new CVSTag("v101", CVSTag.VERSION), false); Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/ui/benchmark/WorkflowTests.java (at line 156) tagProject(outProject, new CVSTag("v101", CVSTag.VERSION), false); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/ui/benchmark/WorkflowTests.java (at line 156) tagProject(outProject, new CVSTag("v101", CVSTag.VERSION), false); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/ui/benchmark/WorkflowTests.java (at line 156) tagProject(outProject, new CVSTag("v101", CVSTag.VERSION), false); Discouraged access: The field VERSION from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ProjectSetImporterTests.java (at line 41) import org.eclipse.team.core.importing.provisional.BundleImporterDelegate; Discouraged access: The type BundleImporterDelegate is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ProjectSetImporterTests.java (at line 42) import org.eclipse.team.core.importing.provisional.IBundleImporter; Discouraged access: The type IBundleImporter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ProjectSetImporterTests.java (at line 43) import org.eclipse.team.internal.ccvs.core.CVSProviderPlugin; Discouraged access: The type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ProjectSetImporterTests.java (at line 44) import org.eclipse.team.internal.ccvs.core.CVSTag; Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ProjectSetImporterTests.java (at line 45) import org.eclipse.team.internal.ccvs.core.CVSTeamProviderType; Discouraged access: The type CVSTeamProviderType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
6. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ProjectSetImporterTests.java (at line 46) import org.eclipse.team.internal.ccvs.ui.wizards.CVSScmUrlImportWizardPage; Discouraged access: The type CVSScmUrlImportWizardPage is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
7. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ProjectSetImporterTests.java (at line 47) import org.eclipse.team.internal.ui.ProjectSetImporter; Discouraged access: The type ProjectSetImporter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
8. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ProjectSetImporterTests.java (at line 111) IProject[] importProjectSet = ProjectSetImporter.importProjectSet( Discouraged access: The type ProjectSetImporter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
9. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ProjectSetImporterTests.java (at line 111) IProject[] importProjectSet = ProjectSetImporter.importProjectSet( PSF_FILENAME, PlatformUI.getWorkbench() .getActiveWorkbenchWindow().getShell(), null); Discouraged access: The method importProjectSet(String, Shell, IProgressMonitor) from the type ProjectSetImporter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
10. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ProjectSetImporterTests.java (at line 161) importProjectSet = ProjectSetImporter.importProjectSet( Discouraged access: The type ProjectSetImporter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
11. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ProjectSetImporterTests.java (at line 161) importProjectSet = ProjectSetImporter.importProjectSet( PSF_FILENAME, PlatformUI.getWorkbench() .getActiveWorkbenchWindow().getShell(), null); Discouraged access: The method importProjectSet(String, Shell, IProgressMonitor) from the type ProjectSetImporter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
12. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ProjectSetImporterTests.java (at line 184) .getProviderType(CVSProviderPlugin.getTypeId()); Discouraged access: The type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
13. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ProjectSetImporterTests.java (at line 184) .getProviderType(CVSProviderPlugin.getTypeId()); Discouraged access: The method getTypeId() from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
14. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ProjectSetImporterTests.java (at line 206) ProjectSetCapability c = new CVSTeamProviderType().getProjectSetCapability(); Discouraged access: The constructor CVSTeamProviderType() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
15. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ProjectSetImporterTests.java (at line 206) ProjectSetCapability c = new CVSTeamProviderType().getProjectSetCapability(); Discouraged access: The method getProjectSetCapability() from the type CVSTeamProviderType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
16. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ProjectSetImporterTests.java (at line 206) ProjectSetCapability c = new CVSTeamProviderType().getProjectSetCapability(); Discouraged access: The type CVSTeamProviderType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
17. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ProjectSetImporterTests.java (at line 227) ProjectSetCapability c = new CVSTeamProviderType().getProjectSetCapability(); Discouraged access: The constructor CVSTeamProviderType() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
18. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ProjectSetImporterTests.java (at line 227) ProjectSetCapability c = new CVSTeamProviderType().getProjectSetCapability(); Discouraged access: The method getProjectSetCapability() from the type CVSTeamProviderType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
19. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ProjectSetImporterTests.java (at line 227) ProjectSetCapability c = new CVSTeamProviderType().getProjectSetCapability(); Discouraged access: The type CVSTeamProviderType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
20. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ProjectSetImporterTests.java (at line 241) tagProject(project, new CVSTag("tag", CVSTag.VERSION), false); Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
21. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ProjectSetImporterTests.java (at line 241) tagProject(project, new CVSTag("tag", CVSTag.VERSION), false); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
22. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ProjectSetImporterTests.java (at line 241) tagProject(project, new CVSTag("tag", CVSTag.VERSION), false); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
23. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ProjectSetImporterTests.java (at line 241) tagProject(project, new CVSTag("tag", CVSTag.VERSION), false); Discouraged access: The field VERSION from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
24. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ProjectSetImporterTests.java (at line 252) assertTrue(pages[0] instanceof CVSScmUrlImportWizardPage); Discouraged access: The type CVSScmUrlImportWizardPage is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
25. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ProjectSetImporterTests.java (at line 272) IBundleImporter cvsBundleImporter = getBundleImporter("org.eclipse.team.core.cvs.importer"); Discouraged access: The type IBundleImporter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
26. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ProjectSetImporterTests.java (at line 273) cvsBundleImporter.performImport(selection, null); Discouraged access: The method performImport(ScmUrlImportDescription[], IProgressMonitor) from the type IBundleImporterDelegate is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
27. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ProjectSetImporterTests.java (at line 276) IProject copy = checkoutCopy(project, CVSTag.DEFAULT); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
28. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ProjectSetImporterTests.java (at line 276) IProject copy = checkoutCopy(project, CVSTag.DEFAULT); Discouraged access: The field DEFAULT from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
29. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ProjectSetImporterTests.java (at line 282) IBundleImporter cvsBundleImporter = getBundleImporter("org.eclipse.team.core.cvs.importer");; Discouraged access: The type IBundleImporter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
30. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ProjectSetImporterTests.java (at line 294) map.put(BundleImporterDelegate.ECLIPSE_SOURCE_REFERENCES, s); Discouraged access: The type BundleImporterDelegate is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
31. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ProjectSetImporterTests.java (at line 294) map.put(BundleImporterDelegate.ECLIPSE_SOURCE_REFERENCES, s); Discouraged access: The field ECLIPSE_SOURCE_REFERENCES from the type BundleImporterDelegate is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
32. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ProjectSetImporterTests.java (at line 297) ScmUrlImportDescription[] descriptions = cvsBundleImporter.validateImport(manifests); Discouraged access: The method validateImport(Map[]) from the type IBundleImporterDelegate is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
33. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ProjectSetImporterTests.java (at line 300) cvsBundleImporter.performImport(descriptions, null); Discouraged access: The method performImport(ScmUrlImportDescription[], IProgressMonitor) from the type IBundleImporterDelegate is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
34. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ProjectSetImporterTests.java (at line 304) private static IBundleImporter getBundleImporter(final String id) { Discouraged access: The type IBundleImporter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
35. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ProjectSetImporterTests.java (at line 305) IBundleImporter[] importers = Team.getBundleImporters(); Discouraged access: The type IBundleImporter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
36. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ProjectSetImporterTests.java (at line 307) if (importers[i].getId().equals(id)) Discouraged access: The method getId() from the type IBundleImporter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 32) import org.eclipse.team.internal.ccvs.core.CVSCompareSubscriber; Discouraged access: The type CVSCompareSubscriber is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 33) import org.eclipse.team.internal.ccvs.core.CVSException; Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 34) import org.eclipse.team.internal.ccvs.core.CVSMergeSubscriber; Discouraged access: The type CVSMergeSubscriber is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 35) import org.eclipse.team.internal.ccvs.core.CVSProviderPlugin; Discouraged access: The type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 36) import org.eclipse.team.internal.ccvs.core.CVSTag; Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
6. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 37) import org.eclipse.team.internal.ccvs.ui.subscriber.CVSSubscriberOperation; Discouraged access: The type CVSSubscriberOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
7. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 38) import org.eclipse.team.internal.ccvs.ui.subscriber.ConfirmMergedOperation; Discouraged access: The type ConfirmMergedOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
8. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 39) import org.eclipse.team.internal.core.mapping.SyncInfoToDiffConverter; Discouraged access: The type SyncInfoToDiffConverter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
9. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 40) import org.eclipse.team.internal.ui.synchronize.SyncInfoModelElement; Discouraged access: The type SyncInfoModelElement is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
10. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 54) public CVSMergeSubscriber createMergeSubscriber(IProject project, CVSTag root, CVSTag branch) { Discouraged access: The type CVSMergeSubscriber is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
11. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 54) public CVSMergeSubscriber createMergeSubscriber(IProject project, CVSTag root, CVSTag branch) { Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
12. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 54) public CVSMergeSubscriber createMergeSubscriber(IProject project, CVSTag root, CVSTag branch) { Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
13. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 58) public CVSMergeSubscriber createMergeSubscriber(IProject project, CVSTag root, CVSTag branch, boolean isModelSync) { Discouraged access: The type CVSMergeSubscriber is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
14. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 58) public CVSMergeSubscriber createMergeSubscriber(IProject project, CVSTag root, CVSTag branch, boolean isModelSync) { Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
15. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 58) public CVSMergeSubscriber createMergeSubscriber(IProject project, CVSTag root, CVSTag branch, boolean isModelSync) { Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
16. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 59) CVSMergeSubscriber subscriber = new CVSMergeSubscriber(new IResource[] { project }, root, branch, isModelSync); Discouraged access: The type CVSMergeSubscriber is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
17. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 59) CVSMergeSubscriber subscriber = new CVSMergeSubscriber(new IResource[] { project }, root, branch, isModelSync); Discouraged access: The constructor CVSMergeSubscriber(IResource[], CVSTag, CVSTag, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
18. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 59) CVSMergeSubscriber subscriber = new CVSMergeSubscriber(new IResource[] { project }, root, branch, isModelSync); Discouraged access: The type CVSMergeSubscriber is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
19. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 64) public CVSCompareSubscriber createCompareSubscriber(IResource resource, CVSTag tag) { Discouraged access: The type CVSCompareSubscriber is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
20. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 64) public CVSCompareSubscriber createCompareSubscriber(IResource resource, CVSTag tag) { Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
21. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 65) CVSCompareSubscriber subscriber = new CVSCompareSubscriber(new IResource[] { resource }, tag); Discouraged access: The type CVSCompareSubscriber is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
22. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 65) CVSCompareSubscriber subscriber = new CVSCompareSubscriber(new IResource[] { resource }, tag); Discouraged access: The constructor CVSCompareSubscriber(IResource[], CVSTag) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
23. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 65) CVSCompareSubscriber subscriber = new CVSCompareSubscriber(new IResource[] { resource }, tag); Discouraged access: The type CVSCompareSubscriber is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
24. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 75) return CVSProviderPlugin.getPlugin().getCVSWorkspaceSubscriber(); Discouraged access: The type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
25. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 75) return CVSProviderPlugin.getPlugin().getCVSWorkspaceSubscriber(); Discouraged access: The method getPlugin() from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
26. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 75) return CVSProviderPlugin.getPlugin().getCVSWorkspaceSubscriber(); Discouraged access: The method getCVSWorkspaceSubscriber() from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
27. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 118) CVSMergeSubscriber s = (CVSMergeSubscriber) it.next(); Discouraged access: The type CVSMergeSubscriber is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
28. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 118) CVSMergeSubscriber s = (CVSMergeSubscriber) it.next(); Discouraged access: The type CVSMergeSubscriber is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
29. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 119) s.cancel(); Discouraged access: The method cancel() from the type CVSMergeSubscriber is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
30. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 143) assertDiffKindEquals(message, subscriber, resource, SyncInfoToDiffConverter.asDiffFlags(syncKind)); Discouraged access: The type SyncInfoToDiffConverter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
31. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 143) assertDiffKindEquals(message, subscriber, resource, SyncInfoToDiffConverter.asDiffFlags(syncKind)); Discouraged access: The method asDiffFlags(int) from the type SyncInfoToDiffConverter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
32. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 174) + SyncInfoToDiffConverter.diffStatusToString(expectedFlags) Discouraged access: The type SyncInfoToDiffConverter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
33. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 174) + SyncInfoToDiffConverter.diffStatusToString(expectedFlags) Discouraged access: The method diffStatusToString(int) from the type SyncInfoToDiffConverter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
34. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 176) + SyncInfoToDiffConverter.diffStatusToString(actualFlags); Discouraged access: The type SyncInfoToDiffConverter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
35. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 176) + SyncInfoToDiffConverter.diffStatusToString(actualFlags); Discouraged access: The method diffStatusToString(int) from the type SyncInfoToDiffConverter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
36. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 223) action.run(DEFAULT_MONITOR); Discouraged access: The method run(IProgressMonitor) from the type SafeUpdateOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
37. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 237) new ConfirmMergedOperation(null, getElements(infos)).run(DEFAULT_MONITOR); Discouraged access: The constructor ConfirmMergedOperation(ISynchronizePageConfiguration, IDiffElement[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
38. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 237) new ConfirmMergedOperation(null, getElements(infos)).run(DEFAULT_MONITOR); Discouraged access: The method run(IProgressMonitor) from the type CVSSubscriberOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
39. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 237) new ConfirmMergedOperation(null, getElements(infos)).run(DEFAULT_MONITOR); Discouraged access: The type ConfirmMergedOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
40. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 242) SyncInfoModelElement[] elements = new SyncInfoModelElement[infos.length]; Discouraged access: The type SyncInfoModelElement is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
41. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 242) SyncInfoModelElement[] elements = new SyncInfoModelElement[infos.length]; Discouraged access: The type SyncInfoModelElement is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
42. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 244) elements[i] = new SyncInfoModelElement(null, infos[i]); Discouraged access: The constructor SyncInfoModelElement(IDiffContainer, SyncInfo) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
43. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 244) elements[i] = new SyncInfoModelElement(null, infos[i]); Discouraged access: The type SyncInfoModelElement is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
44. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 268) private void runSubscriberOperation(CVSSubscriberOperation op) throws CoreException { Discouraged access: The type CVSSubscriberOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
45. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 272) throw CVSException.wrapException(e); Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
46. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/SyncInfoSource.java (at line 272) throw CVSException.wrapException(e); Discouraged access: The method wrapException(Exception) from the type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/ui/EditorTests.java (at line 23) import org.eclipse.team.internal.ccvs.core.ICVSFile; Discouraged access: The type ICVSFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/ui/EditorTests.java (at line 24) import org.eclipse.team.internal.ccvs.core.ICVSRemoteFile; Discouraged access: The type ICVSRemoteFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/ui/EditorTests.java (at line 25) import org.eclipse.team.internal.ccvs.core.resources.CVSWorkspaceRoot; Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/ui/EditorTests.java (at line 26) import org.eclipse.team.internal.ccvs.ui.CVSUIPlugin; Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/ui/EditorTests.java (at line 27) import org.eclipse.team.internal.ui.Utils; Discouraged access: The type Utils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
6. WARNING in /src/org/eclipse/team/tests/ccvs/ui/EditorTests.java (at line 56) ICVSRemoteFile remoteFile = (ICVSRemoteFile)CVSWorkspaceRoot.getRemoteResourceFor(project.getFile("file.cvsTest")); Discouraged access: The type ICVSRemoteFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
7. WARNING in /src/org/eclipse/team/tests/ccvs/ui/EditorTests.java (at line 56) ICVSRemoteFile remoteFile = (ICVSRemoteFile)CVSWorkspaceRoot.getRemoteResourceFor(project.getFile("file.cvsTest")); Discouraged access: The type ICVSRemoteFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
8. WARNING in /src/org/eclipse/team/tests/ccvs/ui/EditorTests.java (at line 56) ICVSRemoteFile remoteFile = (ICVSRemoteFile)CVSWorkspaceRoot.getRemoteResourceFor(project.getFile("file.cvsTest")); Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
9. WARNING in /src/org/eclipse/team/tests/ccvs/ui/EditorTests.java (at line 56) ICVSRemoteFile remoteFile = (ICVSRemoteFile)CVSWorkspaceRoot.getRemoteResourceFor(project.getFile("file.cvsTest")); Discouraged access: The method getRemoteResourceFor(IResource) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
10. WARNING in /src/org/eclipse/team/tests/ccvs/ui/EditorTests.java (at line 57) IEditorPart part = CVSUIPlugin.getPlugin().openEditor(remoteFile, new NullProgressMonitor()); Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
11. WARNING in /src/org/eclipse/team/tests/ccvs/ui/EditorTests.java (at line 57) IEditorPart part = CVSUIPlugin.getPlugin().openEditor(remoteFile, new NullProgressMonitor()); Discouraged access: The method getPlugin() from the type CVSUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
12. WARNING in /src/org/eclipse/team/tests/ccvs/ui/EditorTests.java (at line 57) IEditorPart part = CVSUIPlugin.getPlugin().openEditor(remoteFile, new NullProgressMonitor()); Discouraged access: The method openEditor(ICVSRemoteFile, IProgressMonitor) from the type CVSUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
13. WARNING in /src/org/eclipse/team/tests/ccvs/ui/EditorTests.java (at line 59) assertNotNull(Utils.getAdapter(part.getEditorInput(), IFileRevision.class)); Discouraged access: The type Utils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
14. WARNING in /src/org/eclipse/team/tests/ccvs/ui/EditorTests.java (at line 59) assertNotNull(Utils.getAdapter(part.getEditorInput(), IFileRevision.class)); Discouraged access: The method getAdapter(Object, Class) from the type Utils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
15. WARNING in /src/org/eclipse/team/tests/ccvs/ui/EditorTests.java (at line 60) assertNotNull(Utils.getAdapter(part.getEditorInput(), ICVSFile.class)); Discouraged access: The type Utils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
16. WARNING in /src/org/eclipse/team/tests/ccvs/ui/EditorTests.java (at line 60) assertNotNull(Utils.getAdapter(part.getEditorInput(), ICVSFile.class)); Discouraged access: The method getAdapter(Object, Class) from the type Utils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
17. WARNING in /src/org/eclipse/team/tests/ccvs/ui/EditorTests.java (at line 60) assertNotNull(Utils.getAdapter(part.getEditorInput(), ICVSFile.class)); Discouraged access: The type ICVSFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
18. WARNING in /src/org/eclipse/team/tests/ccvs/ui/EditorTests.java (at line 61) assertNotNull(Utils.getAdapter(part.getEditorInput(), IResourceVariant.class)); Discouraged access: The type Utils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
19. WARNING in /src/org/eclipse/team/tests/ccvs/ui/EditorTests.java (at line 61) assertNotNull(Utils.getAdapter(part.getEditorInput(), IResourceVariant.class)); Discouraged access: The method getAdapter(Object, Class) from the type Utils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
20. WARNING in /src/org/eclipse/team/tests/ccvs/ui/EditorTests.java (at line 62) assertNotNull(Utils.getAdapter(part.getEditorInput(), IHistoryPageSource.class)); Discouraged access: The type Utils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
21. WARNING in /src/org/eclipse/team/tests/ccvs/ui/EditorTests.java (at line 62) assertNotNull(Utils.getAdapter(part.getEditorInput(), IHistoryPageSource.class)); Discouraged access: The method getAdapter(Object, Class) from the type Utils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
22. WARNING in /src/org/eclipse/team/tests/ccvs/ui/EditorTests.java (at line 63) assertNotNull(Utils.getAdapter(part.getEditorInput(), IWorkbenchAdapter.class)); Discouraged access: The type Utils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
23. WARNING in /src/org/eclipse/team/tests/ccvs/ui/EditorTests.java (at line 63) assertNotNull(Utils.getAdapter(part.getEditorInput(), IWorkbenchAdapter.class)); Discouraged access: The method getAdapter(Object, Class) from the type Utils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 26) import org.eclipse.team.internal.ccvs.core.CVSException; Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 27) import org.eclipse.team.internal.ccvs.core.CVSMergeSubscriber; Discouraged access: The type CVSMergeSubscriber is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 28) import org.eclipse.team.internal.ccvs.core.CVSProviderPlugin; Discouraged access: The type CVSProviderPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 29) import org.eclipse.team.internal.ccvs.core.CVSTag; Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 30) import org.eclipse.team.internal.ccvs.core.ICVSFile; Discouraged access: The type ICVSFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
6. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 31) import org.eclipse.team.internal.ccvs.core.client.Command; Discouraged access: The type Command is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
7. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 32) import org.eclipse.team.internal.ccvs.core.client.Command.KSubstOption; Discouraged access: The type Command.KSubstOption is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
8. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 33) import org.eclipse.team.internal.ccvs.core.resources.CVSWorkspaceRoot; Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
9. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 34) import org.eclipse.team.internal.ccvs.core.syncinfo.ResourceSyncInfo; Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
10. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 61) private IProject branchProject(IProject project, CVSTag root, CVSTag branch) throws TeamException { Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
11. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 61) private IProject branchProject(IProject project, CVSTag root, CVSTag branch) throws TeamException { Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
12. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 69) private void mergeResources(CVSMergeSubscriber subscriber, IProject project, String[] resourcePaths, boolean allowOverwrite) throws CoreException, TeamException, InvocationTargetException, InterruptedException { Discouraged access: The type CVSMergeSubscriber is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
13. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 81) public void testIncomingChanges() throws InvocationTargetException, InterruptedException, CVSException, CoreException, IOException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
14. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 86) CVSTag root = new CVSTag("root_branch1", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
15. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 86) CVSTag root = new CVSTag("root_branch1", CVSTag.VERSION); Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
16. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 86) CVSTag root = new CVSTag("root_branch1", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
17. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 86) CVSTag root = new CVSTag("root_branch1", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
18. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 86) CVSTag root = new CVSTag("root_branch1", CVSTag.VERSION); Discouraged access: The field VERSION from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
19. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 87) CVSTag branch = new CVSTag("branch1", CVSTag.BRANCH); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
20. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 87) CVSTag branch = new CVSTag("branch1", CVSTag.BRANCH); Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
21. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 87) CVSTag branch = new CVSTag("branch1", CVSTag.BRANCH); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
22. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 87) CVSTag branch = new CVSTag("branch1", CVSTag.BRANCH); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
23. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 87) CVSTag branch = new CVSTag("branch1", CVSTag.BRANCH); Discouraged access: The field BRANCH from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
24. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 107) CVSMergeSubscriber subscriber = getSyncInfoSource().createMergeSubscriber(project, root, branch); Discouraged access: The type CVSMergeSubscriber is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
25. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 148) public void _test46007() throws InvocationTargetException, InterruptedException, CVSException, CoreException, IOException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
26. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 155) CVSTag root = new CVSTag("root_branch1", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
27. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 155) CVSTag root = new CVSTag("root_branch1", CVSTag.VERSION); Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
28. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 155) CVSTag root = new CVSTag("root_branch1", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
29. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 155) CVSTag root = new CVSTag("root_branch1", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
30. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 155) CVSTag root = new CVSTag("root_branch1", CVSTag.VERSION); Discouraged access: The field VERSION from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
31. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 156) CVSTag branch = new CVSTag("branch1", CVSTag.BRANCH); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
32. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 156) CVSTag branch = new CVSTag("branch1", CVSTag.BRANCH); Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
33. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 156) CVSTag branch = new CVSTag("branch1", CVSTag.BRANCH); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
34. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 156) CVSTag branch = new CVSTag("branch1", CVSTag.BRANCH); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
35. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 156) CVSTag branch = new CVSTag("branch1", CVSTag.BRANCH); Discouraged access: The field BRANCH from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
36. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 163) CVSTag root2 = new CVSTag("v1", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
37. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 163) CVSTag root2 = new CVSTag("v1", CVSTag.VERSION); Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
38. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 163) CVSTag root2 = new CVSTag("v1", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
39. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 163) CVSTag root2 = new CVSTag("v1", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
40. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 163) CVSTag root2 = new CVSTag("v1", CVSTag.VERSION); Discouraged access: The field VERSION from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
41. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 167) CVSTag root3 = new CVSTag("v2", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
42. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 167) CVSTag root3 = new CVSTag("v2", CVSTag.VERSION); Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
43. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 167) CVSTag root3 = new CVSTag("v2", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
44. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 167) CVSTag root3 = new CVSTag("v2", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
45. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 167) CVSTag root3 = new CVSTag("v2", CVSTag.VERSION); Discouraged access: The field VERSION from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
46. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 170) CVSMergeSubscriber subscriber = getSyncInfoSource().createMergeSubscriber(project, root2, root3); Discouraged access: The type CVSMergeSubscriber is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
47. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 197) CVSTag root = new CVSTag("root_branch1", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
48. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 197) CVSTag root = new CVSTag("root_branch1", CVSTag.VERSION); Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
49. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 197) CVSTag root = new CVSTag("root_branch1", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
50. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 197) CVSTag root = new CVSTag("root_branch1", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
51. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 197) CVSTag root = new CVSTag("root_branch1", CVSTag.VERSION); Discouraged access: The field VERSION from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
52. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 198) CVSTag branch = new CVSTag("branch1", CVSTag.BRANCH); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
53. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 198) CVSTag branch = new CVSTag("branch1", CVSTag.BRANCH); Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
54. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 198) CVSTag branch = new CVSTag("branch1", CVSTag.BRANCH); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
55. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 198) CVSTag branch = new CVSTag("branch1", CVSTag.BRANCH); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
56. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 198) CVSTag branch = new CVSTag("branch1", CVSTag.BRANCH); Discouraged access: The field BRANCH from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
57. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 213) CVSMergeSubscriber subscriber = getSyncInfoSource().createMergeSubscriber(project, root, branch); Discouraged access: The type CVSMergeSubscriber is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
58. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 246) CVSTag root = new CVSTag("root_branch1", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
59. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 246) CVSTag root = new CVSTag("root_branch1", CVSTag.VERSION); Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
60. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 246) CVSTag root = new CVSTag("root_branch1", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
61. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 246) CVSTag root = new CVSTag("root_branch1", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
62. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 246) CVSTag root = new CVSTag("root_branch1", CVSTag.VERSION); Discouraged access: The field VERSION from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
63. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 247) CVSTag branch = new CVSTag("branch1", CVSTag.BRANCH); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
64. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 247) CVSTag branch = new CVSTag("branch1", CVSTag.BRANCH); Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
65. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 247) CVSTag branch = new CVSTag("branch1", CVSTag.BRANCH); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
66. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 247) CVSTag branch = new CVSTag("branch1", CVSTag.BRANCH); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
67. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 247) CVSTag branch = new CVSTag("branch1", CVSTag.BRANCH); Discouraged access: The field BRANCH from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
68. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 266) CVSMergeSubscriber subscriber = getSyncInfoSource().createMergeSubscriber(project, root, branch); Discouraged access: The type CVSMergeSubscriber is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
69. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 324) CVSTag root = new CVSTag("root_branch1", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
70. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 324) CVSTag root = new CVSTag("root_branch1", CVSTag.VERSION); Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
71. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 324) CVSTag root = new CVSTag("root_branch1", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
72. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 324) CVSTag root = new CVSTag("root_branch1", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
73. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 324) CVSTag root = new CVSTag("root_branch1", CVSTag.VERSION); Discouraged access: The field VERSION from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
74. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 325) CVSTag branch = new CVSTag("branch1", CVSTag.BRANCH); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
75. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 325) CVSTag branch = new CVSTag("branch1", CVSTag.BRANCH); Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
76. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 325) CVSTag branch = new CVSTag("branch1", CVSTag.BRANCH); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
77. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 325) CVSTag branch = new CVSTag("branch1", CVSTag.BRANCH); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
78. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 325) CVSTag branch = new CVSTag("branch1", CVSTag.BRANCH); Discouraged access: The field BRANCH from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
79. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 337) CVSMergeSubscriber subscriber = getSyncInfoSource().createMergeSubscriber(project, root, branch); Discouraged access: The type CVSMergeSubscriber is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
80. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 394) public void testBug37546MergeWantsToDeleteNewDirectories() throws CVSException, CoreException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
81. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 400) CVSTag root = new CVSTag("root_branch1", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
82. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 400) CVSTag root = new CVSTag("root_branch1", CVSTag.VERSION); Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
83. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 400) CVSTag root = new CVSTag("root_branch1", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
84. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 400) CVSTag root = new CVSTag("root_branch1", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
85. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 400) CVSTag root = new CVSTag("root_branch1", CVSTag.VERSION); Discouraged access: The field VERSION from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
86. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 401) CVSTag branch = new CVSTag("branch1", CVSTag.BRANCH); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
87. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 401) CVSTag branch = new CVSTag("branch1", CVSTag.BRANCH); Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
88. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 401) CVSTag branch = new CVSTag("branch1", CVSTag.BRANCH); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
89. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 401) CVSTag branch = new CVSTag("branch1", CVSTag.BRANCH); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
90. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 401) CVSTag branch = new CVSTag("branch1", CVSTag.BRANCH); Discouraged access: The field BRANCH from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
91. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 413) CVSMergeSubscriber subscriber = getSyncInfoSource().createMergeSubscriber(project, root, branch); Discouraged access: The type CVSMergeSubscriber is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
92. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 432) CVSTag root = new CVSTag("root_branch1", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
93. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 432) CVSTag root = new CVSTag("root_branch1", CVSTag.VERSION); Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
94. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 432) CVSTag root = new CVSTag("root_branch1", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
95. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 432) CVSTag root = new CVSTag("root_branch1", CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
96. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 432) CVSTag root = new CVSTag("root_branch1", CVSTag.VERSION); Discouraged access: The field VERSION from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
97. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 433) CVSTag branch = new CVSTag("branch1", CVSTag.BRANCH); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
98. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 433) CVSTag branch = new CVSTag("branch1", CVSTag.BRANCH); Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
99. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 433) CVSTag branch = new CVSTag("branch1", CVSTag.BRANCH); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
100. WARNING in /src/org/eclipse/team/tests/ccvs/core/subscriber/CVSMergeSubscriberTest.java (at line 433) CVSTag branch = new CVSTag("branch1", CVSTag.BRANCH); Discouraged access: The field BRANCH from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 23) import org.eclipse.team.internal.ccvs.core.ICVSFolder; Discouraged access: The type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 24) import org.eclipse.team.internal.ccvs.core.ICVSRemoteFolder; Discouraged access: The type ICVSRemoteFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 25) import org.eclipse.team.internal.ccvs.core.resources.CVSWorkspaceRoot; Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 26) import org.eclipse.team.internal.ccvs.core.syncinfo.FolderSyncInfo; Discouraged access: The type FolderSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 27) import org.eclipse.team.internal.ccvs.ui.operations.CVSOperation; Discouraged access: The type CVSOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
6. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 28) import org.eclipse.team.internal.ccvs.ui.operations.CheckoutMultipleProjectsOperation; Discouraged access: The type CheckoutMultipleProjectsOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
7. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 29) import org.eclipse.team.internal.ccvs.ui.operations.CheckoutSingleProjectOperation; Discouraged access: The type CheckoutSingleProjectOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
8. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 58) CVSOperation op = new CheckoutMultipleProjectsOperation( Discouraged access: The type CVSOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
9. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 58) CVSOperation op = new CheckoutMultipleProjectsOperation( null /* shell */, new ICVSRemoteFolder[] { (ICVSRemoteFolder)CVSWorkspaceRoot.getRemoteResourceFor(movedProject) }, null /*target location*/); Discouraged access: The constructor CheckoutMultipleProjectsOperation(IWorkbenchPart, ICVSRemoteFolder[], String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
10. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 58) CVSOperation op = new CheckoutMultipleProjectsOperation( Discouraged access: The type CheckoutMultipleProjectsOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
11. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 60) new ICVSRemoteFolder[] { (ICVSRemoteFolder)CVSWorkspaceRoot.getRemoteResourceFor(movedProject) }, Discouraged access: The type ICVSRemoteFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
12. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 60) new ICVSRemoteFolder[] { (ICVSRemoteFolder)CVSWorkspaceRoot.getRemoteResourceFor(movedProject) }, Discouraged access: The type ICVSRemoteFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
13. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 60) new ICVSRemoteFolder[] { (ICVSRemoteFolder)CVSWorkspaceRoot.getRemoteResourceFor(movedProject) }, Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
14. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 60) new ICVSRemoteFolder[] { (ICVSRemoteFolder)CVSWorkspaceRoot.getRemoteResourceFor(movedProject) }, Discouraged access: The method getRemoteResourceFor(IResource) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
15. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 71) CVSOperation op = new CheckoutMultipleProjectsOperation( Discouraged access: The type CVSOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
16. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 71) CVSOperation op = new CheckoutMultipleProjectsOperation( null /* shell */, new ICVSRemoteFolder[] { (ICVSRemoteFolder)CVSWorkspaceRoot.getRemoteResourceFor(project.getFolder("folder1")) }, null /*target location*/); Discouraged access: The constructor CheckoutMultipleProjectsOperation(IWorkbenchPart, ICVSRemoteFolder[], String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
17. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 71) CVSOperation op = new CheckoutMultipleProjectsOperation( Discouraged access: The type CheckoutMultipleProjectsOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
18. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 73) new ICVSRemoteFolder[] { (ICVSRemoteFolder)CVSWorkspaceRoot.getRemoteResourceFor(project.getFolder("folder1")) }, Discouraged access: The type ICVSRemoteFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
19. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 73) new ICVSRemoteFolder[] { (ICVSRemoteFolder)CVSWorkspaceRoot.getRemoteResourceFor(project.getFolder("folder1")) }, Discouraged access: The type ICVSRemoteFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
20. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 73) new ICVSRemoteFolder[] { (ICVSRemoteFolder)CVSWorkspaceRoot.getRemoteResourceFor(project.getFolder("folder1")) }, Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
21. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 73) new ICVSRemoteFolder[] { (ICVSRemoteFolder)CVSWorkspaceRoot.getRemoteResourceFor(project.getFolder("folder1")) }, Discouraged access: The method getRemoteResourceFor(IResource) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
22. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 79) ICVSFolder cvsFolder = CVSWorkspaceRoot.getCVSFolderFor(newProject); Discouraged access: The type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
23. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 79) ICVSFolder cvsFolder = CVSWorkspaceRoot.getCVSFolderFor(newProject); Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
24. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 79) ICVSFolder cvsFolder = CVSWorkspaceRoot.getCVSFolderFor(newProject); Discouraged access: The method getCVSFolderFor(IContainer) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
25. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 80) FolderSyncInfo projectInfo = cvsFolder.getFolderSyncInfo(); Discouraged access: The type FolderSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
26. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 80) FolderSyncInfo projectInfo = cvsFolder.getFolderSyncInfo(); Discouraged access: The method getFolderSyncInfo() from the type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
27. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 82) ICVSFolder cvsFolder2 = CVSWorkspaceRoot.getCVSFolderFor(project.getFolder("folder1")); Discouraged access: The type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
28. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 82) ICVSFolder cvsFolder2 = CVSWorkspaceRoot.getCVSFolderFor(project.getFolder("folder1")); Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
29. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 82) ICVSFolder cvsFolder2 = CVSWorkspaceRoot.getCVSFolderFor(project.getFolder("folder1")); Discouraged access: The method getCVSFolderFor(IContainer) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
30. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 83) FolderSyncInfo folderInfo = cvsFolder2.getFolderSyncInfo(); Discouraged access: The type FolderSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
31. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 83) FolderSyncInfo folderInfo = cvsFolder2.getFolderSyncInfo(); Discouraged access: The method getFolderSyncInfo() from the type ICVSFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
32. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 85) assertTrue(projectInfo.equals(folderInfo)); Discouraged access: The method equals(Object) from the type FolderSyncInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
33. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 100) CVSOperation op = new CheckoutMultipleProjectsOperation( Discouraged access: The type CVSOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
34. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 100) CVSOperation op = new CheckoutMultipleProjectsOperation( null /* shell */, new ICVSRemoteFolder[] { (ICVSRemoteFolder)CVSWorkspaceRoot.getRemoteResourceFor(movedProject1), (ICVSRemoteFolder)CVSWorkspaceRoot.getRemoteResourceFor(movedProject2) }, null /*target location*/); Discouraged access: The constructor CheckoutMultipleProjectsOperation(IWorkbenchPart, ICVSRemoteFolder[], String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
35. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 100) CVSOperation op = new CheckoutMultipleProjectsOperation( Discouraged access: The type CheckoutMultipleProjectsOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
36. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 102) new ICVSRemoteFolder[] { Discouraged access: The type ICVSRemoteFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
37. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 103) (ICVSRemoteFolder)CVSWorkspaceRoot.getRemoteResourceFor(movedProject1), Discouraged access: The type ICVSRemoteFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
38. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 103) (ICVSRemoteFolder)CVSWorkspaceRoot.getRemoteResourceFor(movedProject1), Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
39. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 103) (ICVSRemoteFolder)CVSWorkspaceRoot.getRemoteResourceFor(movedProject1), Discouraged access: The method getRemoteResourceFor(IResource) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
40. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 104) (ICVSRemoteFolder)CVSWorkspaceRoot.getRemoteResourceFor(movedProject2) Discouraged access: The type ICVSRemoteFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
41. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 104) (ICVSRemoteFolder)CVSWorkspaceRoot.getRemoteResourceFor(movedProject2) Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
42. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 104) (ICVSRemoteFolder)CVSWorkspaceRoot.getRemoteResourceFor(movedProject2) Discouraged access: The method getRemoteResourceFor(IResource) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
43. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 115) CVSOperation op = new CheckoutSingleProjectOperation( Discouraged access: The type CVSOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
44. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 115) CVSOperation op = new CheckoutSingleProjectOperation( null /* shell */, (ICVSRemoteFolder)CVSWorkspaceRoot.getRemoteResourceFor(project), copy, null /*target location*/, false); Discouraged access: The constructor CheckoutSingleProjectOperation(IWorkbenchPart, ICVSRemoteFolder, IProject, String, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
45. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 115) CVSOperation op = new CheckoutSingleProjectOperation( Discouraged access: The type CheckoutSingleProjectOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/target/classes |
46. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 117) (ICVSRemoteFolder)CVSWorkspaceRoot.getRemoteResourceFor(project), Discouraged access: The type ICVSRemoteFolder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
47. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 117) (ICVSRemoteFolder)CVSWorkspaceRoot.getRemoteResourceFor(project), Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
48. WARNING in /src/org/eclipse/team/tests/ccvs/ui/CheckoutOperationTests.java (at line 117) (ICVSRemoteFolder)CVSWorkspaceRoot.getRemoteResourceFor(project), Discouraged access: The method getRemoteResourceFor(IResource) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ParticipantSyncInfoSource.java (at line 19) import org.eclipse.team.internal.ccvs.core.CVSMergeSubscriber; Discouraged access: The type CVSMergeSubscriber is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ParticipantSyncInfoSource.java (at line 20) import org.eclipse.team.internal.core.mapping.SyncInfoToDiffConverter; Discouraged access: The type SyncInfoToDiffConverter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ParticipantSyncInfoSource.java (at line 21) import org.eclipse.team.internal.ui.TeamUIPlugin; Discouraged access: The type TeamUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ParticipantSyncInfoSource.java (at line 22) import org.eclipse.team.internal.ui.Utils; Discouraged access: The type Utils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ParticipantSyncInfoSource.java (at line 23) import org.eclipse.team.internal.ui.synchronize.SynchronizeView; Discouraged access: The type SynchronizeView is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
6. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ParticipantSyncInfoSource.java (at line 34) IWorkbenchPage activePage = TeamUIPlugin.getActivePage(); Discouraged access: The type TeamUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
7. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ParticipantSyncInfoSource.java (at line 34) IWorkbenchPage activePage = TeamUIPlugin.getActivePage(); Discouraged access: The method getActivePage() from the type TeamUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
8. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ParticipantSyncInfoSource.java (at line 36) IPage page = ((SynchronizeView)view).getPage(participant); Discouraged access: The method getPage(ISynchronizeParticipant) from the type SynchronizeView is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
9. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ParticipantSyncInfoSource.java (at line 36) IPage page = ((SynchronizeView)view).getPage(participant); Discouraged access: The type SynchronizeView is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
10. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ParticipantSyncInfoSource.java (at line 41) IWorkbenchPage activePage = TeamUIPlugin.getActivePage(); Discouraged access: The type TeamUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
11. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ParticipantSyncInfoSource.java (at line 41) IWorkbenchPage activePage = TeamUIPlugin.getActivePage(); Discouraged access: The method getActivePage() from the type TeamUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
12. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ParticipantSyncInfoSource.java (at line 49) protected SyncInfoToDiffConverter getConverter(Subscriber subscriber) { Discouraged access: The type SyncInfoToDiffConverter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
13. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ParticipantSyncInfoSource.java (at line 50) SyncInfoToDiffConverter converter = (SyncInfoToDiffConverter)Utils.getAdapter(subscriber, SyncInfoToDiffConverter.class); Discouraged access: The type SyncInfoToDiffConverter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
14. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ParticipantSyncInfoSource.java (at line 50) SyncInfoToDiffConverter converter = (SyncInfoToDiffConverter)Utils.getAdapter(subscriber, SyncInfoToDiffConverter.class); Discouraged access: The type SyncInfoToDiffConverter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
15. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ParticipantSyncInfoSource.java (at line 50) SyncInfoToDiffConverter converter = (SyncInfoToDiffConverter)Utils.getAdapter(subscriber, SyncInfoToDiffConverter.class); Discouraged access: The type Utils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
16. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ParticipantSyncInfoSource.java (at line 50) SyncInfoToDiffConverter converter = (SyncInfoToDiffConverter)Utils.getAdapter(subscriber, SyncInfoToDiffConverter.class); Discouraged access: The method getAdapter(Object, Class) from the type Utils is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
17. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ParticipantSyncInfoSource.java (at line 50) SyncInfoToDiffConverter converter = (SyncInfoToDiffConverter)Utils.getAdapter(subscriber, SyncInfoToDiffConverter.class); Discouraged access: The type SyncInfoToDiffConverter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
18. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ParticipantSyncInfoSource.java (at line 52) converter = SyncInfoToDiffConverter.getDefault(); Discouraged access: The type SyncInfoToDiffConverter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
19. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ParticipantSyncInfoSource.java (at line 52) converter = SyncInfoToDiffConverter.getDefault(); Discouraged access: The method getDefault() from the type SyncInfoToDiffConverter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes |
20. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ParticipantSyncInfoSource.java (at line 64) if(ref.getParticipant().getId().equals(CVSMergeSubscriber.ID)) { Discouraged access: The type CVSMergeSubscriber is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
21. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ParticipantSyncInfoSource.java (at line 64) if(ref.getParticipant().getId().equals(CVSMergeSubscriber.ID)) { Discouraged access: The field ID from the type CVSMergeSubscriber is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
22. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ParticipantSyncInfoSource.java (at line 79) IWorkbenchPage activePage = TeamUIPlugin.getActivePage(); Discouraged access: The type TeamUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
23. WARNING in /src/org/eclipse/team/tests/ccvs/ui/ParticipantSyncInfoSource.java (at line 79) IWorkbenchPage activePage = TeamUIPlugin.getActivePage(); Discouraged access: The method getActivePage() from the type TeamUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes |
1. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 20) import org.eclipse.team.internal.ccvs.core.CVSException; Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
2. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 21) import org.eclipse.team.internal.ccvs.core.CVSProjectSetCapability; Discouraged access: The type CVSProjectSetCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
3. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 22) import org.eclipse.team.internal.ccvs.core.CVSTag; Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
4. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 23) import org.eclipse.team.internal.ccvs.core.ICVSRepositoryLocation; Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
5. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 24) import org.eclipse.team.internal.ccvs.core.connection.CVSRepositoryLocation; Discouraged access: The type CVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
6. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 25) import org.eclipse.team.internal.ccvs.core.filesystem.CVSURI; Discouraged access: The type CVSURI is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
7. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 44) public void testURIParse() throws URISyntaxException, CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
8. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 46) CVSURI cvsUri = CVSURI.fromUri(uri); Discouraged access: The type CVSURI is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
9. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 46) CVSURI cvsUri = CVSURI.fromUri(uri); Discouraged access: The method fromUri(URI) from the type CVSURI is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
10. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 46) CVSURI cvsUri = CVSURI.fromUri(uri); Discouraged access: The type CVSURI is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
11. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 47) assertEquals("/project/path", cvsUri.getPath().toString()); Discouraged access: The method getPath() from the type CVSURI is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
12. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 48) CVSRepositoryLocation location = CVSRepositoryLocation.fromString(":pserver:user@host.here:/root/path"); Discouraged access: The type CVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
13. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 48) CVSRepositoryLocation location = CVSRepositoryLocation.fromString(":pserver:user@host.here:/root/path"); Discouraged access: The method fromString(String) from the type CVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
14. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 48) CVSRepositoryLocation location = CVSRepositoryLocation.fromString(":pserver:user@host.here:/root/path"); Discouraged access: The type CVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
15. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 49) assertEquals(cvsUri.getRepository().getLocation(false), location.getLocation(false)); Discouraged access: The method getLocation(boolean) from the type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
16. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 49) assertEquals(cvsUri.getRepository().getLocation(false), location.getLocation(false)); Discouraged access: The method getRepository() from the type CVSURI is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
17. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 49) assertEquals(cvsUri.getRepository().getLocation(false), location.getLocation(false)); Discouraged access: The method getLocation(boolean) from the type CVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
18. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 50) assertEquals(cvsUri.getTag(), null); Discouraged access: The method getTag() from the type CVSURI is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
19. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 51) assertEquals(cvsUri.toURI(), uri); Discouraged access: The method toURI() from the type CVSURI is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
20. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 54) public void testURIParse2() throws URISyntaxException, CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
21. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 56) CVSURI cvsUri = CVSURI.fromUri(uri); Discouraged access: The type CVSURI is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
22. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 56) CVSURI cvsUri = CVSURI.fromUri(uri); Discouraged access: The method fromUri(URI) from the type CVSURI is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
23. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 56) CVSURI cvsUri = CVSURI.fromUri(uri); Discouraged access: The type CVSURI is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
24. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 57) assertEquals("/project/path", cvsUri.getPath().toString()); Discouraged access: The method getPath() from the type CVSURI is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
25. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 58) CVSRepositoryLocation location = CVSRepositoryLocation.fromString(":pserver:user:password@host.here:1234/root/path"); Discouraged access: The type CVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
26. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 58) CVSRepositoryLocation location = CVSRepositoryLocation.fromString(":pserver:user:password@host.here:1234/root/path"); Discouraged access: The method fromString(String) from the type CVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
27. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 58) CVSRepositoryLocation location = CVSRepositoryLocation.fromString(":pserver:user:password@host.here:1234/root/path"); Discouraged access: The type CVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
28. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 59) assertEquals(cvsUri.getRepository().getLocation(false), location.getLocation(false)); Discouraged access: The method getRepository() from the type CVSURI is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
29. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 59) assertEquals(cvsUri.getRepository().getLocation(false), location.getLocation(false)); Discouraged access: The method getLocation(boolean) from the type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
30. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 59) assertEquals(cvsUri.getRepository().getLocation(false), location.getLocation(false)); Discouraged access: The method getLocation(boolean) from the type CVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
31. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 60) assertEquals(cvsUri.getTag(), null); Discouraged access: The method getTag() from the type CVSURI is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
32. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 61) assertEquals(cvsUri.toURI(), uri); Discouraged access: The method toURI() from the type CVSURI is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
33. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 64) public void testURIParse3() throws URISyntaxException, CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
34. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 66) CVSURI cvsUri = CVSURI.fromUri(uri); Discouraged access: The type CVSURI is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
35. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 66) CVSURI cvsUri = CVSURI.fromUri(uri); Discouraged access: The method fromUri(URI) from the type CVSURI is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
36. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 66) CVSURI cvsUri = CVSURI.fromUri(uri); Discouraged access: The type CVSURI is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
37. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 67) assertEquals("/project/path", cvsUri.getPath().toString()); Discouraged access: The method getPath() from the type CVSURI is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
38. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 68) CVSRepositoryLocation location = CVSRepositoryLocation.fromString(":pserver:user:password@host.here:1234/root/path"); Discouraged access: The type CVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
39. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 68) CVSRepositoryLocation location = CVSRepositoryLocation.fromString(":pserver:user:password@host.here:1234/root/path"); Discouraged access: The method fromString(String) from the type CVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
40. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 68) CVSRepositoryLocation location = CVSRepositoryLocation.fromString(":pserver:user:password@host.here:1234/root/path"); Discouraged access: The type CVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
41. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 69) assertEquals(cvsUri.getRepository().getLocation(false), location.getLocation(false)); Discouraged access: The method getLocation(boolean) from the type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
42. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 69) assertEquals(cvsUri.getRepository().getLocation(false), location.getLocation(false)); Discouraged access: The method getRepository() from the type CVSURI is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
43. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 69) assertEquals(cvsUri.getRepository().getLocation(false), location.getLocation(false)); Discouraged access: The method getLocation(boolean) from the type CVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
44. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 70) assertEquals(cvsUri.getTag(), new CVSTag("v1", CVSTag.VERSION)); Discouraged access: The method getTag() from the type CVSURI is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
45. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 70) assertEquals(cvsUri.getTag(), new CVSTag("v1", CVSTag.VERSION)); Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
46. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 70) assertEquals(cvsUri.getTag(), new CVSTag("v1", CVSTag.VERSION)); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
47. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 70) assertEquals(cvsUri.getTag(), new CVSTag("v1", CVSTag.VERSION)); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
48. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 70) assertEquals(cvsUri.getTag(), new CVSTag("v1", CVSTag.VERSION)); Discouraged access: The field VERSION from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
49. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 71) assertEquals(cvsUri.toURI(), uri); Discouraged access: The method toURI() from the type CVSURI is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
50. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 74) public void testURIParse4() throws URISyntaxException, CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
51. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 76) CVSURI cvsUri = CVSURI.fromUri(uri); Discouraged access: The type CVSURI is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
52. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 76) CVSURI cvsUri = CVSURI.fromUri(uri); Discouraged access: The type CVSURI is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
53. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 76) CVSURI cvsUri = CVSURI.fromUri(uri); Discouraged access: The method fromUri(URI) from the type CVSURI is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
54. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 77) assertEquals("/project/path", cvsUri.getPath().toString()); Discouraged access: The method getPath() from the type CVSURI is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
55. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 78) CVSRepositoryLocation location = CVSRepositoryLocation.fromString(":pserver:user:password@host.here:1234/root/path"); Discouraged access: The type CVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
56. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 78) CVSRepositoryLocation location = CVSRepositoryLocation.fromString(":pserver:user:password@host.here:1234/root/path"); Discouraged access: The type CVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
57. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 78) CVSRepositoryLocation location = CVSRepositoryLocation.fromString(":pserver:user:password@host.here:1234/root/path"); Discouraged access: The method fromString(String) from the type CVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
58. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 79) assertEquals(cvsUri.getRepository().getLocation(false), location.getLocation(false)); Discouraged access: The method getRepository() from the type CVSURI is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
59. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 79) assertEquals(cvsUri.getRepository().getLocation(false), location.getLocation(false)); Discouraged access: The method getLocation(boolean) from the type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
60. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 79) assertEquals(cvsUri.getRepository().getLocation(false), location.getLocation(false)); Discouraged access: The method getLocation(boolean) from the type CVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
61. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 80) assertEquals(cvsUri.getTag(), new CVSTag("b1", CVSTag.BRANCH)); Discouraged access: The method getTag() from the type CVSURI is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
62. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 80) assertEquals(cvsUri.getTag(), new CVSTag("b1", CVSTag.BRANCH)); Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
63. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 80) assertEquals(cvsUri.getTag(), new CVSTag("b1", CVSTag.BRANCH)); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
64. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 80) assertEquals(cvsUri.getTag(), new CVSTag("b1", CVSTag.BRANCH)); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
65. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 80) assertEquals(cvsUri.getTag(), new CVSTag("b1", CVSTag.BRANCH)); Discouraged access: The field BRANCH from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
66. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 81) assertEquals(cvsUri.toURI(), uri); Discouraged access: The method toURI() from the type CVSURI is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
67. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 84) public void testURIParse5() throws URISyntaxException, CVSException { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
68. WARNING in /src/org/eclipse/team/tests/ccvs/core/cvsresources/CVSURITest.java (at line 86) CVSURI cvsUri = CVSURI.fromUri(uri); Discouraged access: The type CVSURI is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/target/classes |
69. WA |