errors | others warnings | infos | forbidden warnings | discouraged warnings |
top | others warnings | infos | forbidden warnings | discouraged warnings |
top | errors | infos | forbidden warnings | discouraged warnings |
errors | others warnings | forbidden warnings | discouraged warnings |
top | errors | infos | others warnings | discouraged warnings |
top | errors | infos | others warnings | forbidden 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 '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 57) 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 '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 57) 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 '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') |
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 '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 72) revisions[i] = new LocalFileRevision(states[i]); Discouraged access: The type 'LocalFileRevision' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 72) revisions[i] = new LocalFileRevision(states[i]); Discouraged access: The constructor 'LocalFileRevision(IFileState)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.core/target/classes') |
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 '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') |
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 '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 42) Runnable r = () -> TeamUI.showHistoryFor(TeamUIPlugin.getActivePage(), resource, null); Discouraged access: The type 'TeamUIPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 42) Runnable r = () -> TeamUI.showHistoryFor(TeamUIPlugin.getActivePage(), resource, null); Discouraged access: The method 'TeamUIPlugin.getActivePage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') |
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 '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 84) Utils.asyncExec((Runnable) () -> tableViewer.setInput(fileHistory), tableViewer); Discouraged access: The type 'Utils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 84) Utils.asyncExec((Runnable) () -> tableViewer.setInput(fileHistory), tableViewer); Discouraged access: The method 'Utils.asyncExec(Runnable, StructuredViewer)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 246) Utils.schedule(refreshFileHistoryJob, getWorkbenchSite(parentSite)); Discouraged access: The type 'Utils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 246) Utils.schedule(refreshFileHistoryJob, getWorkbenchSite(parentSite)); Discouraged access: The method 'Utils.schedule(Job, IWorkbenchSite)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') |
1. WARNING in /src/org/eclipse/team/examples/filesystem/ui/FileSystemSynchronizeParticipant.java (at line 34) import org.eclipse.team.internal.ui.TeamUIPlugin; Discouraged access: The type 'TeamUIPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 174) TeamUIPlugin.log(e); Discouraged access: The type 'TeamUIPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 174) TeamUIPlugin.log(e); Discouraged access: The method 'TeamUIPlugin.log(CoreException)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') |
1. WARNING in /src/org/eclipse/team/examples/filesystem/ui/SynchronizeAction.java (at line 39) participant.run(getTargetPart()); Discouraged access: The method 'TeamAction.getTargetPart()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') |
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 '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') |
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 '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 31) IProject projects[] = getSelectedProjects(); Discouraged access: The method 'TeamAction.getSelectedProjects()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 37) 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 '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') |
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 '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 45) mainPage.setTitle(ResourceMessages.NewProject_title); Discouraged access: The type 'ResourceMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 45) mainPage.setTitle(ResourceMessages.NewProject_title); Discouraged access: The field 'ResourceMessages.NewProject_title' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 46) mainPage.setDescription(ResourceMessages.NewProject_description); Discouraged access: The type 'ResourceMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 46) mainPage.setDescription(ResourceMessages.NewProject_description); Discouraged access: The field 'ResourceMessages.NewProject_description' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.ide/target/classes') |
1. WARNING in /src/org/eclipse/team/examples/filesystem/ui/MergeAction.java (at line 35) operation = new SyncDialogModelMergeOperation(getTargetPart(), Discouraged access: The method 'TeamAction.getTargetPart()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 38) operation = new NonSyncModelMergeOperation(getTargetPart(), Discouraged access: The method 'TeamAction.getTargetPart()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 43) handle(e, null, "Errors occurred while merging"); Discouraged access: The method 'TeamAction.handle(Exception, String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') |
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 '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') |
1. WARNING in /src/org/eclipse/team/examples/filesystem/ui/PutAction.java (at line 29) PutOperation operation = new PutOperation(getTargetPart(), Discouraged access: The method 'TeamAction.getTargetPart()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 34) 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 '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') |
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 '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') |
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 '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 96) adapter.prepareInput(configuration, Policy.subMonitorFor(monitor, 90)); Discouraged access: The type 'Policy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 96) adapter.prepareInput(configuration, Policy.subMonitorFor(monitor, 90)); Discouraged access: The method 'Policy.subMonitorFor(IProgressMonitor, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') |
1. WARNING in /src/org/eclipse/team/examples/filesystem/ui/GetAction.java (at line 29) GetOperation operation = new GetOperation(getTargetPart(), Discouraged access: The method 'TeamAction.getTargetPart()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 34) 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 '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') |
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 '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.22/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') |