Compiler log for org.eclipse.releng.tools_3.4.0.v20080414 : tools.jar.bin.xml

TOTAL : ERRORS: 0, WARNINGS: 496

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/releng/tools/AdvancedFixCopyrightAction.java : 11 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/releng/tools/AdvancedFixCopyrightAction.java
 (at line 45)
import org.eclipse.team.internal.ccvs.core.ICVSRemoteFile;
Discouraged access: The type ICVSRemoteFile is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
2. WARNING in /src/org/eclipse/releng/tools/AdvancedFixCopyrightAction.java
 (at line 46)
import org.eclipse.team.internal.ccvs.core.ICVSRemoteResource;
Discouraged access: The type ICVSRemoteResource is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
3. WARNING in /src/org/eclipse/releng/tools/AdvancedFixCopyrightAction.java
 (at line 47)
import org.eclipse.team.internal.ccvs.core.ILogEntry;
Discouraged access: The type ILogEntry is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
4. WARNING in /src/org/eclipse/releng/tools/AdvancedFixCopyrightAction.java
 (at line 48)
import org.eclipse.team.internal.ccvs.core.resources.CVSWorkspaceRoot;
Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
5. WARNING in /src/org/eclipse/releng/tools/AdvancedFixCopyrightAction.java
 (at line 225)
ICVSRemoteResource cvsFile = CVSWorkspaceRoot.getRemoteResourceFor(file);
Discouraged access: The type ICVSRemoteResource is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
6. WARNING in /src/org/eclipse/releng/tools/AdvancedFixCopyrightAction.java
 (at line 225)
ICVSRemoteResource cvsFile = CVSWorkspaceRoot.getRemoteResourceFor(file);
Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
7. WARNING in /src/org/eclipse/releng/tools/AdvancedFixCopyrightAction.java
 (at line 225)
ICVSRemoteResource cvsFile = CVSWorkspaceRoot.getRemoteResourceFor(file);
Discouraged access: The method getRemoteResourceFor(IResource) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
8. WARNING in /src/org/eclipse/releng/tools/AdvancedFixCopyrightAction.java
 (at line 228)
ILogEntry entry = ((ICVSRemoteFile)cvsFile)
Discouraged access: The type ILogEntry is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
9. WARNING in /src/org/eclipse/releng/tools/AdvancedFixCopyrightAction.java
 (at line 228)
ILogEntry entry = ((ICVSRemoteFile)cvsFile) .getLogEntry(new SubProgressMonitor(monitor, 100));
Discouraged access: The method getLogEntry(IProgressMonitor) from the type ICVSRemoteFile is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
10. WARNING in /src/org/eclipse/releng/tools/AdvancedFixCopyrightAction.java
 (at line 228)
ILogEntry entry = ((ICVSRemoteFile)cvsFile)
Discouraged access: The type ICVSRemoteFile is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
11. WARNING in /src/org/eclipse/releng/tools/AdvancedFixCopyrightAction.java
 (at line 230)
return entry.getDate().getYear() + 1900;
Discouraged access: The method getDate() from the type ILogEntry is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot

/src/org/eclipse/releng/tools/BuildNotesPage.java : 27 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/releng/tools/BuildNotesPage.java
 (at line 22)
import org.eclipse.core.internal.resources.WorkspaceRoot;
Discouraged access: The type WorkspaceRoot is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.core.resources/@dot
2. WARNING in /src/org/eclipse/releng/tools/BuildNotesPage.java
 (at line 51)
import org.eclipse.team.internal.ccvs.ui.CVSUIPlugin;
Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
3. WARNING in /src/org/eclipse/releng/tools/BuildNotesPage.java
 (at line 132)
IFile file = ((WorkspaceRoot) ResourcesPlugin .getWorkspace().getRoot()).getFile(path);
Discouraged access: The method getFile(IPath) from the type Container is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.core.resources/@dot
4. WARNING in /src/org/eclipse/releng/tools/BuildNotesPage.java
 (at line 132)
