Compiler log for org.eclipse.team.examples.filesystem_3.5.300.v20181109-1410 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 62, INFOS: 0

errors others warnings infos forbidden warnings discouraged warnings

ERRORS

top others warnings infos forbidden warnings discouraged warnings

OTHER WARNINGS

top errors infos forbidden warnings discouraged warnings

INFO WARNINGS

errors others warnings forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors infos others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors infos others warnings forbidden warnings

/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 API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')
2. WARNING in /src/org/eclipse/team/examples/filesystem/ui/FileSystemHistoryPage.java
 (at line 83)
Utils.asyncExec((Runnable) () -> tableViewer.setInput(fileHistory), tableViewer);
Discouraged access: The type 'Utils' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')
3. WARNING in /src/org/eclipse/team/examples/filesystem/ui/FileSystemHistoryPage.java
 (at line 83)
Utils.asyncExec((Runnable) () -> tableViewer.setInput(fileHistory), tableViewer);
Discouraged access: The method 'Utils.asyncExec(Runnable, StructuredViewer)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')
4. WARNING in /src/org/eclipse/team/examples/filesystem/ui/FileSystemHistoryPage.java
 (at line 233)
Utils.schedule(refreshFileHistoryJob, getWorkbenchSite(parentSite));
Discouraged access: The type 'Utils' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')
5. WARNING in /src/org/eclipse/team/examples/filesystem/ui/FileSystemHistoryPage.java
 (at line 233)
Utils.schedule(refreshFileHistoryJob, getWorkbenchSite(parentSite));
Discouraged access: The method 'Utils.schedule(Job, IWorkbenchSite)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')

/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 53)
import org.eclipse.team.internal.ui.mapping.SynchronizationResourceMappingContext;
Discouraged access: The type 'SynchronizationResourceMappingContext' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')
2. WARNING in /src/org/eclipse/team/examples/filesystem/ui/NonSyncModelMergePage.java
 (at line 191)
ResourceMapping[] mappings = provider.getMappings(resources, new SynchronizationResourceMappingContext(context), monitor);
Discouraged access: The type 'SynchronizationResourceMappingContext' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')
3. WARNING in /src/org/eclipse/team/examples/filesystem/ui/NonSyncModelMergePage.java
 (at line 191)
ResourceMapping[] mappings = provider.getMappings(resources, new SynchronizationResourceMappingContext(context), monitor);
Discouraged access: The constructor 'SynchronizationResourceMappingContext(ISynchronizationContext)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')
4. WARNING in /src/org/eclipse/team/examples/filesystem/ui/NonSyncModelMergePage.java
 (at line 291)
ResourceTraversal[] traversals = mapping.getTraversals(new SynchronizationResourceMappingContext(context), monitor);
Discouraged access: The type 'SynchronizationResourceMappingContext' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')
5. WARNING in /src/org/eclipse/team/examples/filesystem/ui/NonSyncModelMergePage.java
 (at line 291)
ResourceTraversal[] traversals = mapping.getTraversals(new SynchronizationResourceMappingContext(context), monitor);
Discouraged access: The constructor 'SynchronizationResourceMappingContext(ISynchronizationContext)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')

/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 22)
import org.eclipse.team.internal.ui.actions.TeamAction;
Discouraged access: The type 'TeamAction' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')
2. WARNING in /src/org/eclipse/team/examples/filesystem/ui/DisconnectAction.java
 (at line 27)
public class DisconnectAction extends TeamAction {
Discouraged access: The type 'TeamAction' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')
3. WARNING in /src/org/eclipse/team/examples/filesystem/ui/DisconnectAction.java
 (at line 30)
IProject projects[] = getSelectedProjects();
Discouraged access: The method 'TeamAction.getSelectedProjects()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')
4. WARNING in /src/org/eclipse/team/examples/filesystem/ui/DisconnectAction.java
 (at line 36)
ErrorDialog.openError(getShell(), Policy.bind("DisconnectAction.errorTitle"), null, e.getStatus()); //$NON-NLS-1$
Discouraged access: The method 'TeamAction.getShell()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')
5. WARNING in /src/org/eclipse/team/examples/filesystem/ui/DisconnectAction.java
 (at line 41)
* @see TeamAction#isEnabled()
Discouraged access: The type 'TeamAction' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')

/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 30)
import org.eclipse.ui.internal.wizards.newresource.ResourceMessages;
Discouraged access: The type 'ResourceMessages' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.ide/target/classes')
2. WARNING in /src/org/eclipse/team/examples/model/ui/NewModelProjectWizard.java
 (at line 44)
mainPage.setTitle(ResourceMessages.NewProject_title);
Discouraged access: The type 'ResourceMessages' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.ide/target/classes')
3. WARNING in /src/org/eclipse/team/examples/model/ui/NewModelProjectWizard.java
 (at line 44)
mainPage.setTitle(ResourceMessages.NewProject_title);
Discouraged access: The field 'ResourceMessages.NewProject_title' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.ide/target/classes')
4. WARNING in /src/org/eclipse/team/examples/model/ui/NewModelProjectWizard.java
 (at line 45)
