Compiler log for org.eclipse.team.examples.filesystem_3.4.100.I20100526-0800 : teamfilesystem.jar.bin.xml

TOTAL : ERRORS: 0, WARNINGS: 72

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/team/examples/filesystem/history/FileSystemHistory.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/team/examples/filesystem/history/FileSystemHistory.java
 (at line 24)
import org.eclipse.team.internal.core.history.LocalFileRevision;
Discouraged access: The type LocalFileRevision is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.core/@dot
2. WARNING in /src/org/eclipse/team/examples/filesystem/history/FileSystemHistory.java
 (at line 65)
revisions[i] = new LocalFileRevision(states[i]);
Discouraged access: The constructor LocalFileRevision(IFileState) is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.core/@dot
3. WARNING in /src/org/eclipse/team/examples/filesystem/history/FileSystemHistory.java
 (at line 65)
revisions[i] = new LocalFileRevision(states[i]);
Discouraged access: The type LocalFileRevision is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.core/@dot

/src/org/eclipse/team/examples/filesystem/ui/DisconnectAction.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/team/examples/filesystem/ui/DisconnectAction.java
 (at line 19)
import org.eclipse.team.internal.ui.actions.TeamAction;
Discouraged access: The type TeamAction is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
2. WARNING in /src/org/eclipse/team/examples/filesystem/ui/DisconnectAction.java
 (at line 24)