IFile file = ((WorkspaceRoot) ResourcesPlugin
Discouraged access: The type WorkspaceRoot is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.core.resources/@dot
5. WARNING in /src/org/eclipse/releng/tools/BuildNotesPage.java
 (at line 228)
WorkspaceRoot root = (WorkspaceRoot) ResourcesPlugin.getWorkspace()
Discouraged access: The type WorkspaceRoot is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.core.resources/@dot
6. WARNING in /src/org/eclipse/releng/tools/BuildNotesPage.java
 (at line 228)
WorkspaceRoot root = (WorkspaceRoot) ResourcesPlugin.getWorkspace()
Discouraged access: The type WorkspaceRoot is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.core.resources/@dot
7. WARNING in /src/org/eclipse/releng/tools/BuildNotesPage.java
 (at line 230)
final IFile file = root.getFile(path);
Discouraged access: The method getFile(IPath) from the type Container is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.core.resources/@dot
8. WARNING in /src/org/eclipse/releng/tools/BuildNotesPage.java
 (at line 269)
CVSUIPlugin.openError(getShell(),
Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
9. WARNING in /src/org/eclipse/releng/tools/BuildNotesPage.java
 (at line 269)
CVSUIPlugin.openError(getShell(), null, null, e);
Discouraged access: The method openError(Shell, String, String, Throwable) from the type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
10. WARNING in /src/org/eclipse/releng/tools/BuildNotesPage.java
 (at line 276)
CVSUIPlugin.openError(getShell(),
Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
11. WARNING in /src/org/eclipse/releng/tools/BuildNotesPage.java
 (at line 276)
CVSUIPlugin.openError(getShell(), null, null, e);
Discouraged access: The method openError(Shell, String, String, Throwable) from the type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
12. WARNING in /src/org/eclipse/releng/tools/BuildNotesPage.java
 (at line 283)
CVSUIPlugin.openError(getShell(), null, null, e);
Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
13. WARNING in /src/org/eclipse/releng/tools/BuildNotesPage.java
 (at line 283)
CVSUIPlugin.openError(getShell(), null, null, e);
Discouraged access: The method openError(Shell, String, String, Throwable) from the type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
14. WARNING in /src/org/eclipse/releng/tools/BuildNotesPage.java
 (at line 285)
CVSUIPlugin.openError(getShell(), null, null, e);
Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
15. WARNING in /src/org/eclipse/releng/tools/BuildNotesPage.java
 (at line 285)
CVSUIPlugin.openError(getShell(), null, null, e);
Discouraged access: The method openError(Shell, String, String, Throwable) from the type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
16. WARNING in /src/org/eclipse/releng/tools/BuildNotesPage.java
 (at line 352)
CVSUIPlugin
Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
17. WARNING in /src/org/eclipse/releng/tools/BuildNotesPage.java
 (at line 352)
CVSUIPlugin .openError(getShell(), null, null, e);
Discouraged access: The method openError(Shell, String, String, Throwable) from the type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
18. WARNING in /src/org/eclipse/releng/tools/BuildNotesPage.java
 (at line 355)
CVSUIPlugin
Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
19. WARNING in /src/org/eclipse/releng/tools/BuildNotesPage.java
 (at line 355)
CVSUIPlugin .openError(getShell(), null, null, e);
Discouraged access: The method openError(Shell, String, String, Throwable) from the type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
20. WARNING in /src/org/eclipse/releng/tools/BuildNotesPage.java
 (at line 362)
CVSUIPlugin.openError(getShell(), null, null, e);
Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
21. WARNING in /src/org/eclipse/releng/tools/BuildNotesPage.java
 (at line 362)
CVSUIPlugin.openError(getShell(), null, null, e);
Discouraged access: The method openError(Shell, String, String, Throwable) from the type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
22. WARNING in /src/org/eclipse/releng/tools/BuildNotesPage.java
 (at line 364)
CVSUIPlugin.openError(getShell(), null, null, e);
Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
23. WARNING in /src/org/eclipse/releng/tools/BuildNotesPage.java
 (at line 364)
CVSUIPlugin.openError(getShell(), null, null, e);
Discouraged access: The method openError(Shell, String, String, Throwable) from the type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
24. WARNING in /src/org/eclipse/releng/tools/BuildNotesPage.java
 (at line 368)
CVSUIPlugin.openError(getShell(), null, null, e);
Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
25. WARNING in /src/org/eclipse/releng/tools/BuildNotesPage.java
 (at line 368)
CVSUIPlugin.openError(getShell(), null, null, e);
Discouraged access: The method openError(Shell, String, String, Throwable) from the type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
26. WARNING in /src/org/eclipse/releng/tools/BuildNotesPage.java
 (at line 370)
CVSUIPlugin.openError(getShell(), null, null, e);
Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
27. WARNING in /src/org/eclipse/releng/tools/BuildNotesPage.java
 (at line 370)
CVSUIPlugin.openError(getShell(), null, null, e);
Discouraged access: The method openError(Shell, String, String, Throwable) from the type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot

/src/org/eclipse/releng/tools/CVSTagHelper.java : 11 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/releng/tools/CVSTagHelper.java
 (at line 20)
import org.eclipse.team.internal.ccvs.core.CVSTag;
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
2. WARNING in /src/org/eclipse/releng/tools/CVSTagHelper.java
 (at line 31)
public CVSTag[] findMissingMapEntries(IResource[] resources) {
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
3. WARNING in /src/org/eclipse/releng/tools/CVSTagHelper.java
 (at line 33)
CVSTag[] tags = new CVSTag[resources.length];
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
4. WARNING in /src/org/eclipse/releng/tools/CVSTagHelper.java
 (at line 33)
CVSTag[] tags = new CVSTag[resources.length];
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
5. WARNING in /src/org/eclipse/releng/tools/CVSTagHelper.java
 (at line 36)
if (CVSTag.DEFAULT == tags[i])
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
6. WARNING in /src/org/eclipse/releng/tools/CVSTagHelper.java
 (at line 36)
if (CVSTag.DEFAULT == tags[i])
Discouraged access: The field DEFAULT from the type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
7. WARNING in /src/org/eclipse/releng/tools/CVSTagHelper.java
 (at line 62)
private CVSTag getTag(IResource resource) {
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
8. WARNING in /src/org/eclipse/releng/tools/CVSTagHelper.java
 (at line 65)
return CVSTag.DEFAULT;
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
9. WARNING in /src/org/eclipse/releng/tools/CVSTagHelper.java
 (at line 65)
return CVSTag.DEFAULT;
Discouraged access: The field DEFAULT from the type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
10. WARNING in /src/org/eclipse/releng/tools/CVSTagHelper.java
 (at line 68)
return CVSTag.DEFAULT;
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
11. WARNING in /src/org/eclipse/releng/tools/CVSTagHelper.java
 (at line 68)
return CVSTag.DEFAULT;
Discouraged access: The field DEFAULT from the type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot

/src/org/eclipse/releng/tools/CommitCommentPage.java : 10 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/releng/tools/CommitCommentPage.java
 (at line 19)
import org.eclipse.team.internal.ccvs.ui.CommitCommentArea;
Discouraged access: The type CommitCommentArea is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
2. WARNING in /src/org/eclipse/releng/tools/CommitCommentPage.java
 (at line 20)
import org.eclipse.team.internal.ccvs.ui.wizards.CVSWizardPage;
Discouraged access: The type CVSWizardPage is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
3. WARNING in /src/org/eclipse/releng/tools/CommitCommentPage.java
 (at line 22)
public class CommitCommentPage extends CVSWizardPage {
Discouraged access: The type CVSWizardPage is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
4. WARNING in /src/org/eclipse/releng/tools/CommitCommentPage.java
 (at line 24)
private CommitCommentArea commitCommentArea;
Discouraged access: The type CommitCommentArea is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
5. WARNING in /src/org/eclipse/releng/tools/CommitCommentPage.java
 (at line 33)
super(pageName, title, image, description);
Discouraged access: The constructor CVSWizardPage(String, String, ImageDescriptor, String) is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
6. WARNING in /src/org/eclipse/releng/tools/CommitCommentPage.java
 (at line 34)
commitCommentArea = new CommitCommentArea();
Discouraged access: The constructor CommitCommentArea() is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
7. WARNING in /src/org/eclipse/releng/tools/CommitCommentPage.java
 (at line 34)
commitCommentArea = new CommitCommentArea();
Discouraged access: The type CommitCommentArea is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
8. WARNING in /src/org/eclipse/releng/tools/CommitCommentPage.java
 (at line 41)
commitCommentArea.createArea(top);
Discouraged access: The method createArea(Composite) from the type CommitCommentArea is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
9. WARNING in /src/org/eclipse/releng/tools/CommitCommentPage.java
 (at line 46)
return commitCommentArea.getComment(true);
Discouraged access: The method getComment(boolean) from the type CommitCommentArea is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
10. WARNING in /src/org/eclipse/releng/tools/CommitCommentPage.java
 (at line 55)
commitCommentArea.setFocus();
Discouraged access: The method setFocus() from the type CommitCommentArea is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot

/src/org/eclipse/releng/tools/CompareLocalToMap.java : 19 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/releng/tools/CompareLocalToMap.java
 (at line 21)
import org.eclipse.team.internal.ccvs.ui.actions.WorkspaceAction;
Discouraged access: The type WorkspaceAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
2. WARNING in /src/org/eclipse/releng/tools/CompareLocalToMap.java
 (at line 22)
import org.eclipse.team.internal.ccvs.ui.subscriber.CompareParticipant;
Discouraged access: The type CompareParticipant is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
3. WARNING in /src/org/eclipse/releng/tools/CompareLocalToMap.java
 (at line 31)
public class CompareLocalToMap extends WorkspaceAction {
Discouraged access: The type WorkspaceAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
4. WARNING in /src/org/eclipse/releng/tools/CompareLocalToMap.java
 (at line 38)
* @see org.eclipse.team.internal.ui.actions.TeamAction#isEnabled()
Discouraged access: The type TeamAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
5. WARNING in /src/org/eclipse/releng/tools/CompareLocalToMap.java
 (at line 41)
if (!super.isEnabled())
Discouraged access: The method isEnabled() from the type WorkspaceAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
6. WARNING in /src/org/eclipse/releng/tools/CompareLocalToMap.java
 (at line 58)
* @see org.eclipse.team.internal.ccvs.ui.actions.CVSAction#execute(org.eclipse.jface.action.IAction)
Discouraged access: The type CVSAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
7. WARNING in /src/org/eclipse/releng/tools/CompareLocalToMap.java
 (at line 58)
* @see org.eclipse.team.internal.ccvs.ui.actions.CVSAction#execute(org.eclipse.jface.action.IAction)
Discouraged access: The method execute(IAction) from the type TeamAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
8. WARNING in /src/org/eclipse/releng/tools/CompareLocalToMap.java
 (at line 66)
wizard.execute(getShell());
Discouraged access: The method getShell() from the type TeamAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
9. WARNING in /src/org/eclipse/releng/tools/CompareLocalToMap.java
 (at line 73)
IResource[] resources = getSelectedResources();
Discouraged access: The method getSelectedResources() from the type CVSAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
10. WARNING in /src/org/eclipse/releng/tools/CompareLocalToMap.java
 (at line 78)
CVSTag[] tags = tagHelper.findMissingMapEntries(resources);
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
11. WARNING in /src/org/eclipse/releng/tools/CompareLocalToMap.java
 (at line 85)
CVSCompareSubscriber s = new CVSCompareSubscriber(resources, tags, "Map Project"); //$NON-NLS-1$
Discouraged access: The type CVSCompareSubscriber is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
12. WARNING in /src/org/eclipse/releng/tools/CompareLocalToMap.java
 (at line 85)
CVSCompareSubscriber s = new CVSCompareSubscriber(resources, tags, "Map Project"); //$NON-NLS-1$
Discouraged access: The constructor CVSCompareSubscriber(IResource[], CVSTag[], String) is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
13. WARNING in /src/org/eclipse/releng/tools/CompareLocalToMap.java
 (at line 85)
CVSCompareSubscriber s = new CVSCompareSubscriber(resources, tags, "Map Project"); //$NON-NLS-1$
Discouraged access: The type CVSCompareSubscriber is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
14. WARNING in /src/org/eclipse/releng/tools/CompareLocalToMap.java
 (at line 87)
s.primeRemoteTree();
Discouraged access: The method primeRemoteTree() from the type CVSCompareSubscriber is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
15. WARNING in /src/org/eclipse/releng/tools/CompareLocalToMap.java
 (at line 88)
} catch (CVSException e) {
Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
16. WARNING in /src/org/eclipse/releng/tools/CompareLocalToMap.java
 (at line 92)
CompareParticipant participant = new CompareParticipant(s);
Discouraged access: The type CompareParticipant is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
17. WARNING in /src/org/eclipse/releng/tools/CompareLocalToMap.java
 (at line 92)
CompareParticipant participant = new CompareParticipant(s);
Discouraged access: The constructor CompareParticipant(CVSCompareSubscriber) is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
18. WARNING in /src/org/eclipse/releng/tools/CompareLocalToMap.java
 (at line 92)
CompareParticipant participant = new CompareParticipant(s);
Discouraged access: The type CompareParticipant is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
19. WARNING in /src/org/eclipse/releng/tools/CompareLocalToMap.java
 (at line 94)
participant.refresh(resources, "Refreshing", "Refreshing", getTargetPart().getSite()); //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The method getTargetPart() from the type TeamAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot

/src/org/eclipse/releng/tools/FixCopyrightAction.java : 12 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/releng/tools/FixCopyrightAction.java
 (at line 50)
import org.eclipse.team.internal.ccvs.core.ICVSRemoteFile;
Discouraged access: The type ICVSRemoteFile is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
2. WARNING in /src/org/eclipse/releng/tools/FixCopyrightAction.java
 (at line 51)
import org.eclipse.team.internal.ccvs.core.ICVSRemoteResource;
Discouraged access: The type ICVSRemoteResource is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
3. WARNING in /src/org/eclipse/releng/tools/FixCopyrightAction.java
 (at line 52)
import org.eclipse.team.internal.ccvs.core.ILogEntry;
Discouraged access: The type ILogEntry is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
4. WARNING in /src/org/eclipse/releng/tools/FixCopyrightAction.java
 (at line 53)
import org.eclipse.team.internal.ccvs.core.resources.CVSWorkspaceRoot;
Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
5. WARNING in /src/org/eclipse/releng/tools/FixCopyrightAction.java
 (at line 253)
ICVSRemoteResource cvsFile = CVSWorkspaceRoot.getRemoteResourceFor(file);
Discouraged access: The type ICVSRemoteResource is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
6. WARNING in /src/org/eclipse/releng/tools/FixCopyrightAction.java
 (at line 253)
ICVSRemoteResource cvsFile = CVSWorkspaceRoot.getRemoteResourceFor(file);
Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
7. WARNING in /src/org/eclipse/releng/tools/FixCopyrightAction.java
 (at line 253)
ICVSRemoteResource cvsFile = CVSWorkspaceRoot.getRemoteResourceFor(file);
Discouraged access: The method getRemoteResourceFor(IResource) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
8. WARNING in /src/org/eclipse/releng/tools/FixCopyrightAction.java
 (at line 256)
ILogEntry entry = ((ICVSRemoteFile) cvsFile)
Discouraged access: The type ILogEntry is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
9. WARNING in /src/org/eclipse/releng/tools/FixCopyrightAction.java
 (at line 256)
ILogEntry entry = ((ICVSRemoteFile) cvsFile) .getLogEntry(new SubProgressMonitor(monitor, 100));
Discouraged access: The method getLogEntry(IProgressMonitor) from the type ICVSRemoteFile is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
10. WARNING in /src/org/eclipse/releng/tools/FixCopyrightAction.java
 (at line 256)
ILogEntry entry = ((ICVSRemoteFile) cvsFile)
Discouraged access: The type ICVSRemoteFile is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
11. WARNING in /src/org/eclipse/releng/tools/FixCopyrightAction.java
 (at line 259)
String logComment = entry.getComment();
Discouraged access: The method getComment() from the type ILogEntry is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
12. WARNING in /src/org/eclipse/releng/tools/FixCopyrightAction.java
 (at line 274)
calendar.setTime(entry.getDate());
Discouraged access: The method getDate() from the type ILogEntry is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot

/src/org/eclipse/releng/tools/GetBugsOperation.java : 79 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.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 /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
2. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.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 /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
3. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 37)
import org.eclipse.team.internal.ccvs.core.ICVSRemoteResource;
Discouraged access: The type ICVSRemoteResource is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
4. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 38)
import org.eclipse.team.internal.ccvs.core.ICVSResource;
Discouraged access: The type ICVSResource is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
5. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 39)
import org.eclipse.team.internal.ccvs.core.ILogEntry;
Discouraged access: The type ILogEntry is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
6. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 40)
import org.eclipse.team.internal.ccvs.core.resources.CVSWorkspaceRoot;
Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
7. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 41)
import org.eclipse.team.internal.ccvs.core.syncinfo.ResourceSyncInfo;
Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
8. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 42)
import org.eclipse.team.internal.ccvs.ui.CVSUIPlugin;
Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
9. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 43)
import org.eclipse.team.internal.ccvs.ui.operations.RemoteLogOperation;
Discouraged access: The type RemoteLogOperation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
10. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 44)
import org.eclipse.team.internal.ccvs.ui.operations.RemoteLogOperation.LogEntryCache;
Discouraged access: The type RemoteLogOperation.LogEntryCache is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
11. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 47)
private static final CVSTag TAG_1_1 = new CVSTag("1.1", CVSTag.VERSION);
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
12. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 47)
private static final CVSTag TAG_1_1 = new CVSTag("1.1", CVSTag.VERSION);
Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
13. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 47)
private static final CVSTag TAG_1_1 = new CVSTag("1.1", CVSTag.VERSION);
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
14. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 47)
private static final CVSTag TAG_1_1 = new CVSTag("1.1", CVSTag.VERSION);
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
15. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 47)
private static final CVSTag TAG_1_1 = new CVSTag("1.1", CVSTag.VERSION);
Discouraged access: The field VERSION from the type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
16. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 103)
CVSUIPlugin.openError(wizard.getShell(), null, null, e);
Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
17. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 103)
CVSUIPlugin.openError(wizard.getShell(), null, null, e);
Discouraged access: The method openError(Shell, String, String, Throwable) from the type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
18. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 105)
CVSUIPlugin.openError(wizard.getShell(), null, null, e);
Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
19. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 105)
CVSUIPlugin.openError(wizard.getShell(), null, null, e);
Discouraged access: The method openError(Shell, String, String, Throwable) from the type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
20. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 125)
CVSTag remoteTag = null;
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
21. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 126)
CVSTag localTag = null;
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
22. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 129)
ICVSResource cvsLocal = CVSWorkspaceRoot
Discouraged access: The type ICVSResource is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
23. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 129)
ICVSResource cvsLocal = CVSWorkspaceRoot
Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
24. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 129)
ICVSResource cvsLocal = CVSWorkspaceRoot .getCVSResourceFor(localResource);
Discouraged access: The method getCVSResourceFor(IResource) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
25. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 131)
ResourceSyncInfo rsync = cvsLocal.getSyncInfo();
Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
26. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 131)
ResourceSyncInfo rsync = cvsLocal.getSyncInfo();
Discouraged access: The method getSyncInfo() from the type ICVSResource is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
27. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 133)
localTag = new CVSTag(rsync.getRevision(), CVSTag.VERSION);
Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
28. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 133)
localTag = new CVSTag(rsync.getRevision(), CVSTag.VERSION);
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
29. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 133)
localTag = new CVSTag(rsync.getRevision(), CVSTag.VERSION);
Discouraged access: The method getRevision() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
30. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 133)
localTag = new CVSTag(rsync.getRevision(), CVSTag.VERSION);
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
31. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 133)
localTag = new CVSTag(rsync.getRevision(), CVSTag.VERSION);
Discouraged access: The field VERSION from the type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
32. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 140)
ICVSRemoteResource cvsRemoteResource = (ICVSRemoteResource) info
Discouraged access: The type ICVSRemoteResource is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
33. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 140)
ICVSRemoteResource cvsRemoteResource = (ICVSRemoteResource) info
Discouraged access: The type ICVSRemoteResource is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
34. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 143)
cvsRemoteResource = CVSWorkspaceRoot
Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
35. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 143)
cvsRemoteResource = CVSWorkspaceRoot .getRemoteResourceFor(localResource);
Discouraged access: The method getRemoteResourceFor(IResource) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
36. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 147)
ResourceSyncInfo rsync = cvsRemoteResource.getSyncInfo();
Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
37. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 147)
ResourceSyncInfo rsync = cvsRemoteResource.getSyncInfo();
Discouraged access: The method getSyncInfo() from the type ICVSResource is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
38. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 149)
remoteTag = new CVSTag(rsync.getRevision(), CVSTag.VERSION);
Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
39. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 149)
remoteTag = new CVSTag(rsync.getRevision(), CVSTag.VERSION);
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
40. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 149)
remoteTag = new CVSTag(rsync.getRevision(), CVSTag.VERSION);
Discouraged access: The method getRevision() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
41. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 149)
remoteTag = new CVSTag(rsync.getRevision(), CVSTag.VERSION);
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
42. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 149)
remoteTag = new CVSTag(rsync.getRevision(), CVSTag.VERSION);
Discouraged access: The field VERSION from the type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
43. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 156)
LogEntryCache cache = new RemoteLogOperation.LogEntryCache();
Discouraged access: The type RemoteLogOperation.LogEntryCache is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
44. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 156)
LogEntryCache cache = new RemoteLogOperation.LogEntryCache();
Discouraged access: The constructor RemoteLogOperation.LogEntryCache() is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
45. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 156)
LogEntryCache cache = new RemoteLogOperation.LogEntryCache();
Discouraged access: The type RemoteLogOperation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
46. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 156)
LogEntryCache cache = new RemoteLogOperation.LogEntryCache();
Discouraged access: The type RemoteLogOperation.LogEntryCache is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
47. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 158)
RemoteLogOperation logOp = new RemoteLogOperation(null,
Discouraged access: The type RemoteLogOperation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
48. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 158)
RemoteLogOperation logOp = new RemoteLogOperation(null, new ICVSRemoteResource[] { cvsRemoteResource }, localTag, remoteTag, cache);
Discouraged access: The constructor RemoteLogOperation(IWorkbenchPart, ICVSRemoteResource[], CVSTag, CVSTag, RemoteLogOperation.LogEntryCache) is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
49. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 158)
RemoteLogOperation logOp = new RemoteLogOperation(null,
Discouraged access: The type RemoteLogOperation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
50. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 159)
new ICVSRemoteResource[] { cvsRemoteResource }, localTag,
Discouraged access: The type ICVSRemoteResource is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
51. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 161)
logOp.run(monitor);
Discouraged access: The method run(IProgressMonitor) from the type CVSOperation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
52. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 162)
ILogEntry[] logEntries = cache.getLogEntries(cvsRemoteResource);
Discouraged access: The type ILogEntry is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
53. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 162)
ILogEntry[] logEntries = cache.getLogEntries(cvsRemoteResource);
Discouraged access: The method getLogEntries(ICVSRemoteResource) from the type RemoteLogOperation.LogEntryCache is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
54. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 164)
ILogEntry entry = logEntries[i];
Discouraged access: The type ILogEntry is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
55. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 165)
if (!entry.getRevision().equals(remoteTag.getName())
Discouraged access: The method getRevision() from the type ILogEntry is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
56. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 165)
if (!entry.getRevision().equals(remoteTag.getName())
Discouraged access: The method getName() from the type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
57. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 167)
findBugNumber(entry.getComment(), set);
Discouraged access: The method getComment() from the type ILogEntry is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
58. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 170)
} catch (CVSException e) {
Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
59. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 171)
CVSUIPlugin.openError(wizard.getShell(), null, null, e);
Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
60. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 171)
CVSUIPlugin.openError(wizard.getShell(), null, null, e);
Discouraged access: The method openError(Shell, String, String, Throwable) from the type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
61. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 173)
CVSUIPlugin.openError(wizard.getShell(), null, null, e);
Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
62. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 173)
CVSUIPlugin.openError(wizard.getShell(), null, null, e);
Discouraged access: The method openError(Shell, String, String, Throwable) from the type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
63. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 175)
CVSUIPlugin.openError(wizard.getShell(), null, null, e);
Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
64. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 175)
CVSUIPlugin.openError(wizard.getShell(), null, null, e);
Discouraged access: The method openError(Shell, String, String, Throwable) from the type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
65. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 179)
private CVSTag getProjectTag(IProject project) {
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
66. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 182)
ICVSResource cvsResource = CVSWorkspaceRoot
Discouraged access: The type ICVSResource is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
67. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 182)
ICVSResource cvsResource = CVSWorkspaceRoot
Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
68. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 182)
ICVSResource cvsResource = CVSWorkspaceRoot .getCVSResourceFor(dotProject);
Discouraged access: The method getCVSResourceFor(IResource) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
69. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 185)
if (cvsResource != null && cvsResource.getSyncInfo() != null) {
Discouraged access: The method getSyncInfo() from the type ICVSResource is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
70. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 186)
CVSTag tag = cvsResource.getSyncInfo().getTag();
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
71. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 186)
CVSTag tag = cvsResource.getSyncInfo().getTag();
Discouraged access: The method getSyncInfo() from the type ICVSResource is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
72. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 186)
CVSTag tag = cvsResource.getSyncInfo().getTag();
Discouraged access: The method getTag() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
73. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 191)
} catch (CVSException e) {
Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
74. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 192)
CVSUIPlugin.openError(wizard.getShell(), null, null, e);
Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
75. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 192)
CVSUIPlugin.openError(wizard.getShell(), null, null, e);
Discouraged access: The method openError(Shell, String, String, Throwable) from the type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
76. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 195)
return new CVSTag();
Discouraged access: The constructor CVSTag() is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
77. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 195)
return new CVSTag();
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
78. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 275)
CVSUIPlugin.openError(wizard.getShell(), null, null, e);
Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
79. WARNING in /src/org/eclipse/releng/tools/GetBugsOperation.java
 (at line 275)