mainPage.setDescription(ResourceMessages.NewProject_description);
Discouraged access: The type 'ResourceMessages' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.ide/target/classes')
5. WARNING in /src/org/eclipse/team/examples/model/ui/NewModelProjectWizard.java
 (at line 45)
mainPage.setDescription(ResourceMessages.NewProject_description);
Discouraged access: The field 'ResourceMessages.NewProject_description' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.ide/target/classes')

/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 28)
PutOperation operation = new PutOperation(getTargetPart(),
Discouraged access: The method 'TeamAction.getTargetPart()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')
2. WARNING in /src/org/eclipse/team/examples/filesystem/ui/PutAction.java
 (at line 33)
handle(e, null, Policy.bind("PutAction.problemMessage")); //$NON-NLS-1$
Discouraged access: The method 'TeamAction.handle(Exception, String, String)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/team/examples/filesystem/ui/NonSyncMergePart.java
 (at line 31)
import org.eclipse.team.internal.ui.Policy;
Discouraged access: The type 'Policy' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')
2. WARNING in /src/org/eclipse/team/examples/filesystem/ui/NonSyncMergePart.java
 (at line 92)
adapter.prepareInput(configuration, Policy.subMonitorFor(monitor, 90));
Discouraged access: The type 'Policy' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')
3. WARNING in /src/org/eclipse/team/examples/filesystem/ui/NonSyncMergePart.java
 (at line 92)
adapter.prepareInput(configuration, Policy.subMonitorFor(monitor, 90));
Discouraged access: The method 'Policy.subMonitorFor(IProgressMonitor, int)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')

/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 26)
import org.eclipse.team.internal.ui.TeamUIPlugin;
Discouraged access: The type 'TeamUIPlugin' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')
2. WARNING in /src/org/eclipse/team/examples/filesystem/ui/ShowHistoryAction.java
 (at line 41)
Runnable r = () -> TeamUI.showHistoryFor(TeamUIPlugin.getActivePage(), resource, null);
Discouraged access: The type 'TeamUIPlugin' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')
3. WARNING in /src/org/eclipse/team/examples/filesystem/ui/ShowHistoryAction.java
 (at line 41)
Runnable r = () -> TeamUI.showHistoryFor(TeamUIPlugin.getActivePage(), resource, null);
Discouraged access: The method 'TeamUIPlugin.getActivePage()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')

/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 34)
operation = new SyncDialogModelMergeOperation(getTargetPart(),
Discouraged access: The method 'TeamAction.getTargetPart()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')
2. WARNING in /src/org/eclipse/team/examples/filesystem/ui/MergeAction.java
 (at line 37)
operation = new NonSyncModelMergeOperation(getTargetPart(),
Discouraged access: The method 'TeamAction.getTargetPart()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')
3. WARNING in /src/org/eclipse/team/examples/filesystem/ui/MergeAction.java
 (at line 42)
handle(e, null, "Errors occurred while merging");
Discouraged access: The method 'TeamAction.handle(Exception, String, String)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')

/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 28)
import org.eclipse.team.internal.ui.Utils;
Discouraged access: The type 'Utils' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')
2. WARNING in /src/org/eclipse/team/examples/filesystem/ui/ModelPutAction.java
 (at line 55)
ResourceMapping mapping = Utils.getResourceMapping(element);
Discouraged access: The type 'Utils' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')
3. WARNING in /src/org/eclipse/team/examples/filesystem/ui/ModelPutAction.java
 (at line 55)
ResourceMapping mapping = Utils.getResourceMapping(element);
Discouraged access: The method 'Utils.getResourceMapping(Object)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')

/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 38)
participant.run(getTargetPart());
Discouraged access: The method 'TeamAction.getTargetPart()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')

/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 24)
import org.eclipse.team.internal.ui.ITeamUIImages;
Discouraged access: The type 'ITeamUIImages' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')
2. WARNING in /src/org/eclipse/team/examples/localhistory/LocalHistorySynchronizeWizard.java
 (at line 55)
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 API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')
3. WARNING in /src/org/eclipse/team/examples/localhistory/LocalHistorySynchronizeWizard.java
 (at line 55)
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 'ITeamUIImages.IMG_WIZBAN_SHARE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')

/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 32)
import org.eclipse.team.internal.ui.TeamUIPlugin;
Discouraged access: The type 'TeamUIPlugin' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')
2. WARNING in /src/org/eclipse/team/examples/filesystem/ui/FileSystemSynchronizeParticipant.java
 (at line 175)
TeamUIPlugin.log(e);
Discouraged access: The type 'TeamUIPlugin' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')
3. WARNING in /src/org/eclipse/team/examples/filesystem/ui/FileSystemSynchronizeParticipant.java
 (at line 175)
TeamUIPlugin.log(e);
Discouraged access: The method 'TeamUIPlugin.log(CoreException)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/team/examples/filesystem/ui/FileSystemAction.java
 (at line 25)