public class DisconnectAction extends TeamAction {
Discouraged access: The type TeamAction is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
3. WARNING in /src/org/eclipse/team/examples/filesystem/ui/DisconnectAction.java
 (at line 27)
IProject projects[] = getSelectedProjects();
Discouraged access: The method getSelectedProjects() from the type TeamAction is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
4. WARNING in /src/org/eclipse/team/examples/filesystem/ui/DisconnectAction.java
 (at line 33)
ErrorDialog.openError(getShell(), Policy.bind("DisconnectAction.errorTitle"), null, e.getStatus()); //$NON-NLS-1$
Discouraged access: The method getShell() from the type TeamAction is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
5. WARNING in /src/org/eclipse/team/examples/filesystem/ui/DisconnectAction.java
 (at line 38)
* @see TeamAction#isEnabled()
Discouraged access: The type TeamAction is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot

/src/org/eclipse/team/examples/filesystem/ui/FileSystemAction.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/team/examples/filesystem/ui/FileSystemAction.java
 (at line 19)
import org.eclipse.team.internal.ui.actions.TeamAction;
Discouraged access: The type TeamAction is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
2. WARNING in /src/org/eclipse/team/examples/filesystem/ui/FileSystemAction.java
 (at line 25)
public abstract class FileSystemAction extends TeamAction {
Discouraged access: The type TeamAction is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
3. WARNING in /src/org/eclipse/team/examples/filesystem/ui/FileSystemAction.java
 (at line 28)
* @see org.eclipse.team.internal.ui.actions.TeamAction#isEnabled()
Discouraged access: The type TeamAction is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
4. WARNING in /src/org/eclipse/team/examples/filesystem/ui/FileSystemAction.java
 (at line 39)
IResource[] resources = getSelectedResources();
Discouraged access: The method getSelectedResources() from the type TeamAction is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
5. WARNING in /src/org/eclipse/team/examples/filesystem/ui/FileSystemAction.java
 (at line 59)
return getSelectedResourceMappings(FileSystemPlugin.PROVIDER_ID);
Discouraged access: The method getSelectedResourceMappings(String) from the type TeamAction is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot

/src/org/eclipse/team/examples/filesystem/ui/FileSystemHistoryPage.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/team/examples/filesystem/ui/FileSystemHistoryPage.java
 (at line 40)
import org.eclipse.team.internal.ui.Utils;
Discouraged access: The type Utils is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
2. WARNING in /src/org/eclipse/team/examples/filesystem/ui/FileSystemHistoryPage.java
 (at line 83)
Utils.asyncExec(new Runnable() {
Discouraged access: The type Utils is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
3. WARNING in /src/org/eclipse/team/examples/filesystem/ui/FileSystemHistoryPage.java
 (at line 83)
Utils.asyncExec(new Runnable() { public void run() { tableViewer.setInput(fileHistory); } }, tableViewer);
Discouraged access: The method asyncExec(Runnable, StructuredViewer) from the type Utils is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
4. WARNING in /src/org/eclipse/team/examples/filesystem/ui/FileSystemHistoryPage.java
 (at line 239)
Utils.schedule(refreshFileHistoryJob, getWorkbenchSite(parentSite));
Discouraged access: The type Utils is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
5. WARNING in /src/org/eclipse/team/examples/filesystem/ui/FileSystemHistoryPage.java
 (at line 239)
Utils.schedule(refreshFileHistoryJob, getWorkbenchSite(parentSite));
Discouraged access: The method schedule(Job, IWorkbenchSite) from the type Utils is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot

/src/org/eclipse/team/examples/filesystem/ui/FileSystemSynchronizeParticipant.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/team/examples/filesystem/ui/FileSystemSynchronizeParticipant.java
 (at line 29)
import org.eclipse.team.internal.ui.TeamUIPlugin;
Discouraged access: The type TeamUIPlugin is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
2. WARNING in /src/org/eclipse/team/examples/filesystem/ui/FileSystemSynchronizeParticipant.java
 (at line 172)
TeamUIPlugin.log(e);
Discouraged access: The type TeamUIPlugin is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
3. WARNING in /src/org/eclipse/team/examples/filesystem/ui/FileSystemSynchronizeParticipant.java
 (at line 172)
TeamUIPlugin.log(e);
Discouraged access: The method log(CoreException) from the type TeamUIPlugin is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot

/src/org/eclipse/team/examples/filesystem/ui/GetAction.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/team/examples/filesystem/ui/GetAction.java
 (at line 25)
GetOperation operation = new GetOperation(getTargetPart(),
Discouraged access: The method getTargetPart() from the type TeamAction is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
2. WARNING in /src/org/eclipse/team/examples/filesystem/ui/GetAction.java
 (at line 30)
handle(e, null, Policy.bind("GetAction.problemMessage")); //$NON-NLS-1$
Discouraged access: The method handle(Exception, String, String) from the type TeamAction is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot

/src/org/eclipse/team/examples/filesystem/ui/MergeAction.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/team/examples/filesystem/ui/MergeAction.java
 (at line 31)
operation = new SyncDialogModelMergeOperation(getTargetPart(),
Discouraged access: The method getTargetPart() from the type TeamAction is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
2. WARNING in /src/org/eclipse/team/examples/filesystem/ui/MergeAction.java
 (at line 34)
operation = new NonSyncModelMergeOperation(getTargetPart(),
Discouraged access: The method getTargetPart() from the type TeamAction is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
3. WARNING in /src/org/eclipse/team/examples/filesystem/ui/MergeAction.java
 (at line 39)
handle(e, null, "Errors occurred while merging");
Discouraged access: The method handle(Exception, String, String) from the type TeamAction is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot

/src/org/eclipse/team/examples/filesystem/ui/ModelPutAction.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/team/examples/filesystem/ui/ModelPutAction.java
 (at line 23)
import org.eclipse.team.internal.ui.Utils;
Discouraged access: The type Utils is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
2. WARNING in /src/org/eclipse/team/examples/filesystem/ui/ModelPutAction.java
 (at line 49)
ResourceMapping mapping = Utils.getResourceMapping(element);
Discouraged access: The type Utils is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
3. WARNING in /src/org/eclipse/team/examples/filesystem/ui/ModelPutAction.java
 (at line 49)
ResourceMapping mapping = Utils.getResourceMapping(element);
Discouraged access: The method getResourceMapping(Object) from the type Utils is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot

/src/org/eclipse/team/examples/filesystem/ui/NonSyncMergePart.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/team/examples/filesystem/ui/NonSyncMergePart.java
 (at line 27)
import org.eclipse.team.internal.ui.Policy;
Discouraged access: The type Policy is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
2. WARNING in /src/org/eclipse/team/examples/filesystem/ui/NonSyncMergePart.java
 (at line 28)
import org.eclipse.team.internal.ui.Utils;
Discouraged access: The type Utils is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
3. WARNING in /src/org/eclipse/team/examples/filesystem/ui/NonSyncMergePart.java
 (at line 101)
adapter.prepareInput(configuration, Policy.subMonitorFor(monitor, 90));
Discouraged access: The type Policy is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
4. WARNING in /src/org/eclipse/team/examples/filesystem/ui/NonSyncMergePart.java
 (at line 101)
adapter.prepareInput(configuration, Policy.subMonitorFor(monitor, 90));
Discouraged access: The method subMonitorFor(IProgressMonitor, int) from the type Policy is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
5. WARNING in /src/org/eclipse/team/examples/filesystem/ui/NonSyncMergePart.java
 (at line 112)
return (ISynchronizationCompareInput)Utils.getAdapter(input, ISynchronizationCompareInput.class);
Discouraged access: The type Utils is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
6. WARNING in /src/org/eclipse/team/examples/filesystem/ui/NonSyncMergePart.java
 (at line 112)
return (ISynchronizationCompareInput)Utils.getAdapter(input, ISynchronizationCompareInput.class);
Discouraged access: The method getAdapter(Object, Class) from the type Utils is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot

/src/org/eclipse/team/examples/filesystem/ui/NonSyncModelMergePage.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/team/examples/filesystem/ui/NonSyncModelMergePage.java
 (at line 30)
import org.eclipse.team.internal.ui.mapping.SynchronizationResourceMappingContext;
Discouraged access: The type SynchronizationResourceMappingContext is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
2. WARNING in /src/org/eclipse/team/examples/filesystem/ui/NonSyncModelMergePage.java
 (at line 160)
ResourceMapping[] mappings = provider.getMappings(resources, new SynchronizationResourceMappingContext(context), monitor);
Discouraged access: The constructor SynchronizationResourceMappingContext(ISynchronizationContext) is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
3. WARNING in /src/org/eclipse/team/examples/filesystem/ui/NonSyncModelMergePage.java
 (at line 160)
ResourceMapping[] mappings = provider.getMappings(resources, new SynchronizationResourceMappingContext(context), monitor);
Discouraged access: The type SynchronizationResourceMappingContext is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
4. WARNING in /src/org/eclipse/team/examples/filesystem/ui/NonSyncModelMergePage.java
 (at line 269)
ResourceTraversal[] traversals = mapping.getTraversals(new SynchronizationResourceMappingContext(context), monitor);
Discouraged access: The constructor SynchronizationResourceMappingContext(ISynchronizationContext) is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
5. WARNING in /src/org/eclipse/team/examples/filesystem/ui/NonSyncModelMergePage.java
 (at line 269)
ResourceTraversal[] traversals = mapping.getTraversals(new SynchronizationResourceMappingContext(context), monitor);
Discouraged access: The type SynchronizationResourceMappingContext is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot

/src/org/eclipse/team/examples/filesystem/ui/PutAction.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/team/examples/filesystem/ui/PutAction.java
 (at line 25)
PutOperation operation = new PutOperation(getTargetPart(),
Discouraged access: The method getTargetPart() from the type TeamAction is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
2. WARNING in /src/org/eclipse/team/examples/filesystem/ui/PutAction.java
 (at line 30)
handle(e, null, Policy.bind("PutAction.problemMessage")); //$NON-NLS-1$
Discouraged access: The method handle(Exception, String, String) from the type TeamAction is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot

/src/org/eclipse/team/examples/filesystem/ui/ShowHistoryAction.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/team/examples/filesystem/ui/ShowHistoryAction.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/M201102101200/src/plugins/org.eclipse.team.ui/@dot
2. WARNING in /src/org/eclipse/team/examples/filesystem/ui/ShowHistoryAction.java
 (at line 43)
TeamUI.showHistoryFor(TeamUIPlugin.getActivePage(), resource, null);
Discouraged access: The type TeamUIPlugin is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
3. WARNING in /src/org/eclipse/team/examples/filesystem/ui/ShowHistoryAction.java
 (at line 43)
TeamUI.showHistoryFor(TeamUIPlugin.getActivePage(), resource, null);
Discouraged access: The method getActivePage() from the type TeamUIPlugin is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot

/src/org/eclipse/team/examples/filesystem/ui/SynchronizeAction.java : 1 warning :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/team/examples/filesystem/ui/SynchronizeAction.java
 (at line 35)
participant.run(getTargetPart());
Discouraged access: The method getTargetPart() from the type TeamAction is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot

/src/org/eclipse/team/examples/localhistory/LocalHistorySynchronizeWizard.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/team/examples/localhistory/LocalHistorySynchronizeWizard.java
 (at line 21)
import org.eclipse.team.internal.ui.ITeamUIImages;
Discouraged access: The type ITeamUIImages is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
2. WARNING in /src/org/eclipse/team/examples/localhistory/LocalHistorySynchronizeWizard.java
 (at line 52)
addPage(new MessagePage("Local History", "Create a local history synchronization", TeamImages.getImageDescriptor(ITeamUIImages.IMG_WIZBAN_SHARE))); //$NON-NLS-1$//$NON-NLS-2$
Discouraged access: The type ITeamUIImages is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
3. WARNING in /src/org/eclipse/team/examples/localhistory/LocalHistorySynchronizeWizard.java
 (at line 52)
addPage(new MessagePage("Local History", "Create a local history synchronization", TeamImages.getImageDescriptor(ITeamUIImages.IMG_WIZBAN_SHARE))); //$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/M201102101200/src/plugins/org.eclipse.team.ui/@dot

/src/org/eclipse/team/examples/model/ui/ModelNavigatorActionProvider.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/team/examples/model/ui/ModelNavigatorActionProvider.java
 (at line 28)
import org.eclipse.team.internal.ui.Utils;
Discouraged access: The type Utils is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
2. WARNING in /src/org/eclipse/team/examples/model/ui/ModelNavigatorActionProvider.java
 (at line 167)
return (ModelSaveablesProvider)Utils.getAdapter(provider, SaveablesProvider.class);
Discouraged access: The type Utils is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
3. WARNING in /src/org/eclipse/team/examples/model/ui/ModelNavigatorActionProvider.java
 (at line 167)
return (ModelSaveablesProvider)Utils.getAdapter(provider, SaveablesProvider.class);
Discouraged access: The method getAdapter(Object, Class) from the type Utils is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot

/src/org/eclipse/team/examples/model/ui/ModelSaveable.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/team/examples/model/ui/ModelSaveable.java
 (at line 18)
import org.eclipse.team.internal.ui.Utils;
Discouraged access: The type Utils is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
2. WARNING in /src/org/eclipse/team/examples/model/ui/ModelSaveable.java
 (at line 78)
return Utils.getAdapter(getModelObject(), ResourceMapping.class);
Discouraged access: The type Utils is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
3. WARNING in /src/org/eclipse/team/examples/model/ui/ModelSaveable.java
 (at line 78)
return Utils.getAdapter(getModelObject(), ResourceMapping.class);
Discouraged access: The method getAdapter(Object, Class) from the type Utils is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot

/src/org/eclipse/team/examples/model/ui/NewModelProjectWizard.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/team/examples/model/ui/NewModelProjectWizard.java
 (at line 27)
import org.eclipse.ui.internal.wizards.newresource.ResourceMessages;
Discouraged access: The type ResourceMessages is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.ui.ide/@dot
2. WARNING in /src/org/eclipse/team/examples/model/ui/NewModelProjectWizard.java
 (at line 41)
mainPage.setTitle(ResourceMessages.NewProject_title);
Discouraged access: The type ResourceMessages is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.ui.ide/@dot
3. WARNING in /src/org/eclipse/team/examples/model/ui/NewModelProjectWizard.java
 (at line 41)
mainPage.setTitle(ResourceMessages.NewProject_title);
Discouraged access: The field NewProject_title from the type ResourceMessages is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.ui.ide/@dot
4. WARNING in /src/org/eclipse/team/examples/model/ui/NewModelProjectWizard.java
 (at line 42)
mainPage.setDescription(ResourceMessages.NewProject_description);
Discouraged access: The type ResourceMessages is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.ui.ide/@dot
5. WARNING in /src/org/eclipse/team/examples/model/ui/NewModelProjectWizard.java
 (at line 42)
mainPage.setDescription(ResourceMessages.NewProject_description);
Discouraged access: The field NewProject_description from the type ResourceMessages is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.ui.ide/@dot

/src/org/eclipse/team/examples/model/ui/mapping/ModelMergeActionHandler.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/team/examples/model/ui/mapping/ModelMergeActionHandler.java
 (at line 24)
import org.eclipse.team.internal.ui.mapping.ResourceModelProviderOperation;
Discouraged access: The type ResourceModelProviderOperation is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
2. WARNING in /src/org/eclipse/team/examples/model/ui/mapping/ModelMergeActionHandler.java
 (at line 35)
private final class ModelSynchronizeOperation extends ResourceModelProviderOperation {
Discouraged access: The type ResourceModelProviderOperation is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
3. WARNING in /src/org/eclipse/team/examples/model/ui/mapping/ModelMergeActionHandler.java
 (at line 37)
super(configuration, selection);
Discouraged access: The constructor ResourceModelProviderOperation(ISynchronizePageConfiguration, IStructuredSelection) is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
4. WARNING in /src/org/eclipse/team/examples/model/ui/mapping/ModelMergeActionHandler.java
 (at line 47)
IDiff[] diffs = getTargetDiffs();
Discouraged access: The method getTargetDiffs() from the type ResourceModelProviderOperation is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot

/src/org/eclipse/team/examples/model/ui/mapping/ModelSyncContentProvider.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/team/examples/model/ui/mapping/ModelSyncContentProvider.java
 (at line 29)
import org.eclipse.team.internal.ui.Utils;
Discouraged access: The type Utils is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
2. WARNING in /src/org/eclipse/team/examples/model/ui/mapping/ModelSyncContentProvider.java
 (at line 30)
import org.eclipse.team.internal.ui.mapping.SynchronizationResourceMappingContext;
Discouraged access: The type SynchronizationResourceMappingContext is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
3. WARNING in /src/org/eclipse/team/examples/model/ui/mapping/ModelSyncContentProvider.java
 (at line 92)
ResourceMappingContext rmc = new SynchronizationResourceMappingContext(context);
Discouraged access: The constructor SynchronizationResourceMappingContext(ISynchronizationContext) is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
4. WARNING in /src/org/eclipse/team/examples/model/ui/mapping/ModelSyncContentProvider.java
 (at line 92)
ResourceMappingContext rmc = new SynchronizationResourceMappingContext(context);
Discouraged access: The type SynchronizationResourceMappingContext is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
5. WARNING in /src/org/eclipse/team/examples/model/ui/mapping/ModelSyncContentProvider.java
 (at line 238)
Utils.syncExec(new Runnable() {
Discouraged access: The type Utils is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
6. WARNING in /src/org/eclipse/team/examples/model/ui/mapping/ModelSyncContentProvider.java
 (at line 238)
Utils.syncExec(new Runnable() { public void run() { handleChange(event); } }, (StructuredViewer)getViewer());
Discouraged access: The method syncExec(Runnable, StructuredViewer) from the type Utils is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
7. WARNING in /src/org/eclipse/team/examples/model/ui/mapping/ModelSyncContentProvider.java
 (at line 381)
Utils.syncExec(new Runnable() {
Discouraged access: The type Utils is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot
8. WARNING in /src/org/eclipse/team/examples/model/ui/mapping/ModelSyncContentProvider.java
 (at line 381)
Utils.syncExec(new Runnable() { public void run() { if (refreshAll) viewer.refresh(true); else viewer.update(updates.toArray(new Object[updates.size()]), null); } }, viewer);
Discouraged access: The method syncExec(Runnable, StructuredViewer) from the type Utils is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.team.ui/@dot