CVSUIPlugin.openError(wizard.getShell(), null, null, e);
Discouraged access: The method openError(Shell, String, String, Throwable) from the type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot

/src/org/eclipse/releng/tools/LoadMap.java : 16 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/releng/tools/LoadMap.java
 (at line 30)
import org.eclipse.team.internal.ccvs.core.CVSProviderPlugin;
Discouraged access: The type CVSProviderPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
2. WARNING in /src/org/eclipse/releng/tools/LoadMap.java
 (at line 31)
import org.eclipse.team.internal.ccvs.ui.actions.CVSAction;
Discouraged access: The type CVSAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
3. WARNING in /src/org/eclipse/releng/tools/LoadMap.java
 (at line 32)
import org.eclipse.team.internal.ui.UIProjectSetSerializationContext;
Discouraged access: The type UIProjectSetSerializationContext is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
4. WARNING in /src/org/eclipse/releng/tools/LoadMap.java
 (at line 35)
public class LoadMap extends CVSAction {
Discouraged access: The type CVSAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
5. WARNING in /src/org/eclipse/releng/tools/LoadMap.java
 (at line 38)
* @see org.eclipse.team.internal.ccvs.ui.actions.CVSAction#execute(org.eclipse.jface.action.IAction)
Discouraged access: The type CVSAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
6. WARNING in /src/org/eclipse/releng/tools/LoadMap.java
 (at line 38)
* @see org.eclipse.team.internal.ccvs.ui.actions.CVSAction#execute(org.eclipse.jface.action.IAction)
Discouraged access: The method execute(IAction) from the type TeamAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
7. WARNING in /src/org/eclipse/releng/tools/LoadMap.java
 (at line 41)
run(new WorkspaceModifyOperation(null) { public void execute(IProgressMonitor monitor) throws InvocationTargetException, InterruptedException { try { IResource[] resources = getSelectedResources(); String[] referenceStrings = getReferenceStrings(resources); RepositoryProviderType type = RepositoryProviderType.getProviderType(CVSProviderPlugin.getTypeId()); ProjectSetCapability c = type.getProjectSetCapability(); c.addToWorkspace(referenceStrings, new UIProjectSetSerializationContext(getShell(), null), monitor); } catch (TeamException e) { throw new InvocationTargetException(e); } catch (CoreException e) { throw new InvocationTargetException(e); } finally { monitor.done(); } } }, true, PROGRESS_DIALOG);
Discouraged access: The method run(IRunnableWithProgress, boolean, int) from the type CVSAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
8. WARNING in /src/org/eclipse/releng/tools/LoadMap.java
 (at line 44)
IResource[] resources = getSelectedResources();
Discouraged access: The method getSelectedResources() from the type CVSAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
9. WARNING in /src/org/eclipse/releng/tools/LoadMap.java
 (at line 46)
RepositoryProviderType type = RepositoryProviderType.getProviderType(CVSProviderPlugin.getTypeId());
Discouraged access: The type CVSProviderPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
10. WARNING in /src/org/eclipse/releng/tools/LoadMap.java
 (at line 46)
RepositoryProviderType type = RepositoryProviderType.getProviderType(CVSProviderPlugin.getTypeId());
Discouraged access: The method getTypeId() from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
11. WARNING in /src/org/eclipse/releng/tools/LoadMap.java
 (at line 48)
c.addToWorkspace(referenceStrings, new UIProjectSetSerializationContext(getShell(), null), monitor);
Discouraged access: The constructor UIProjectSetSerializationContext(Shell, String) is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
12. WARNING in /src/org/eclipse/releng/tools/LoadMap.java
 (at line 48)
c.addToWorkspace(referenceStrings, new UIProjectSetSerializationContext(getShell(), null), monitor);
Discouraged access: The type UIProjectSetSerializationContext is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
13. WARNING in /src/org/eclipse/releng/tools/LoadMap.java
 (at line 48)
c.addToWorkspace(referenceStrings, new UIProjectSetSerializationContext(getShell(), null), monitor);
Discouraged access: The method getShell() from the type TeamAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
14. WARNING in /src/org/eclipse/releng/tools/LoadMap.java
 (at line 58)
}, true, PROGRESS_DIALOG);
Discouraged access: The field PROGRESS_DIALOG from the type TeamAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
15. WARNING in /src/org/eclipse/releng/tools/LoadMap.java
 (at line 108)
* @see org.eclipse.team.internal.ui.actions.TeamAction#isEnabled()
Discouraged access: The type TeamAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
16. WARNING in /src/org/eclipse/releng/tools/LoadMap.java
 (at line 111)
IResource[] resources = getSelectedResources();
Discouraged access: The method getSelectedResources() from the type CVSAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot

/src/org/eclipse/releng/tools/MapContentDocument.java : 13 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/releng/tools/MapContentDocument.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 /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
2. WARNING in /src/org/eclipse/releng/tools/MapContentDocument.java
 (at line 20)
import org.eclipse.team.internal.ccvs.ui.CVSUIPlugin;
Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
3. WARNING in /src/org/eclipse/releng/tools/MapContentDocument.java
 (at line 36)