import org.eclipse.team.internal.ui.actions.TeamAction;
Discouraged access: The type 'TeamAction' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')
2. WARNING in /src/org/eclipse/team/examples/filesystem/ui/FileSystemAction.java
 (at line 31)
public abstract class FileSystemAction extends TeamAction {
Discouraged access: The type 'TeamAction' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')
3. WARNING in /src/org/eclipse/team/examples/filesystem/ui/FileSystemAction.java
 (at line 43)
IResource[] resources = getSelectedResources();
Discouraged access: The method 'TeamAction.getSelectedResources()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')
4. WARNING in /src/org/eclipse/team/examples/filesystem/ui/FileSystemAction.java
 (at line 63)
return getSelectedResourceMappings(FileSystemPlugin.PROVIDER_ID);
Discouraged access: The method 'TeamAction.getSelectedResourceMappings(String)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')

/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 31)
import org.eclipse.team.internal.ui.mapping.ResourceModelProviderOperation;
Discouraged access: The type 'ResourceModelProviderOperation' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')
2. WARNING in /src/org/eclipse/team/examples/model/ui/mapping/ModelMergeActionHandler.java
 (at line 42)
private final class ModelSynchronizeOperation extends ResourceModelProviderOperation {
Discouraged access: The type 'ResourceModelProviderOperation' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')
3. WARNING in /src/org/eclipse/team/examples/model/ui/mapping/ModelMergeActionHandler.java
 (at line 44)
super(configuration, selection);
Discouraged access: The constructor 'ResourceModelProviderOperation(ISynchronizePageConfiguration, IStructuredSelection)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')
4. WARNING in /src/org/eclipse/team/examples/model/ui/mapping/ModelMergeActionHandler.java
 (at line 52)
IDiff[] diffs = getTargetDiffs();
Discouraged access: The method 'ResourceModelProviderOperation.getTargetDiffs()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')

/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 27)
import org.eclipse.team.internal.core.history.LocalFileRevision;
Discouraged access: The type 'LocalFileRevision' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes')
2. WARNING in /src/org/eclipse/team/examples/filesystem/history/FileSystemHistory.java
 (at line 68)
revisions[i] = new LocalFileRevision(states[i]);
Discouraged access: The type 'LocalFileRevision' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes')
3. WARNING in /src/org/eclipse/team/examples/filesystem/history/FileSystemHistory.java
 (at line 68)
revisions[i] = new LocalFileRevision(states[i]);
Discouraged access: The constructor 'LocalFileRevision(IFileState)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes')

/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 28)
GetOperation operation = new GetOperation(getTargetPart(),
Discouraged access: The method 'TeamAction.getTargetPart()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')
2. WARNING in /src/org/eclipse/team/examples/filesystem/ui/GetAction.java
 (at line 33)
handle(e, null, Policy.bind("GetAction.problemMessage")); //$NON-NLS-1$
Discouraged access: The method 'TeamAction.handle(Exception, String, String)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')

/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 55)
import org.eclipse.team.internal.ui.Utils;
Discouraged access: The type 'Utils' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')
2. WARNING in /src/org/eclipse/team/examples/model/ui/mapping/ModelSyncContentProvider.java
 (at line 56)
import org.eclipse.team.internal.ui.mapping.SynchronizationResourceMappingContext;
Discouraged access: The type 'SynchronizationResourceMappingContext' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')
3. WARNING in /src/org/eclipse/team/examples/model/ui/mapping/ModelSyncContentProvider.java
 (at line 112)
ResourceMappingContext rmc = new SynchronizationResourceMappingContext(context);
Discouraged access: The type 'SynchronizationResourceMappingContext' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')
4. WARNING in /src/org/eclipse/team/examples/model/ui/mapping/ModelSyncContentProvider.java
 (at line 112)
ResourceMappingContext rmc = new SynchronizationResourceMappingContext(context);
Discouraged access: The constructor 'SynchronizationResourceMappingContext(ISynchronizationContext)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')
5. WARNING in /src/org/eclipse/team/examples/model/ui/mapping/ModelSyncContentProvider.java
 (at line 238)
Utils.syncExec((Runnable) () -> handleChange(event), (StructuredViewer)getViewer());
Discouraged access: The type 'Utils' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')
6. WARNING in /src/org/eclipse/team/examples/model/ui/mapping/ModelSyncContentProvider.java
 (at line 238)
Utils.syncExec((Runnable) () -> handleChange(event), (StructuredViewer)getViewer());
Discouraged access: The method 'Utils.syncExec(Runnable, StructuredViewer)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')
7. WARNING in /src/org/eclipse/team/examples/model/ui/mapping/ModelSyncContentProvider.java
 (at line 369)
Utils.syncExec((Runnable) () -> {
Discouraged access: The type 'Utils' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')
8. WARNING in /src/org/eclipse/team/examples/model/ui/mapping/ModelSyncContentProvider.java
 (at line 369)
Utils.syncExec((Runnable) () -> {
Discouraged access: The method 'Utils.syncExec(Runnable, StructuredViewer)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')