public void updateTag(IProject project, String tag) throws CVSException {
Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
4. WARNING in /src/org/eclipse/releng/tools/MapContentDocument.java
 (at line 50)
throw new CVSException("Malformed map file line: " + aLine);
Discouraged access: The constructor CVSException(String) is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
5. WARNING in /src/org/eclipse/releng/tools/MapContentDocument.java
 (at line 50)
throw new CVSException("Malformed map file line: "
Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
6. WARNING in /src/org/eclipse/releng/tools/MapContentDocument.java
 (at line 67)
throw CVSException.wrapException(e);
Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
7. WARNING in /src/org/eclipse/releng/tools/MapContentDocument.java
 (at line 67)
throw CVSException.wrapException(e);
Discouraged access: The method wrapException(CoreException) from the type CVSException is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
8. WARNING in /src/org/eclipse/releng/tools/MapContentDocument.java
 (at line 69)
throw CVSException.wrapException(e);
Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
9. WARNING in /src/org/eclipse/releng/tools/MapContentDocument.java
 (at line 69)
throw CVSException.wrapException(e);
Discouraged access: The method wrapException(Exception) from the type CVSException is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
10. WARNING in /src/org/eclipse/releng/tools/MapContentDocument.java
 (at line 142)
CVSUIPlugin.openError(null, null, null, e);
Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
11. WARNING in /src/org/eclipse/releng/tools/MapContentDocument.java
 (at line 142)
CVSUIPlugin.openError(null, null, null, e);
Discouraged access: The method openError(Shell, String, String, Throwable) from the type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
12. WARNING in /src/org/eclipse/releng/tools/MapContentDocument.java
 (at line 144)
CVSUIPlugin.openError(null, null, null, e);
Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
13. WARNING in /src/org/eclipse/releng/tools/MapContentDocument.java
 (at line 144)
CVSUIPlugin.openError(null, null, null, e);
Discouraged access: The method openError(Shell, String, String, Throwable) from the type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot

/src/org/eclipse/releng/tools/MapEntry.java : 17 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/releng/tools/MapEntry.java
 (at line 18)
import org.eclipse.team.internal.ccvs.core.resources.CVSWorkspaceRoot;
Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
2. WARNING in /src/org/eclipse/releng/tools/MapEntry.java
 (at line 19)
import org.eclipse.team.internal.ccvs.core.syncinfo.FolderSyncInfo;
Discouraged access: The type FolderSyncInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
3. WARNING in /src/org/eclipse/releng/tools/MapEntry.java
 (at line 212)
public CVSTag getTag() {
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
4. WARNING in /src/org/eclipse/releng/tools/MapEntry.java
 (at line 213)
if (getTagName().equals(HEAD) || getTagName().equals("")) return CVSTag.DEFAULT; //$NON-NLS-1$
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
5. WARNING in /src/org/eclipse/releng/tools/MapEntry.java
 (at line 213)
if (getTagName().equals(HEAD) || getTagName().equals("")) return CVSTag.DEFAULT; //$NON-NLS-1$
Discouraged access: The field DEFAULT from the type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
6. WARNING in /src/org/eclipse/releng/tools/MapEntry.java
 (at line 214)
return new CVSTag(getTagName(), CVSTag.VERSION);
Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
7. WARNING in /src/org/eclipse/releng/tools/MapEntry.java
 (at line 214)
return new CVSTag(getTagName(), CVSTag.VERSION);
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
8. WARNING in /src/org/eclipse/releng/tools/MapEntry.java
 (at line 214)
return new CVSTag(getTagName(), CVSTag.VERSION);
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
9. WARNING in /src/org/eclipse/releng/tools/MapEntry.java
 (at line 214)
return new CVSTag(getTagName(), CVSTag.VERSION);
Discouraged access: The field VERSION from the type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
10. WARNING in /src/org/eclipse/releng/tools/MapEntry.java
 (at line 370)
} catch (CVSException e) {
Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
11. WARNING in /src/org/eclipse/releng/tools/MapEntry.java
 (at line 380)
private String getCVSModule(IProject project) throws CVSException {
Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
12. WARNING in /src/org/eclipse/releng/tools/MapEntry.java
 (at line 381)
ICVSFolder folder = CVSWorkspaceRoot.getCVSFolderFor(project);
Discouraged access: The type ICVSFolder is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
13. WARNING in /src/org/eclipse/releng/tools/MapEntry.java
 (at line 381)
ICVSFolder folder = CVSWorkspaceRoot.getCVSFolderFor(project);
Discouraged access: The type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
14. WARNING in /src/org/eclipse/releng/tools/MapEntry.java
 (at line 381)
ICVSFolder folder = CVSWorkspaceRoot.getCVSFolderFor(project);
Discouraged access: The method getCVSFolderFor(IContainer) from the type CVSWorkspaceRoot is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
15. WARNING in /src/org/eclipse/releng/tools/MapEntry.java
 (at line 382)
FolderSyncInfo info = folder.getFolderSyncInfo();
Discouraged access: The type FolderSyncInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
16. WARNING in /src/org/eclipse/releng/tools/MapEntry.java
 (at line 382)
FolderSyncInfo info = folder.getFolderSyncInfo();
Discouraged access: The method getFolderSyncInfo() from the type ICVSFolder is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
17. WARNING in /src/org/eclipse/releng/tools/MapEntry.java
 (at line 386)
return info.getRepository();
Discouraged access: The method getRepository() from the type FolderSyncInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot

/src/org/eclipse/releng/tools/MapFileCompareEditorInput.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/releng/tools/MapFileCompareEditorInput.java
 (at line 28)
import org.eclipse.team.internal.ccvs.core.CVSException;
Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
2. WARNING in /src/org/eclipse/releng/tools/MapFileCompareEditorInput.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 /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
3. WARNING in /src/org/eclipse/releng/tools/MapFileCompareEditorInput.java
 (at line 30)
import org.eclipse.team.internal.ccvs.ui.CVSUIPlugin;
Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
4. WARNING in /src/org/eclipse/releng/tools/MapFileCompareEditorInput.java
 (at line 131)
CVSTag[] tags = mapProject.getTagsFor(selectedProjects );
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
5. WARNING in /src/org/eclipse/releng/tools/MapFileCompareEditorInput.java
 (at line 133)
if(!tags[i].getName().equals(tag)){
Discouraged access: The method getName() from the type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
6. WARNING in /src/org/eclipse/releng/tools/MapFileCompareEditorInput.java
 (at line 154)
} catch (CVSException e) {
Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
7. WARNING in /src/org/eclipse/releng/tools/MapFileCompareEditorInput.java
 (at line 155)
CVSUIPlugin.openError(null, null, null, e);
Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
8. WARNING in /src/org/eclipse/releng/tools/MapFileCompareEditorInput.java
 (at line 155)
CVSUIPlugin.openError(null, null, null, e);
Discouraged access: The method openError(Shell, String, String, Throwable) from the type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot

/src/org/eclipse/releng/tools/MapFileComparePage.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/releng/tools/MapFileComparePage.java
 (at line 22)
import org.eclipse.team.internal.ccvs.ui.CVSUIPlugin;
Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
2. WARNING in /src/org/eclipse/releng/tools/MapFileComparePage.java
 (at line 61)
CVSUIPlugin.openError(getShell(), null, null, e);
Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
3. WARNING in /src/org/eclipse/releng/tools/MapFileComparePage.java
 (at line 61)
CVSUIPlugin.openError(getShell(), null, null, e);
Discouraged access: The method openError(Shell, String, String, Throwable) from the type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
4. WARNING in /src/org/eclipse/releng/tools/MapFileComparePage.java
 (at line 63)
CVSUIPlugin.openError(getShell(), null, null, e);
Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
5. WARNING in /src/org/eclipse/releng/tools/MapFileComparePage.java
 (at line 63)
CVSUIPlugin.openError(getShell(), null, null, e);
Discouraged access: The method openError(Shell, String, String, Throwable) from the type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot

/src/org/eclipse/releng/tools/MapProject.java : 16 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/releng/tools/MapProject.java
 (at line 19)
import org.eclipse.team.internal.ccvs.core.CVSTag;
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
2. WARNING in /src/org/eclipse/releng/tools/MapProject.java
 (at line 20)
import org.eclipse.team.internal.ccvs.core.client.Command;
Discouraged access: The type Command is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
3. WARNING in /src/org/eclipse/releng/tools/MapProject.java
 (at line 21)
import org.eclipse.team.internal.ccvs.ui.operations.CommitOperation;
Discouraged access: The type CommitOperation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
4. WARNING in /src/org/eclipse/releng/tools/MapProject.java
 (at line 22)
import org.eclipse.team.internal.ccvs.ui.operations.RepositoryProviderOperation;
Discouraged access: The type RepositoryProviderOperation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
5. WARNING in /src/org/eclipse/releng/tools/MapProject.java
 (at line 125)
new CommitOperation(null, RepositoryProviderOperation.asResourceMappers(new IResource[] { project }), new Command.LocalOption[0], comment).run(monitor);
Discouraged access: The constructor CommitOperation(IWorkbenchPart, ResourceMapping[], Command.LocalOption[], String) is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
6. WARNING in /src/org/eclipse/releng/tools/MapProject.java
 (at line 125)
new CommitOperation(null, RepositoryProviderOperation.asResourceMappers(new IResource[] { project }), new Command.LocalOption[0], comment).run(monitor);
Discouraged access: The method run(IProgressMonitor) from the type CVSOperation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
7. WARNING in /src/org/eclipse/releng/tools/MapProject.java
 (at line 125)
new CommitOperation(null, RepositoryProviderOperation.asResourceMappers(new IResource[] { project }), new Command.LocalOption[0], comment).run(monitor);
Discouraged access: The type CommitOperation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
8. WARNING in /src/org/eclipse/releng/tools/MapProject.java
 (at line 125)
new CommitOperation(null, RepositoryProviderOperation.asResourceMappers(new IResource[] { project }), new Command.LocalOption[0], comment).run(monitor);
Discouraged access: The type RepositoryProviderOperation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
9. WARNING in /src/org/eclipse/releng/tools/MapProject.java
 (at line 125)
new CommitOperation(null, RepositoryProviderOperation.asResourceMappers(new IResource[] { project }), new Command.LocalOption[0], comment).run(monitor);
Discouraged access: The method asResourceMappers(IResource[]) from the type RepositoryProviderOperation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
10. WARNING in /src/org/eclipse/releng/tools/MapProject.java
 (at line 125)
new CommitOperation(null, RepositoryProviderOperation.asResourceMappers(new IResource[] { project }), new Command.LocalOption[0], comment).run(monitor);
Discouraged access: The type Command is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
11. WARNING in /src/org/eclipse/releng/tools/MapProject.java
 (at line 125)
new CommitOperation(null, RepositoryProviderOperation.asResourceMappers(new IResource[] { project }), new Command.LocalOption[0], comment).run(monitor);
Discouraged access: The type Command.LocalOption is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
12. WARNING in /src/org/eclipse/releng/tools/MapProject.java
 (at line 148)
public CVSTag[] getTagsFor(IProject[] projects){
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
13. WARNING in /src/org/eclipse/releng/tools/MapProject.java
 (at line 150)
CVSTag[] tags = new CVSTag[projects.length];
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
14. WARNING in /src/org/eclipse/releng/tools/MapProject.java
 (at line 150)
CVSTag[] tags = new CVSTag[projects.length];
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
15. WARNING in /src/org/eclipse/releng/tools/MapProject.java
 (at line 153)
if (entry == null) tags[i] = CVSTag.DEFAULT;
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
16. WARNING in /src/org/eclipse/releng/tools/MapProject.java
 (at line 153)
if (entry == null) tags[i] = CVSTag.DEFAULT;
Discouraged access: The field DEFAULT from the type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot

/src/org/eclipse/releng/tools/MapProjectSelectionWizard.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/releng/tools/MapProjectSelectionWizard.java
 (at line 24)
import org.eclipse.team.internal.ui.ITeamUIImages;
Discouraged access: The type ITeamUIImages is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
2. WARNING in /src/org/eclipse/releng/tools/MapProjectSelectionWizard.java
 (at line 25)
import org.eclipse.team.internal.ui.TeamUIPlugin;
Discouraged access: The type TeamUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
3. WARNING in /src/org/eclipse/releng/tools/MapProjectSelectionWizard.java
 (at line 102)
section, TeamUIPlugin.getImageDescriptor(ITeamUIImages.IMG_WIZBAN_SHARE));
Discouraged access: The type TeamUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
4. WARNING in /src/org/eclipse/releng/tools/MapProjectSelectionWizard.java
 (at line 102)
section, TeamUIPlugin.getImageDescriptor(ITeamUIImages.IMG_WIZBAN_SHARE));
Discouraged access: The method getImageDescriptor(String) from the type TeamUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
5. WARNING in /src/org/eclipse/releng/tools/MapProjectSelectionWizard.java
 (at line 102)
section, TeamUIPlugin.getImageDescriptor(ITeamUIImages.IMG_WIZBAN_SHARE));
Discouraged access: The type ITeamUIImages is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
6. WARNING in /src/org/eclipse/releng/tools/MapProjectSelectionWizard.java
 (at line 102)
section, TeamUIPlugin.getImageDescriptor(ITeamUIImages.IMG_WIZBAN_SHARE));
Discouraged access: The field IMG_WIZBAN_SHARE from the type ITeamUIImages is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot

/src/org/eclipse/releng/tools/ProjectComparePage.java : 26 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/releng/tools/ProjectComparePage.java
 (at line 36)
import org.eclipse.team.internal.ccvs.core.CVSCompareSubscriber;
Discouraged access: The type CVSCompareSubscriber is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
2. WARNING in /src/org/eclipse/releng/tools/ProjectComparePage.java
 (at line 37)
import org.eclipse.team.internal.ccvs.core.CVSException;
Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
3. WARNING in /src/org/eclipse/releng/tools/ProjectComparePage.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 /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
4. WARNING in /src/org/eclipse/releng/tools/ProjectComparePage.java
 (at line 39)
import org.eclipse.team.internal.ccvs.ui.CVSUIPlugin;
Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
5. WARNING in /src/org/eclipse/releng/tools/ProjectComparePage.java
 (at line 40)
import org.eclipse.team.internal.ccvs.ui.subscriber.CompareParticipant;
Discouraged access: The type CompareParticipant is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
6. WARNING in /src/org/eclipse/releng/tools/ProjectComparePage.java
 (at line 41)
import org.eclipse.team.internal.ui.synchronize.ChangeSetModelManager;
Discouraged access: The type ChangeSetModelManager is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
7. WARNING in /src/org/eclipse/releng/tools/ProjectComparePage.java
 (at line 145)
final CVSTag[] tags = mapProject.getTagsFor(projects);
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
8. WARNING in /src/org/eclipse/releng/tools/ProjectComparePage.java
 (at line 174)
CVSUIPlugin.openError(getShell(), null, null, e);
Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
9. WARNING in /src/org/eclipse/releng/tools/ProjectComparePage.java
 (at line 174)
CVSUIPlugin.openError(getShell(), null, null, e);
Discouraged access: The method openError(Shell, String, String, Throwable) from the type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
10. WARNING in /src/org/eclipse/releng/tools/ProjectComparePage.java
 (at line 176)
CVSUIPlugin.openError(getShell(), null, null, e);
Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
11. WARNING in /src/org/eclipse/releng/tools/ProjectComparePage.java
 (at line 176)
CVSUIPlugin.openError(getShell(), null, null, e);
Discouraged access: The method openError(Shell, String, String, Throwable) from the type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
12. WARNING in /src/org/eclipse/releng/tools/ProjectComparePage.java
 (at line 189)
ISynchronizeParticipant participant = new CompareParticipant(new CVSCompareSubscriber(new IResource[0], new CVSTag[0], Messages.getString("ProjectComparePage.3"))); //$NON-NLS-1$
Discouraged access: The constructor CompareParticipant(CVSCompareSubscriber) is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
13. WARNING in /src/org/eclipse/releng/tools/ProjectComparePage.java
 (at line 189)
ISynchronizeParticipant participant = new CompareParticipant(new CVSCompareSubscriber(new IResource[0], new CVSTag[0], Messages.getString("ProjectComparePage.3"))); //$NON-NLS-1$
Discouraged access: The type CompareParticipant is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
14. WARNING in /src/org/eclipse/releng/tools/ProjectComparePage.java
 (at line 189)
ISynchronizeParticipant participant = new CompareParticipant(new CVSCompareSubscriber(new IResource[0], new CVSTag[0], Messages.getString("ProjectComparePage.3"))); //$NON-NLS-1$
Discouraged access: The constructor CVSCompareSubscriber(IResource[], CVSTag[], String) is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
15. WARNING in /src/org/eclipse/releng/tools/ProjectComparePage.java
 (at line 189)
ISynchronizeParticipant participant = new CompareParticipant(new CVSCompareSubscriber(new IResource[0], new CVSTag[0], Messages.getString("ProjectComparePage.3"))); //$NON-NLS-1$
Discouraged access: The type CVSCompareSubscriber is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
16. WARNING in /src/org/eclipse/releng/tools/ProjectComparePage.java
 (at line 189)
ISynchronizeParticipant participant = new CompareParticipant(new CVSCompareSubscriber(new IResource[0], new CVSTag[0], Messages.getString("ProjectComparePage.3"))); //$NON-NLS-1$
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
17. WARNING in /src/org/eclipse/releng/tools/ProjectComparePage.java
 (at line 194)
ChangeSetModelManager.CHANGE_SET_GROUP});
Discouraged access: The type ChangeSetModelManager is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
18. WARNING in /src/org/eclipse/releng/tools/ProjectComparePage.java
 (at line 194)
ChangeSetModelManager.CHANGE_SET_GROUP});
Discouraged access: The field CHANGE_SET_GROUP from the type ChangeSetModelManager is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
19. WARNING in /src/org/eclipse/releng/tools/ProjectComparePage.java
 (at line 220)
public IResource[] getOutOfSyncProjects(IProject[] projects, CVSTag[] tags, IProgressMonitor monitor) throws TeamException {
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
20. WARNING in /src/org/eclipse/releng/tools/ProjectComparePage.java
 (at line 221)
CompareParticipant participant = (CompareParticipant)input.getParticipant();
Discouraged access: The type CompareParticipant is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
21. WARNING in /src/org/eclipse/releng/tools/ProjectComparePage.java
 (at line 221)
CompareParticipant participant = (CompareParticipant)input.getParticipant();
Discouraged access: The type CompareParticipant is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
22. WARNING in /src/org/eclipse/releng/tools/ProjectComparePage.java
 (at line 222)
CVSCompareSubscriber subscriber = (CVSCompareSubscriber)participant.getSubscriber();
Discouraged access: The type CVSCompareSubscriber is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
23. WARNING in /src/org/eclipse/releng/tools/ProjectComparePage.java
 (at line 222)
CVSCompareSubscriber subscriber = (CVSCompareSubscriber)participant.getSubscriber();
Discouraged access: The type CVSCompareSubscriber is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
24. WARNING in /src/org/eclipse/releng/tools/ProjectComparePage.java
 (at line 223)
subscriber.resetRoots(projects, tags);
Discouraged access: The method resetRoots(IResource[], CVSTag[]) from the type CVSCompareSubscriber is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
25. WARNING in /src/org/eclipse/releng/tools/ProjectComparePage.java
 (at line 225)
subscriber.primeRemoteTree();
Discouraged access: The method primeRemoteTree() from the type CVSCompareSubscriber is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
26. WARNING in /src/org/eclipse/releng/tools/ProjectComparePage.java
 (at line 226)
} catch (CVSException e) {
Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot

/src/org/eclipse/releng/tools/ProjectValidationDialog.java : 14 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/releng/tools/ProjectValidationDialog.java
 (at line 20)
import org.eclipse.team.internal.ccvs.core.CVSCompareSubscriber;
Discouraged access: The type CVSCompareSubscriber is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
2. WARNING in /src/org/eclipse/releng/tools/ProjectValidationDialog.java
 (at line 21)
import org.eclipse.team.internal.ccvs.core.CVSTag;
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
3. WARNING in /src/org/eclipse/releng/tools/ProjectValidationDialog.java
 (at line 22)
import org.eclipse.team.internal.ccvs.ui.subscriber.CompareParticipant;
Discouraged access: The type CompareParticipant is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
4. WARNING in /src/org/eclipse/releng/tools/ProjectValidationDialog.java
 (at line 23)
import org.eclipse.team.internal.ui.synchronize.ChangeSetModelManager;
Discouraged access: The type ChangeSetModelManager is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
5. WARNING in /src/org/eclipse/releng/tools/ProjectValidationDialog.java
 (at line 38)
public static void validateRelease(final Shell shell, final IProject[] p, final CVSTag[] tags, IProgressMonitor monitor) throws TeamException{
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
6. WARNING in /src/org/eclipse/releng/tools/ProjectValidationDialog.java
 (at line 39)
final CompareParticipant participant = new CompareParticipant(new CVSCompareSubscriber(p, tags, Messages.getString("ReleaseWizard.20"))); //$NON-NLS-1$
Discouraged access: The type CompareParticipant is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
7. WARNING in /src/org/eclipse/releng/tools/ProjectValidationDialog.java
 (at line 39)
final CompareParticipant participant = new CompareParticipant(new CVSCompareSubscriber(p, tags, Messages.getString("ReleaseWizard.20"))); //$NON-NLS-1$
Discouraged access: The constructor CompareParticipant(CVSCompareSubscriber) is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
8. WARNING in /src/org/eclipse/releng/tools/ProjectValidationDialog.java
 (at line 39)
final CompareParticipant participant = new CompareParticipant(new CVSCompareSubscriber(p, tags, Messages.getString("ReleaseWizard.20"))); //$NON-NLS-1$
Discouraged access: The type CompareParticipant is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
9. WARNING in /src/org/eclipse/releng/tools/ProjectValidationDialog.java
 (at line 39)
final CompareParticipant participant = new CompareParticipant(new CVSCompareSubscriber(p, tags, Messages.getString("ReleaseWizard.20"))); //$NON-NLS-1$
Discouraged access: The constructor CVSCompareSubscriber(IResource[], CVSTag[], String) is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
10. WARNING in /src/org/eclipse/releng/tools/ProjectValidationDialog.java
 (at line 39)
final CompareParticipant participant = new CompareParticipant(new CVSCompareSubscriber(p, tags, Messages.getString("ReleaseWizard.20"))); //$NON-NLS-1$
Discouraged access: The type CVSCompareSubscriber is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
11. WARNING in /src/org/eclipse/releng/tools/ProjectValidationDialog.java
 (at line 52)
participant.dispose();
Discouraged access: The method dispose() from the type CompareParticipant is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
12. WARNING in /src/org/eclipse/releng/tools/ProjectValidationDialog.java
 (at line 56)
private static void openValidationFailedDialog(Shell shell, CompareParticipant participant) {
Discouraged access: The type CompareParticipant is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
13. WARNING in /src/org/eclipse/releng/tools/ProjectValidationDialog.java
 (at line 61)
ChangeSetModelManager.CHANGE_SET_GROUP});
Discouraged access: The type ChangeSetModelManager is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
14. WARNING in /src/org/eclipse/releng/tools/ProjectValidationDialog.java
 (at line 61)
ChangeSetModelManager.CHANGE_SET_GROUP});
Discouraged access: The field CHANGE_SET_GROUP from the type ChangeSetModelManager is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot

/src/org/eclipse/releng/tools/ReleaseWizard.java : 66 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.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 /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
2. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 32)
import org.eclipse.team.internal.ccvs.core.client.Command;
Discouraged access: The type Command is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
3. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 34)
import org.eclipse.team.internal.ccvs.ui.operations.CommitOperation;
Discouraged access: The type CommitOperation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
4. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 35)
import org.eclipse.team.internal.ccvs.ui.operations.RepositoryProviderOperation;
Discouraged access: The type RepositoryProviderOperation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
5. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 36)
import org.eclipse.team.internal.ui.ITeamUIImages;
Discouraged access: The type ITeamUIImages is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
6. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 37)
import org.eclipse.team.internal.ui.TeamUIPlugin;
Discouraged access: The type TeamUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
7. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 38)
import org.eclipse.team.internal.ui.dialogs.IPromptCondition;
Discouraged access: The type IPromptCondition is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
8. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 39)
import org.eclipse.team.internal.ui.dialogs.PromptingDialog;
Discouraged access: The type PromptingDialog is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
9. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 144)
TeamUIPlugin.getImageDescriptor(ITeamUIImages.IMG_WIZBAN_SHARE));
Discouraged access: The type TeamUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
10. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 144)
TeamUIPlugin.getImageDescriptor(ITeamUIImages.IMG_WIZBAN_SHARE));
Discouraged access: The method getImageDescriptor(String) from the type TeamUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
11. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 144)
TeamUIPlugin.getImageDescriptor(ITeamUIImages.IMG_WIZBAN_SHARE));
Discouraged access: The type ITeamUIImages is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
12. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 144)
TeamUIPlugin.getImageDescriptor(ITeamUIImages.IMG_WIZBAN_SHARE));
Discouraged access: The field IMG_WIZBAN_SHARE from the type ITeamUIImages is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
13. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 151)
TeamUIPlugin.getImageDescriptor(ITeamUIImages.IMG_WIZBAN_SHARE));
Discouraged access: The type TeamUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
14. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 151)
TeamUIPlugin.getImageDescriptor(ITeamUIImages.IMG_WIZBAN_SHARE));
Discouraged access: The method getImageDescriptor(String) from the type TeamUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
15. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 151)
TeamUIPlugin.getImageDescriptor(ITeamUIImages.IMG_WIZBAN_SHARE));
Discouraged access: The type ITeamUIImages is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
16. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 151)
TeamUIPlugin.getImageDescriptor(ITeamUIImages.IMG_WIZBAN_SHARE));
Discouraged access: The field IMG_WIZBAN_SHARE from the type ITeamUIImages is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
17. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 157)
section, TeamUIPlugin.getImageDescriptor(ITeamUIImages.IMG_WIZBAN_SHARE));
Discouraged access: The type TeamUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
18. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 157)
section, TeamUIPlugin.getImageDescriptor(ITeamUIImages.IMG_WIZBAN_SHARE));
Discouraged access: The method getImageDescriptor(String) from the type TeamUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
19. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 157)
section, TeamUIPlugin.getImageDescriptor(ITeamUIImages.IMG_WIZBAN_SHARE));
Discouraged access: The type ITeamUIImages is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
20. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 157)
section, TeamUIPlugin.getImageDescriptor(ITeamUIImages.IMG_WIZBAN_SHARE));
Discouraged access: The field IMG_WIZBAN_SHARE from the type ITeamUIImages is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
21. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 162)
Messages.getString("ReleaseWizard.1"), section, TeamUIPlugin //$NON-NLS-1$
Discouraged access: The type TeamUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
22. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 162)
Messages.getString("ReleaseWizard.1"), section, TeamUIPlugin //$NON-NLS-1$ .getImageDescriptor(ITeamUIImages.IMG_WIZBAN_SHARE));
Discouraged access: The method getImageDescriptor(String) from the type TeamUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
23. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 163)
.getImageDescriptor(ITeamUIImages.IMG_WIZBAN_SHARE));
Discouraged access: The type ITeamUIImages is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
24. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 163)
.getImageDescriptor(ITeamUIImages.IMG_WIZBAN_SHARE));
Discouraged access: The field IMG_WIZBAN_SHARE from the type ITeamUIImages is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
25. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 169)
TeamUIPlugin.getImageDescriptor(ITeamUIImages.IMG_WIZBAN_SHARE));
Discouraged access: The type TeamUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
26. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 169)
TeamUIPlugin.getImageDescriptor(ITeamUIImages.IMG_WIZBAN_SHARE));
Discouraged access: The method getImageDescriptor(String) from the type TeamUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
27. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 169)
TeamUIPlugin.getImageDescriptor(ITeamUIImages.IMG_WIZBAN_SHARE));
Discouraged access: The type ITeamUIImages is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
28. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 169)
TeamUIPlugin.getImageDescriptor(ITeamUIImages.IMG_WIZBAN_SHARE));
Discouraged access: The field IMG_WIZBAN_SHARE from the type ITeamUIImages is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
29. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 174)
Messages.getString("ReleaseWizard.18"), TeamUIPlugin.getImageDescriptor(ITeamUIImages.IMG_WIZBAN_SHARE), Messages.getString("ReleaseWizard.19")); //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The type TeamUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
30. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 174)
Messages.getString("ReleaseWizard.18"), TeamUIPlugin.getImageDescriptor(ITeamUIImages.IMG_WIZBAN_SHARE), Messages.getString("ReleaseWizard.19")); //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The method getImageDescriptor(String) from the type TeamUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
31. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 174)
Messages.getString("ReleaseWizard.18"), TeamUIPlugin.getImageDescriptor(ITeamUIImages.IMG_WIZBAN_SHARE), Messages.getString("ReleaseWizard.19")); //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The type ITeamUIImages is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
32. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 174)
Messages.getString("ReleaseWizard.18"), TeamUIPlugin.getImageDescriptor(ITeamUIImages.IMG_WIZBAN_SHARE), Messages.getString("ReleaseWizard.19")); //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The field IMG_WIZBAN_SHARE from the type ITeamUIImages is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
33. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 184)
TeamUIPlugin.getImageDescriptor(ITeamUIImages.IMG_WIZBAN_SHARE));
Discouraged access: The type TeamUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
34. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 184)
TeamUIPlugin.getImageDescriptor(ITeamUIImages.IMG_WIZBAN_SHARE));
Discouraged access: The method getImageDescriptor(String) from the type TeamUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
35. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 184)
TeamUIPlugin.getImageDescriptor(ITeamUIImages.IMG_WIZBAN_SHARE));
Discouraged access: The type ITeamUIImages is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
36. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 184)
TeamUIPlugin.getImageDescriptor(ITeamUIImages.IMG_WIZBAN_SHARE));
Discouraged access: The field IMG_WIZBAN_SHARE from the type ITeamUIImages is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
37. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 203)
new CommitOperation( null, RepositoryProviderOperation .asResourceMappers(new IResource[] { iProject }), new Command.LocalOption[0], commentPage .getComment()).run(monitor);
Discouraged access: The constructor CommitOperation(IWorkbenchPart, ResourceMapping[], Command.LocalOption[], String) is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
38. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 203)
new CommitOperation( null, RepositoryProviderOperation .asResourceMappers(new IResource[] { iProject }), new Command.LocalOption[0], commentPage .getComment()).run(monitor);
Discouraged access: The method run(IProgressMonitor) from the type CVSOperation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
39. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 203)
new CommitOperation(
Discouraged access: The type CommitOperation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
40. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 205)
RepositoryProviderOperation
Discouraged access: The type RepositoryProviderOperation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
41. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 205)
RepositoryProviderOperation .asResourceMappers(new IResource[] { iProject }),
Discouraged access: The method asResourceMappers(IResource[]) from the type RepositoryProviderOperation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
42. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 207)
new Command.LocalOption[0], commentPage
Discouraged access: The type Command is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
43. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 207)
new Command.LocalOption[0], commentPage
Discouraged access: The type Command.LocalOption is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
44. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 216)
CVSUIPlugin.openError(getShell(), null, null, e);
Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
45. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 216)
CVSUIPlugin.openError(getShell(), null, null, e);
Discouraged access: The method openError(Shell, String, String, Throwable) from the type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
46. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 253)
CVSTag tag = new CVSTag(tagPage.getTagString(), CVSTag.VERSION);
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
47. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 253)
CVSTag tag = new CVSTag(tagPage.getTagString(), CVSTag.VERSION);
Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
48. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 253)
CVSTag tag = new CVSTag(tagPage.getTagString(), CVSTag.VERSION);
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
49. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 253)
CVSTag tag = new CVSTag(tagPage.getTagString(), CVSTag.VERSION);
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
50. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 253)
CVSTag tag = new CVSTag(tagPage.getTagString(), CVSTag.VERSION);
Discouraged access: The field VERSION from the type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
51. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 257)
operation.moveTag();
Discouraged access: The method moveTag() from the type TagOperation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
52. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 260)
operation.run(new SubProgressMonitor(monitor, 90));
Discouraged access: The method run(IProgressMonitor) from the type CVSOperation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
53. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 304)
CVSUIPlugin.openError(getShell(), null, null, e);
Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
54. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 304)
CVSUIPlugin.openError(getShell(), null, null, e);
Discouraged access: The method openError(Shell, String, String, Throwable) from the type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
55. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 379)
PromptingDialog prompt = new PromptingDialog(getShell(), projects,
Discouraged access: The type PromptingDialog is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
56. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 379)
PromptingDialog prompt = new PromptingDialog(getShell(), projects, getPromptCondition(projects), CVSUIMessages.TagAction_uncommittedChangesTitle);
Discouraged access: The constructor PromptingDialog(Shell, IResource[], IPromptCondition, String) is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
57. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 379)
PromptingDialog prompt = new PromptingDialog(getShell(), projects,
Discouraged access: The type PromptingDialog is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
58. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 380)
getPromptCondition(projects), CVSUIMessages.TagAction_uncommittedChangesTitle);
Discouraged access: The type CVSUIMessages is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
59. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 380)
getPromptCondition(projects), CVSUIMessages.TagAction_uncommittedChangesTitle);
Discouraged access: The field TagAction_uncommittedChangesTitle from the type CVSUIMessages is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
60. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 382)
resources = prompt.promptForMultiple();
Discouraged access: The method promptForMultiple() from the type PromptingDialog is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
61. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 398)
protected IPromptCondition getPromptCondition(IResource[] resources) {
Discouraged access: The type IPromptCondition is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
62. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 399)
return new IPromptCondition() {
Discouraged access: The type IPromptCondition is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
63. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 401)
return CVSLightweightDecorator.isDirty(resource);
Discouraged access: The type CVSLightweightDecorator is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
64. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 401)
return CVSLightweightDecorator.isDirty(resource);
Discouraged access: The method isDirty(IResource) from the type CVSLightweightDecorator is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
65. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 404)
return NLS.bind(CVSUIMessages.TagAction_uncommittedChanges, new String[] { resource.getName() });
Discouraged access: The type CVSUIMessages is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
66. WARNING in /src/org/eclipse/releng/tools/ReleaseWizard.java
 (at line 404)
return NLS.bind(CVSUIMessages.TagAction_uncommittedChanges, new String[] { resource.getName() });
Discouraged access: The field TagAction_uncommittedChanges from the type CVSUIMessages is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot

/src/org/eclipse/releng/tools/ReplaceLocalFromMap.java : 37 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/releng/tools/ReplaceLocalFromMap.java
 (at line 23)
import org.eclipse.team.internal.ccvs.core.syncinfo.ResourceSyncInfo;
Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
2. WARNING in /src/org/eclipse/releng/tools/ReplaceLocalFromMap.java
 (at line 24)
import org.eclipse.team.internal.ccvs.ui.actions.WorkspaceAction;
Discouraged access: The type WorkspaceAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
3. WARNING in /src/org/eclipse/releng/tools/ReplaceLocalFromMap.java
 (at line 25)
import org.eclipse.team.internal.ccvs.ui.operations.ReplaceOperation;
Discouraged access: The type ReplaceOperation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
4. WARNING in /src/org/eclipse/releng/tools/ReplaceLocalFromMap.java
 (at line 26)
import org.eclipse.team.internal.core.InfiniteSubProgressMonitor;
Discouraged access: The type InfiniteSubProgressMonitor is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.core/@dot
5. WARNING in /src/org/eclipse/releng/tools/ReplaceLocalFromMap.java
 (at line 32)
public class ReplaceLocalFromMap extends WorkspaceAction {
Discouraged access: The type WorkspaceAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
6. WARNING in /src/org/eclipse/releng/tools/ReplaceLocalFromMap.java
 (at line 34)
private CVSTag[] tags;
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
7. WARNING in /src/org/eclipse/releng/tools/ReplaceLocalFromMap.java
 (at line 37)
* @see org.eclipse.team.internal.ccvs.ui.actions.WorkspaceAction#isEnabledForAddedResources()
Discouraged access: The type WorkspaceAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
8. WARNING in /src/org/eclipse/releng/tools/ReplaceLocalFromMap.java
 (at line 37)
* @see org.eclipse.team.internal.ccvs.ui.actions.WorkspaceAction#isEnabledForAddedResources()
Discouraged access: The method isEnabledForAddedResources() from the type WorkspaceAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
9. WARNING in /src/org/eclipse/releng/tools/ReplaceLocalFromMap.java
 (at line 51)
* @see org.eclipse.team.internal.ccvs.ui.actions.WorkspaceAction#isEnabledForCVSResource(org.eclipse.team.internal.ccvs.core.ICVSResource)
Discouraged access: The type WorkspaceAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
10. WARNING in /src/org/eclipse/releng/tools/ReplaceLocalFromMap.java
 (at line 51)
* @see org.eclipse.team.internal.ccvs.ui.actions.WorkspaceAction#isEnabledForCVSResource(org.eclipse.team.internal.ccvs.core.ICVSResource)
Discouraged access: The method isEnabledForCVSResource(ICVSResource) from the type WorkspaceAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
11. WARNING in /src/org/eclipse/releng/tools/ReplaceLocalFromMap.java
 (at line 51)
* @see org.eclipse.team.internal.ccvs.ui.actions.WorkspaceAction#isEnabledForCVSResource(org.eclipse.team.internal.ccvs.core.ICVSResource)
Discouraged access: The type ICVSResource is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
12. WARNING in /src/org/eclipse/releng/tools/ReplaceLocalFromMap.java
 (at line 53)
protected boolean isEnabledForCVSResource(ICVSResource cvsResource) throws CVSException {
Discouraged access: The type ICVSResource is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
13. WARNING in /src/org/eclipse/releng/tools/ReplaceLocalFromMap.java
 (at line 53)
protected boolean isEnabledForCVSResource(ICVSResource cvsResource) throws CVSException {
Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
14. WARNING in /src/org/eclipse/releng/tools/ReplaceLocalFromMap.java
 (at line 54)
if (super.isEnabledForCVSResource(cvsResource)) {
Discouraged access: The method isEnabledForCVSResource(ICVSResource) from the type WorkspaceAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
15. WARNING in /src/org/eclipse/releng/tools/ReplaceLocalFromMap.java
 (at line 56)
if (!cvsResource.isFolder()) {
Discouraged access: The method isFolder() from the type ICVSResource is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
16. WARNING in /src/org/eclipse/releng/tools/ReplaceLocalFromMap.java
 (at line 57)
ResourceSyncInfo info = cvsResource.getSyncInfo();
Discouraged access: The type ResourceSyncInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
17. WARNING in /src/org/eclipse/releng/tools/ReplaceLocalFromMap.java
 (at line 57)
ResourceSyncInfo info = cvsResource.getSyncInfo();
Discouraged access: The method getSyncInfo() from the type ICVSResource is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
18. WARNING in /src/org/eclipse/releng/tools/ReplaceLocalFromMap.java
 (at line 58)
if (info != null && info.getTag() != null) {
Discouraged access: The method getTag() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
19. WARNING in /src/org/eclipse/releng/tools/ReplaceLocalFromMap.java
 (at line 59)
String revision = info.getRevision();
Discouraged access: The method getRevision() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
20. WARNING in /src/org/eclipse/releng/tools/ReplaceLocalFromMap.java
 (at line 60)
String tag = info.getTag().getName();
Discouraged access: The method getTag() from the type ResourceSyncInfo is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
21. WARNING in /src/org/eclipse/releng/tools/ReplaceLocalFromMap.java
 (at line 60)
String tag = info.getTag().getName();
Discouraged access: The method getName() from the type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
22. WARNING in /src/org/eclipse/releng/tools/ReplaceLocalFromMap.java
 (at line 75)
* @see org.eclipse.team.internal.ui.actions.TeamAction#isEnabled()
Discouraged access: The type TeamAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
23. WARNING in /src/org/eclipse/releng/tools/ReplaceLocalFromMap.java
 (at line 78)
if (!(super.isEnabled()))
Discouraged access: The method isEnabled() from the type WorkspaceAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
24. WARNING in /src/org/eclipse/releng/tools/ReplaceLocalFromMap.java
 (at line 81)
IResource[] resources = super.getSelectedResources();
Discouraged access: The method getSelectedResources() from the type CVSAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
25. WARNING in /src/org/eclipse/releng/tools/ReplaceLocalFromMap.java
 (at line 112)
new ReplaceOperation(getTargetPart(), new IResource[] { resource }, tags[i], true).run(new SubProgressMonitor(monitor, 100));
Discouraged access: The constructor ReplaceOperation(IWorkbenchPart, IResource[], CVSTag, boolean) is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
26. WARNING in /src/org/eclipse/releng/tools/ReplaceLocalFromMap.java
 (at line 112)
new ReplaceOperation(getTargetPart(), new IResource[] { resource }, tags[i], true).run(new SubProgressMonitor(monitor, 100));
Discouraged access: The method run(IProgressMonitor) from the type CVSOperation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
27. WARNING in /src/org/eclipse/releng/tools/ReplaceLocalFromMap.java
 (at line 112)
new ReplaceOperation(getTargetPart(), new IResource[] { resource }, tags[i], true).run(new SubProgressMonitor(monitor, 100));
Discouraged access: The type ReplaceOperation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
28. WARNING in /src/org/eclipse/releng/tools/ReplaceLocalFromMap.java
 (at line 112)
new ReplaceOperation(getTargetPart(), new IResource[] { resource }, tags[i], true).run(new SubProgressMonitor(monitor, 100));
Discouraged access: The method getTargetPart() from the type TeamAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
29. WARNING in /src/org/eclipse/releng/tools/ReplaceLocalFromMap.java
 (at line 128)
wizard.execute(getShell());
Discouraged access: The method getShell() from the type TeamAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
30. WARNING in /src/org/eclipse/releng/tools/ReplaceLocalFromMap.java
 (at line 136)
run(new IRunnableWithProgress() { public void run(IProgressMonitor monitor) throws InterruptedException, InvocationTargetException { try { monitor.beginTask(null, 100); resources[0] = checkOverwriteOfDirtyResources(getSelectedResources(), new InfiniteSubProgressMonitor(monitor, 100)); } catch (TeamException e) { throw new InvocationTargetException(e); } finally { monitor.done(); } } }, false /* cancelable */, PROGRESS_BUSYCURSOR);
Discouraged access: The method run(IRunnableWithProgress, boolean, int) from the type CVSAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
31. WARNING in /src/org/eclipse/releng/tools/ReplaceLocalFromMap.java
 (at line 140)
resources[0] = checkOverwriteOfDirtyResources(getSelectedResources(), new InfiniteSubProgressMonitor(monitor, 100));
Discouraged access: The method checkOverwriteOfDirtyResources(IResource[], IProgressMonitor) from the type WorkspaceAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
32. WARNING in /src/org/eclipse/releng/tools/ReplaceLocalFromMap.java
 (at line 140)
resources[0] = checkOverwriteOfDirtyResources(getSelectedResources(), new InfiniteSubProgressMonitor(monitor, 100));
Discouraged access: The method getSelectedResources() from the type CVSAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
33. WARNING in /src/org/eclipse/releng/tools/ReplaceLocalFromMap.java
 (at line 140)
resources[0] = checkOverwriteOfDirtyResources(getSelectedResources(), new InfiniteSubProgressMonitor(monitor, 100));
Discouraged access: The constructor InfiniteSubProgressMonitor(IProgressMonitor, int) is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.core/@dot
34. WARNING in /src/org/eclipse/releng/tools/ReplaceLocalFromMap.java
 (at line 140)
resources[0] = checkOverwriteOfDirtyResources(getSelectedResources(), new InfiniteSubProgressMonitor(monitor, 100));
Discouraged access: The type InfiniteSubProgressMonitor is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.core/@dot
35. WARNING in /src/org/eclipse/releng/tools/ReplaceLocalFromMap.java
 (at line 147)
}, false /* cancelable */, PROGRESS_BUSYCURSOR);
Discouraged access: The field PROGRESS_BUSYCURSOR from the type TeamAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
36. WARNING in /src/org/eclipse/releng/tools/ReplaceLocalFromMap.java
 (at line 160)
run(new IRunnableWithProgress() { public void run(IProgressMonitor monitor) throws InvocationTargetException, InterruptedException { try { performReplace(resources[0], monitor); } catch (TeamException e) { throw new InvocationTargetException(e); } } }, true, PROGRESS_DIALOG);
Discouraged access: The method run(IRunnableWithProgress, boolean, int) from the type CVSAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
37. WARNING in /src/org/eclipse/releng/tools/ReplaceLocalFromMap.java
 (at line 168)
}, true, PROGRESS_DIALOG);
Discouraged access: The field PROGRESS_DIALOG from the type TeamAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot

/src/org/eclipse/releng/tools/RepositorySelectionDialog.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/releng/tools/RepositorySelectionDialog.java
 (at line 30)
import org.eclipse.team.internal.ccvs.core.ICVSRepositoryLocation;
Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
2. WARNING in /src/org/eclipse/releng/tools/RepositorySelectionDialog.java
 (at line 38)
ICVSRepositoryLocation[] locations;
Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
3. WARNING in /src/org/eclipse/releng/tools/RepositorySelectionDialog.java
 (at line 39)
ICVSRepositoryLocation location;
Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
4. WARNING in /src/org/eclipse/releng/tools/RepositorySelectionDialog.java
 (at line 81)
location = (ICVSRepositoryLocation)selection.getFirstElement();
Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
5. WARNING in /src/org/eclipse/releng/tools/RepositorySelectionDialog.java
 (at line 107)
public void setLocations(ICVSRepositoryLocation[] locations) {
Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
6. WARNING in /src/org/eclipse/releng/tools/RepositorySelectionDialog.java
 (at line 110)
public ICVSRepositoryLocation getLocation() {
Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot

/src/org/eclipse/releng/tools/TagAndReleaseAction.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/releng/tools/TagAndReleaseAction.java
 (at line 17)
import org.eclipse.team.internal.ccvs.ui.actions.CVSAction;
Discouraged access: The type CVSAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
2. WARNING in /src/org/eclipse/releng/tools/TagAndReleaseAction.java
 (at line 23)
public class TagAndReleaseAction extends CVSAction {
Discouraged access: The type CVSAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
3. WARNING in /src/org/eclipse/releng/tools/TagAndReleaseAction.java
 (at line 31)
IResource[] preSelection = getSelectedResources();
Discouraged access: The method getSelectedResources() from the type CVSAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
4. WARNING in /src/org/eclipse/releng/tools/TagAndReleaseAction.java
 (at line 35)
wizard.execute(getShell());
Discouraged access: The method getShell() from the type TeamAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot

/src/org/eclipse/releng/tools/TagAndReleaseOperation.java : 26 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/releng/tools/TagAndReleaseOperation.java
 (at line 19)
import org.eclipse.team.internal.ccvs.ui.operations.TagOperation;
Discouraged access: The type TagOperation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
2. WARNING in /src/org/eclipse/releng/tools/TagAndReleaseOperation.java
 (at line 26)
public class TagAndReleaseOperation extends TagOperation {
Discouraged access: The type TagOperation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
3. WARNING in /src/org/eclipse/releng/tools/TagAndReleaseOperation.java
 (at line 29)
private CVSTag tag;
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
4. WARNING in /src/org/eclipse/releng/tools/TagAndReleaseOperation.java
 (at line 34)
public TagAndReleaseOperation(IWorkbenchPart part, MapProject mapProject, IResource[] resources, CVSTag t, String c) {
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
5. WARNING in /src/org/eclipse/releng/tools/TagAndReleaseOperation.java
 (at line 35)
super(part, asResourceMappers(resources));
Discouraged access: The constructor TagOperation(IWorkbenchPart, ResourceMapping[]) is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
6. WARNING in /src/org/eclipse/releng/tools/TagAndReleaseOperation.java
 (at line 35)
super(part, asResourceMappers(resources));
Discouraged access: The method asResourceMappers(IResource[]) from the type RepositoryProviderOperation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
7. WARNING in /src/org/eclipse/releng/tools/TagAndReleaseOperation.java
 (at line 39)
setTag(tag);
Discouraged access: The method setTag(CVSTag) from the type TagOperation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
8. WARNING in /src/org/eclipse/releng/tools/TagAndReleaseOperation.java
 (at line 48)
CVSTeamProvider provider,
Discouraged access: The type CVSTeamProvider is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
9. WARNING in /src/org/eclipse/releng/tools/TagAndReleaseOperation.java
 (at line 52)
throws CVSException {
Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
10. WARNING in /src/org/eclipse/releng/tools/TagAndReleaseOperation.java
 (at line 55)
progress.beginTask("Releasing project " + provider.getProject().getName(), 100);
Discouraged access: The method getProject() from the type CVSTeamProvider is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
11. WARNING in /src/org/eclipse/releng/tools/TagAndReleaseOperation.java
 (at line 56)
IStatus status = super.tag(provider, resources, recurse, new SubProgressMonitor(progress, 95));
Discouraged access: The method tag(CVSTeamProvider, IResource[], boolean, IProgressMonitor) from the type TagOperation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
12. WARNING in /src/org/eclipse/releng/tools/TagAndReleaseOperation.java
 (at line 66)
public void execute(IProgressMonitor monitor) throws CVSException, InterruptedException {
Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
13. WARNING in /src/org/eclipse/releng/tools/TagAndReleaseOperation.java
 (at line 67)
monitor.beginTask("Tagging with " + getTag().getName(), 100);
Discouraged access: The method getTag() from the type TagOperation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
14. WARNING in /src/org/eclipse/releng/tools/TagAndReleaseOperation.java
 (at line 67)
monitor.beginTask("Tagging with " + getTag().getName(), 100);
Discouraged access: The method getName() from the type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
15. WARNING in /src/org/eclipse/releng/tools/TagAndReleaseOperation.java
 (at line 68)
super.execute(new SubProgressMonitor(monitor, 95));
Discouraged access: The method execute(IProgressMonitor) from the type TagOperation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
16. WARNING in /src/org/eclipse/releng/tools/TagAndReleaseOperation.java
 (at line 74)
if (!errorsOccurred()) {
Discouraged access: The method errorsOccurred() from the type CVSOperation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
17. WARNING in /src/org/eclipse/releng/tools/TagAndReleaseOperation.java
 (at line 78)
throw CVSException.wrapException(e);
Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
18. WARNING in /src/org/eclipse/releng/tools/TagAndReleaseOperation.java
 (at line 78)
throw CVSException.wrapException(e);
Discouraged access: The method wrapException(CoreException) from the type CVSException is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
19. WARNING in /src/org/eclipse/releng/tools/TagAndReleaseOperation.java
 (at line 88)
protected ISchedulingRule getSchedulingRule(CVSTeamProvider provider) {
Discouraged access: The type CVSTeamProvider is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
20. WARNING in /src/org/eclipse/releng/tools/TagAndReleaseOperation.java
 (at line 90)
ISchedulingRule rule = super.getSchedulingRule(provider);
Discouraged access: The method getSchedulingRule(CVSTeamProvider) from the type RepositoryProviderOperation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
21. WARNING in /src/org/eclipse/releng/tools/TagAndReleaseOperation.java
 (at line 97)
private void updateTagsInMapFile(IProject project, String t) throws CVSException {
Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
22. WARNING in /src/org/eclipse/releng/tools/TagAndReleaseOperation.java
 (at line 101)
throw CVSException.wrapException(e);
Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
23. WARNING in /src/org/eclipse/releng/tools/TagAndReleaseOperation.java
 (at line 101)
throw CVSException.wrapException(e);
Discouraged access: The method wrapException(CoreException) from the type CVSException is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
24. WARNING in /src/org/eclipse/releng/tools/TagAndReleaseOperation.java
 (at line 105)
private void updateMapFile() throws CVSException{
Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
25. WARNING in /src/org/eclipse/releng/tools/TagAndReleaseOperation.java
 (at line 108)
updateTagsInMapFile((IProject)selectedProjects[i], tag.getName());
Discouraged access: The method getName() from the type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
26. WARNING in /src/org/eclipse/releng/tools/TagAndReleaseOperation.java
 (at line 118)
return super.getErrors();
Discouraged access: The method getErrors() from the type CVSOperation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot

/src/org/eclipse/releng/tools/TagMap.java : 59 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/releng/tools/TagMap.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 /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
2. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 20)
import org.eclipse.team.internal.ccvs.ui.CVSUIPlugin;
Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
3. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 21)
import org.eclipse.team.internal.ccvs.ui.actions.TagInRepositoryAction;
Discouraged access: The type TagInRepositoryAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
4. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 26)
public class TagMap extends TagInRepositoryAction {
Discouraged access: The type TagInRepositoryAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
5. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 31)
protected ICVSRemoteResource[] getSelectedRemoteResources() {
Discouraged access: The type ICVSRemoteResource is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
6. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 32)
IResource[] resources = getSelectedResources();
Discouraged access: The method getSelectedResources() from the type CVSAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
7. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 46)
private ICVSRemoteResource[] getCVSResourcesFor(String[] referenceStrings) {
Discouraged access: The type ICVSRemoteResource is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
8. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 59)
ICVSRepositoryLocation storedlocation = getLocationFromString(repo);
Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
9. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 60)
ICVSRepositoryLocation location = (ICVSRepositoryLocation)previouslySelectedRepositories.get(storedlocation);
Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
10. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 60)
ICVSRepositoryLocation location = (ICVSRepositoryLocation)previouslySelectedRepositories.get(storedlocation);
Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
11. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 64)
if (location == null) return new ICVSRemoteResource[0];
Discouraged access: The type ICVSRemoteResource is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
12. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 68)
CVSTag tag = CVSTag.DEFAULT;
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
13. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 68)
CVSTag tag = CVSTag.DEFAULT;
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
14. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 68)
CVSTag tag = CVSTag.DEFAULT;
Discouraged access: The field DEFAULT from the type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
15. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 71)
tag = new CVSTag(tagName, CVSTag.VERSION);
Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
16. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 71)
tag = new CVSTag(tagName, CVSTag.VERSION);
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
17. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 71)
tag = new CVSTag(tagName, CVSTag.VERSION);
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
18. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 71)
tag = new CVSTag(tagName, CVSTag.VERSION);
Discouraged access: The field VERSION from the type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
19. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 73)
result.add(location.getRemoteFolder(module, tag));
Discouraged access: The method getRemoteFolder(String, CVSTag) from the type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
20. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 74)
} catch (CVSException e) {
Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
21. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 78)
return (ICVSRemoteResource[]) result.toArray(new ICVSRemoteResource[result.size()]);
Discouraged access: The type ICVSRemoteResource is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
22. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 78)
return (ICVSRemoteResource[]) result.toArray(new ICVSRemoteResource[result.size()]);
Discouraged access: The type ICVSRemoteResource is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
23. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 81)
private ICVSRepositoryLocation getLocationFromString(String repo) throws CVSException {
Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
24. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 81)
private ICVSRepositoryLocation getLocationFromString(String repo) throws CVSException {
Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
25. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 83)
ICVSRepositoryLocation newLocation = CVSRepositoryLocation.fromString(repo);
Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
26. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 83)
ICVSRepositoryLocation newLocation = CVSRepositoryLocation.fromString(repo);
Discouraged access: The type CVSRepositoryLocation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
27. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 83)
ICVSRepositoryLocation newLocation = CVSRepositoryLocation.fromString(repo);
Discouraged access: The method fromString(String) from the type CVSRepositoryLocation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
28. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 84)
if (newLocation.getUsername() == null || newLocation.getUsername().length() == 0) {
Discouraged access: The method getUsername() from the type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
29. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 84)
if (newLocation.getUsername() == null || newLocation.getUsername().length() == 0) {
Discouraged access: The method getUsername() from the type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
30. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 86)
ICVSRepositoryLocation[] locations = CVSProviderPlugin.getPlugin().getKnownRepositories();
Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
31. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 86)
ICVSRepositoryLocation[] locations = CVSProviderPlugin.getPlugin().getKnownRepositories();
Discouraged access: The type CVSProviderPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
32. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 86)
ICVSRepositoryLocation[] locations = CVSProviderPlugin.getPlugin().getKnownRepositories();
Discouraged access: The method getPlugin() from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
33. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 86)
ICVSRepositoryLocation[] locations = CVSProviderPlugin.getPlugin().getKnownRepositories();
Discouraged access: The method getKnownRepositories() from the type CVSProviderPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
34. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 88)
ICVSRepositoryLocation location = locations[i];
Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
35. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 89)
if (location.getMethod() == newLocation.getMethod()
Discouraged access: The method getMethod() from the type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
36. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 89)
if (location.getMethod() == newLocation.getMethod()
Discouraged access: The method getMethod() from the type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
37. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 90)
&& location.getHost().equals(newLocation.getHost())
Discouraged access: The method getHost() from the type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
38. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 90)
&& location.getHost().equals(newLocation.getHost())
Discouraged access: The method getHost() from the type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
39. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 91)
&& location.getPort() == newLocation.getPort()
Discouraged access: The method getPort() from the type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
40. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 91)
&& location.getPort() == newLocation.getPort()
Discouraged access: The method getPort() from the type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
41. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 92)
&& location.getRootDirectory().equals(newLocation.getRootDirectory()))
Discouraged access: The method getRootDirectory() from the type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
42. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 92)
&& location.getRootDirectory().equals(newLocation.getRootDirectory()))
Discouraged access: The method getRootDirectory() from the type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
43. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 99)
private ICVSRepositoryLocation getWritableRepositoryLocation(ICVSRepositoryLocation storedLocation) {
Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
44. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 99)
private ICVSRepositoryLocation getWritableRepositoryLocation(ICVSRepositoryLocation storedLocation) {
Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
45. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 101)
ICVSRepositoryLocation[] locations = CVSUIPlugin.getPlugin().getRepositoryManager().getKnownRepositoryLocations();
Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
46. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 101)
ICVSRepositoryLocation[] locations = CVSUIPlugin.getPlugin().getRepositoryManager().getKnownRepositoryLocations();
Discouraged access: The type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
47. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 101)
ICVSRepositoryLocation[] locations = CVSUIPlugin.getPlugin().getRepositoryManager().getKnownRepositoryLocations();
Discouraged access: The method getPlugin() from the type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
48. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 101)
ICVSRepositoryLocation[] locations = CVSUIPlugin.getPlugin().getRepositoryManager().getKnownRepositoryLocations();
Discouraged access: The method getRepositoryManager() from the type CVSUIPlugin is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
49. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 101)
ICVSRepositoryLocation[] locations = CVSUIPlugin.getPlugin().getRepositoryManager().getKnownRepositoryLocations();
Discouraged access: The method getKnownRepositoryLocations() from the type RepositoryManager is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot
50. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 104)
ICVSRepositoryLocation location = locations[i];
Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
51. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 106)
if (!location.getHost().equals(storedLocation.getHost())) continue;
Discouraged access: The method getHost() from the type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
52. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 106)
if (!location.getHost().equals(storedLocation.getHost())) continue;
Discouraged access: The method getHost() from the type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
53. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 107)
if (!location.getRootDirectory().equals(storedLocation.getRootDirectory())) continue;
Discouraged access: The method getRootDirectory() from the type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
54. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 107)
if (!location.getRootDirectory().equals(storedLocation.getRootDirectory())) continue;
Discouraged access: The method getRootDirectory() from the type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
55. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 110)
RepositorySelectionDialog dialog = new RepositorySelectionDialog(getShell());
Discouraged access: The method getShell() from the type TeamAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
56. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 111)
dialog.setLocations((ICVSRepositoryLocation[])compatibleLocations.toArray(new ICVSRepositoryLocation[compatibleLocations.size()]));
Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
57. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 111)
dialog.setLocations((ICVSRepositoryLocation[])compatibleLocations.toArray(new ICVSRepositoryLocation[compatibleLocations.size()]));
Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
58. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 113)
ICVSRepositoryLocation location = dialog.getLocation();
Discouraged access: The type ICVSRepositoryLocation is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
59. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 121)
IResource[] resources = getSelectedResources();
Discouraged access: The method getSelectedResources() from the type CVSAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.ui/@dot

/src/org/eclipse/releng/tools/TagPage.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/releng/tools/TagPage.java
 (at line 35)
import org.eclipse.team.internal.ccvs.core.CVSTag;
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
2. WARNING in /src/org/eclipse/releng/tools/TagPage.java
 (at line 169)
IStatus status = CVSTag.validateTagName(tag);
Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot
3. WARNING in /src/org/eclipse/releng/tools/TagPage.java
 (at line 169)
IStatus status = CVSTag.validateTagName(tag);
Discouraged access: The method validateTagName(String) from the type CVSTag is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.cvs.core/@dot

/src/org/eclipse/releng/tools/preferences/MapProjectPreferencePage.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/releng/tools/preferences/MapProjectPreferencePage.java
 (at line 28)
import org.eclipse.team.internal.ui.SWTUtils;
Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
2. WARNING in /src/org/eclipse/releng/tools/preferences/MapProjectPreferencePage.java
 (at line 59)
Label pageDescription = SWTUtils.createLabel(topContainer, Messages.getString("MapProjectPreferencePage.1")); //$NON-NLS-1$
Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
3. WARNING in /src/org/eclipse/releng/tools/preferences/MapProjectPreferencePage.java
 (at line 59)
Label pageDescription = SWTUtils.createLabel(topContainer, Messages.getString("MapProjectPreferencePage.1")); //$NON-NLS-1$
Discouraged access: The method createLabel(Composite, String) from the type SWTUtils is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
4. WARNING in /src/org/eclipse/releng/tools/preferences/MapProjectPreferencePage.java
 (at line 74)
mapProjectSelectionDescription = SWTUtils.createLabel(topContainer, Messages.getString("MapProjectPreferencePage.2")); //$NON-NLS-1$
Discouraged access: The type SWTUtils is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot
5. WARNING in /src/org/eclipse/releng/tools/preferences/MapProjectPreferencePage.java
 (at line 74)
mapProjectSelectionDescription = SWTUtils.createLabel(topContainer, Messages.getString("MapProjectPreferencePage.2")); //$NON-NLS-1$
Discouraged access: The method createLabel(Composite, String) from the type SWTUtils is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.team.ui/@dot