Compiler log for org.eclipse.pde.ui_3.13.300.v20211109-1407 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 79, INFOS: 6

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

/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java : 6 infos :

INFO WARNINGS
1. INFO in /src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java
 (at line 1622)
if (sourceElementObject.equals(previousNode)) {
Unlikely argument type for equals(): IDocumentElementNode seems to be unrelated to IPluginElement
2. INFO in /src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java
 (at line 1633)
if (targetElementObject.equals(nextNode)) {
Unlikely argument type for equals(): IDocumentElementNode seems to be unrelated to IPluginElement
3. INFO in /src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java
 (at line 1647)
if (sourceElementObject.equals(lastNode)) {
Unlikely argument type for equals(): IDocumentElementNode seems to be unrelated to IPluginElement
4. INFO in /src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java
 (at line 1692)
if (sourceElementObject.equals(lastNode)) {
Unlikely argument type for equals(): IDocumentElementNode seems to be unrelated to IPluginElement
5. INFO in /src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java
 (at line 1760)
if (sourceExtensionObject.equals(previousNode)) {
Unlikely argument type for equals(): IDocumentElementNode seems to be unrelated to IPluginExtension
6. INFO in /src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java
 (at line 1767)
if (targetExtensionObject.equals(nextNode)) {
Unlikely argument type for equals(): IDocumentElementNode seems to be unrelated to IPluginExtension

FORBIDDEN ACCESS WARNINGS

top errors infos others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors infos others warnings forbidden warnings

/src/org/eclipse/pde/internal/ui/wizards/plugin/NewProjectCreationOperation.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ui/wizards/plugin/NewProjectCreationOperation.java
 (at line 258)
* @see org.eclipse.jdt.internal.compiler.env.AutomaticModuleNaming#determineAutomaticModuleNameFromFileName(String,
Discouraged access: The type 'AutomaticModuleNaming' 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.jdt.core/org.eclipse.jdt.core/target/classes')
2. WARNING in /src/org/eclipse/pde/internal/ui/wizards/plugin/NewProjectCreationOperation.java
 (at line 258)
* @see org.eclipse.jdt.internal.compiler.env.AutomaticModuleNaming#determineAutomaticModuleNameFromFileName(String,
Discouraged access: The method 'AutomaticModuleNaming.determineAutomaticModuleNameFromFileName(String, boolean, boolean)' 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.jdt.core/org.eclipse.jdt.core/target/classes')

/src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 18)
import org.eclipse.ant.internal.ui.launchConfigurations.AntLaunchShortcut;
Discouraged access: The type 'AntLaunchShortcut' 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/ant/org.eclipse.ant.ui/target/classes')
2. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 155)
List<ILaunchConfiguration> configs = AntLaunchShortcut.findExistingLaunchConfigurations(generatedFile);
Discouraged access: The type 'AntLaunchShortcut' 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/ant/org.eclipse.ant.ui/target/classes')
3. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 155)
List<ILaunchConfiguration> configs = AntLaunchShortcut.findExistingLaunchConfigurations(generatedFile);
Discouraged access: The method 'AntLaunchShortcut.findExistingLaunchConfigurations(IFile)' 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/ant/org.eclipse.ant.ui/target/classes')
4. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 158)
ILaunchConfiguration config = AntLaunchShortcut.createDefaultLaunchConfiguration(generatedFile);
Discouraged access: The type 'AntLaunchShortcut' 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/ant/org.eclipse.ant.ui/target/classes')
5. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 158)
ILaunchConfiguration config = AntLaunchShortcut.createDefaultLaunchConfiguration(generatedFile);
Discouraged access: The method 'AntLaunchShortcut.createDefaultLaunchConfiguration(IFile)' 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/ant/org.eclipse.ant.ui/target/classes')

/src/org/eclipse/pde/internal/ui/editor/targetdefinition/TargetEditor.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ui/editor/targetdefinition/TargetEditor.java
 (at line 58)
import org.eclipse.ui.internal.genericeditor.ExtensionBasedTextEditor;
Discouraged access: The type 'ExtensionBasedTextEditor' 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.text/org.eclipse.ui.genericeditor/target/classes')
2. WARNING in /src/org/eclipse/pde/internal/ui/editor/targetdefinition/TargetEditor.java
 (at line 77)
private ExtensionBasedTextEditor fTextualEditor;
Discouraged access: The type 'ExtensionBasedTextEditor' 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.text/org.eclipse.ui.genericeditor/target/classes')
3. WARNING in /src/org/eclipse/pde/internal/ui/editor/targetdefinition/TargetEditor.java
 (at line 510)
fTextualEditor = new ExtensionBasedTextEditor();
Discouraged access: The type 'ExtensionBasedTextEditor' 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.text/org.eclipse.ui.genericeditor/target/classes')
4. WARNING in /src/org/eclipse/pde/internal/ui/editor/targetdefinition/TargetEditor.java
 (at line 510)
fTextualEditor = new ExtensionBasedTextEditor();
Discouraged access: The constructor 'ExtensionBasedTextEditor()' 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.text/org.eclipse.ui.genericeditor/target/classes')

/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java
 (at line 61)
import org.eclipse.swt.internal.BidiUtil;
Discouraged access: The type 'BidiUtil' 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.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/classes')
2. WARNING in /src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java
 (at line 1041)
if (BidiUtil.isBidiPlatform())
Discouraged access: The type 'BidiUtil' 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.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/classes')
3. WARNING in /src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java
 (at line 1041)
if (BidiUtil.isBidiPlatform())
Discouraged access: The method 'BidiUtil.isBidiPlatform()' 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.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/classes')

/src_samples/org/eclipse/pde/internal/ui/samples/ShowSampleAction.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src_samples/org/eclipse/pde/internal/ui/samples/ShowSampleAction.java
 (at line 22)
import org.eclipse.equinox.internal.provisional.configurator.Configurator;
Discouraged access: The type 'Configurator' 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/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes')
2. WARNING in /src_samples/org/eclipse/pde/internal/ui/samples/ShowSampleAction.java
 (at line 244)
ServiceReference<Configurator> reference = context.getServiceReference(Configurator.class);
Discouraged access: The type 'Configurator' 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/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes')
3. WARNING in /src_samples/org/eclipse/pde/internal/ui/samples/ShowSampleAction.java
 (at line 244)
ServiceReference<Configurator> reference = context.getServiceReference(Configurator.class);
Discouraged access: The type 'Configurator' 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/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes')
4. WARNING in /src_samples/org/eclipse/pde/internal/ui/samples/ShowSampleAction.java
 (at line 245)
Configurator configurator = context.getService(reference);
Discouraged access: The type 'Configurator' 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/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes')
5. WARNING in /src_samples/org/eclipse/pde/internal/ui/samples/ShowSampleAction.java
 (at line 247)
configurator.applyConfiguration();
Discouraged access: The method 'Configurator.applyConfiguration()' 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/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes')

/src/org/eclipse/pde/internal/ui/preferences/PDECompilersConfigurationBlock.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ui/preferences/PDECompilersConfigurationBlock.java
 (at line 24)
import org.eclipse.core.internal.resources.Project;
Discouraged access: The type 'Project' 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.resources/bundles/org.eclipse.core.resources/target/classes')
2. WARNING in /src/org/eclipse/pde/internal/ui/preferences/PDECompilersConfigurationBlock.java
 (at line 960)
commands = ((Project) projectToBuild).internalGetDescription().getBuildSpec(false);
Discouraged access: The type 'Project' 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.resources/bundles/org.eclipse.core.resources/target/classes')
3. WARNING in /src/org/eclipse/pde/internal/ui/preferences/PDECompilersConfigurationBlock.java
 (at line 960)
commands = ((Project) projectToBuild).internalGetDescription().getBuildSpec(false);
Discouraged access: The method 'Project.internalGetDescription()' 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.resources/bundles/org.eclipse.core.resources/target/classes')
4. WARNING in /src/org/eclipse/pde/internal/ui/preferences/PDECompilersConfigurationBlock.java
 (at line 960)
commands = ((Project) projectToBuild).internalGetDescription().getBuildSpec(false);
Discouraged access: The method 'ProjectDescription.getBuildSpec(boolean)' 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.resources/bundles/org.eclipse.core.resources/target/classes')

/src/org/eclipse/pde/internal/ui/wizards/BundleProjectConfigurator.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ui/wizards/BundleProjectConfigurator.java
 (at line 23)
import org.eclipse.jdt.internal.ui.wizards.importer.ProjectWithJavaResourcesImportConfigurator;
Discouraged access: The type 'ProjectWithJavaResourcesImportConfigurator' 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.jdt.ui/org.eclipse.jdt.ui/target/classes')
2. WARNING in /src/org/eclipse/pde/internal/ui/wizards/BundleProjectConfigurator.java
 (at line 141)
res.addAll(new ProjectWithJavaResourcesImportConfigurator().getFoldersToIgnore(project, monitor));
Discouraged access: The type 'ProjectWithJavaResourcesImportConfigurator' 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.jdt.ui/org.eclipse.jdt.ui/target/classes')
3. WARNING in /src/org/eclipse/pde/internal/ui/wizards/BundleProjectConfigurator.java
 (at line 141)
res.addAll(new ProjectWithJavaResourcesImportConfigurator().getFoldersToIgnore(project, monitor));
Discouraged access: The constructor 'ProjectWithJavaResourcesImportConfigurator()' 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.jdt.ui/org.eclipse.jdt.ui/target/classes')
4. WARNING in /src/org/eclipse/pde/internal/ui/wizards/BundleProjectConfigurator.java
 (at line 141)
res.addAll(new ProjectWithJavaResourcesImportConfigurator().getFoldersToIgnore(project, monitor));
Discouraged access: The method 'ProjectWithJavaResourcesImportConfigurator.getFoldersToIgnore(IProject, IProgressMonitor)' 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.jdt.ui/org.eclipse.jdt.ui/target/classes')

/src/org/eclipse/pde/internal/ui/shared/target/StyledBundleLabelProvider.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/StyledBundleLabelProvider.java
 (at line 22)
import org.eclipse.equinox.internal.p2.metadata.TranslationSupport;
Discouraged access: The type 'TranslationSupport' 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes')
2. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/StyledBundleLabelProvider.java
 (at line 47)
private TranslationSupport fTranslations;
Discouraged access: The type 'TranslationSupport' 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes')
3. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/StyledBundleLabelProvider.java
 (at line 62)
fTranslations = TranslationSupport.getInstance();
Discouraged access: The type 'TranslationSupport' 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes')
4. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/StyledBundleLabelProvider.java
 (at line 62)
fTranslations = TranslationSupport.getInstance();
Discouraged access: The method 'TranslationSupport.getInstance()' 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes')
5. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/StyledBundleLabelProvider.java
 (at line 185)
String name = fTranslations.getIUProperty(iu, IInstallableUnit.PROP_NAME);
Discouraged access: The method 'TranslationSupport.getIUProperty(IInstallableUnit, 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes')

/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java : 24 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 25)
import org.eclipse.equinox.internal.p2.ui.actions.PropertyDialogAction;
Discouraged access: The type 'PropertyDialogAction' 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes')
2. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 28)
import org.eclipse.equinox.internal.p2.ui.query.IUViewQueryContext;
Discouraged access: The type 'IUViewQueryContext' 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes')
3. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 49)
import org.eclipse.ui.internal.progress.ProgressMessages;
Discouraged access: The type 'ProgressMessages' 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.workbench/target/classes')
4. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 85)
private IUViewQueryContext fQueryContext;
Discouraged access: The type 'IUViewQueryContext' 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes')
5. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 230)
final String pendingLabel = ProgressMessages.PendingUpdateAdapter_PendingLabel;
Discouraged access: The type 'ProgressMessages' 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.workbench/target/classes')
6. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 230)
final String pendingLabel = ProgressMessages.PendingUpdateAdapter_PendingLabel;
Discouraged access: The field 'ProgressMessages.PendingUpdateAdapter_PendingLabel' 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.workbench/target/classes')
7. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 274)
final String pendingLabel = ProgressMessages.PendingUpdateAdapter_PendingLabel;
Discouraged access: The type 'ProgressMessages' 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.workbench/target/classes')
8. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 274)
final String pendingLabel = ProgressMessages.PendingUpdateAdapter_PendingLabel;
Discouraged access: The field 'ProgressMessages.PendingUpdateAdapter_PendingLabel' 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.workbench/target/classes')
9. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 368)
fPropertyAction = new PropertyDialogAction(new SameShellProvider(getShell()), fAvailableIUGroup.getStructuredViewer());
Discouraged access: The type 'PropertyDialogAction' 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes')
10. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 368)
fPropertyAction = new PropertyDialogAction(new SameShellProvider(getShell()), fAvailableIUGroup.getStructuredViewer());
Discouraged access: The constructor 'PropertyDialogAction(IShellProvider, ISelectionProvider)' 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes')
11. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 434)
fQueryContext.setInstalledProfileId(P2TargetUtils.getProfileId(fTarget));
Discouraged access: The method 'IUViewQueryContext.setInstalledProfileId(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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes')
12. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 435)
fQueryContext.setHideAlreadyInstalled(false);
Discouraged access: The method 'IUViewQueryContext.setHideAlreadyInstalled(boolean)' 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes')
13. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 443)
fQueryContext.setViewType(IUViewQueryContext.AVAILABLE_VIEW_BY_CATEGORY);
Discouraged access: The method 'IUViewQueryContext.setViewType(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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes')
14. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 443)
fQueryContext.setViewType(IUViewQueryContext.AVAILABLE_VIEW_BY_CATEGORY);
Discouraged access: The type 'IUViewQueryContext' 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes')
15. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 443)
fQueryContext.setViewType(IUViewQueryContext.AVAILABLE_VIEW_BY_CATEGORY);
Discouraged access: The field 'IUViewQueryContext.AVAILABLE_VIEW_BY_CATEGORY' 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes')
16. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 445)
fQueryContext.setViewType(IUViewQueryContext.AVAILABLE_VIEW_FLAT);
Discouraged access: The method 'IUViewQueryContext.setViewType(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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes')
17. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 445)
fQueryContext.setViewType(IUViewQueryContext.AVAILABLE_VIEW_FLAT);
Discouraged access: The type 'IUViewQueryContext' 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes')
18. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 445)
fQueryContext.setViewType(IUViewQueryContext.AVAILABLE_VIEW_FLAT);
Discouraged access: The field 'IUViewQueryContext.AVAILABLE_VIEW_FLAT' 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes')
19. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 447)
fQueryContext.setShowLatestVersionsOnly(fShowOldVersionsButton.getSelection());
Discouraged access: The method 'IUViewQueryContext.setShowLatestVersionsOnly(boolean)' 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes')
20. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 517)
boolean showCategories = fQueryContext.shouldGroupByCategories();
Discouraged access: The method 'IUViewQueryContext.shouldGroupByCategories()' 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes')
21. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 518)
boolean showOldVersions = fQueryContext.getShowLatestVersionsOnly();
Discouraged access: The method 'IUViewQueryContext.getShowLatestVersionsOnly()' 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes')
22. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 602)
fQueryContext.setViewType(IUViewQueryContext.AVAILABLE_VIEW_FLAT);
Discouraged access: The method 'IUViewQueryContext.setViewType(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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes')
23. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 602)
fQueryContext.setViewType(IUViewQueryContext.AVAILABLE_VIEW_FLAT);
Discouraged access: The type 'IUViewQueryContext' 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes')
24. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 602)
fQueryContext.setViewType(IUViewQueryContext.AVAILABLE_VIEW_FLAT);
Discouraged access: The field 'IUViewQueryContext.AVAILABLE_VIEW_FLAT' 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes')

/src/org/eclipse/pde/internal/ui/PDELabelProvider.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 46)
import org.eclipse.swt.internal.BidiUtil;
Discouraged access: The type 'BidiUtil' 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.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/classes')
2. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 242)
if (isRTL() && BidiUtil.isBidiPlatform())
Discouraged access: The type 'BidiUtil' 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.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/classes')
3. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 242)
if (isRTL() && BidiUtil.isBidiPlatform())
Discouraged access: The method 'BidiUtil.isBidiPlatform()' 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.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/classes')
4. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 885)
if (BidiUtil.isBidiPlatform())
Discouraged access: The type 'BidiUtil' 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.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/classes')
5. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 885)
if (BidiUtil.isBidiPlatform())
Discouraged access: The method 'BidiUtil.isBidiPlatform()' 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.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/classes')
6. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 891)
} else if (isRTL() && BidiUtil.isBidiPlatform()) {
Discouraged access: The type 'BidiUtil' 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.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/classes')
7. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 891)
} else if (isRTL() && BidiUtil.isBidiPlatform()) {
Discouraged access: The method 'BidiUtil.isBidiPlatform()' 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.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/classes')

/src/org/eclipse/pde/ui/launcher/JUnitTabGroup.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/ui/launcher/JUnitTabGroup.java
 (at line 20)
import org.eclipse.jdt.internal.junit.launcher.AssertionVMArg;
Discouraged access: The type 'AssertionVMArg' 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.jdt.ui/org.eclipse.jdt.junit/target/classes')
2. WARNING in /src/org/eclipse/pde/ui/launcher/JUnitTabGroup.java
 (at line 49)
vmArgs = AssertionVMArg.enableAssertInArgString(vmArgs);
Discouraged access: The type 'AssertionVMArg' 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.jdt.ui/org.eclipse.jdt.junit/target/classes')
3. WARNING in /src/org/eclipse/pde/ui/launcher/JUnitTabGroup.java
 (at line 49)
vmArgs = AssertionVMArg.enableAssertInArgString(vmArgs);
Discouraged access: The method 'AssertionVMArg.enableAssertInArgString(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.jdt.ui/org.eclipse.jdt.junit/target/classes')

/src/org/eclipse/pde/internal/ui/launcher/PluginBlock.java : 13 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ui/launcher/PluginBlock.java
 (at line 172)
ITestKind testKind = JUnitLaunchConfigurationConstants.getTestRunnerKind(fLaunchConfig);
Discouraged access: The type 'ITestKind' 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.jdt.ui/org.eclipse.jdt.junit.core/target/classes')
2. WARNING in /src/org/eclipse/pde/internal/ui/launcher/PluginBlock.java
 (at line 172)
ITestKind testKind = JUnitLaunchConfigurationConstants.getTestRunnerKind(fLaunchConfig);
Discouraged access: The type 'JUnitLaunchConfigurationConstants' 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.jdt.ui/org.eclipse.jdt.junit.core/target/classes')
3. WARNING in /src/org/eclipse/pde/internal/ui/launcher/PluginBlock.java
 (at line 172)
ITestKind testKind = JUnitLaunchConfigurationConstants.getTestRunnerKind(fLaunchConfig);
Discouraged access: The method 'JUnitLaunchConfigurationConstants.getTestRunnerKind(ILaunchConfiguration)' 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.jdt.ui/org.eclipse.jdt.junit.core/target/classes')
4. WARNING in /src/org/eclipse/pde/internal/ui/launcher/PluginBlock.java
 (at line 173)
if (TestKindRegistry.JUNIT4_TEST_KIND_ID.equals(testKind.getId()) || TestKindRegistry.JUNIT5_TEST_KIND_ID.equals(testKind.getId())) {
Discouraged access: The type 'TestKindRegistry' 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.jdt.ui/org.eclipse.jdt.junit.core/target/classes')
5. WARNING in /src/org/eclipse/pde/internal/ui/launcher/PluginBlock.java
 (at line 173)
if (TestKindRegistry.JUNIT4_TEST_KIND_ID.equals(testKind.getId()) || TestKindRegistry.JUNIT5_TEST_KIND_ID.equals(testKind.getId())) {
Discouraged access: The field 'TestKindRegistry.JUNIT4_TEST_KIND_ID' 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.jdt.ui/org.eclipse.jdt.junit.core/target/classes')
6. WARNING in /src/org/eclipse/pde/internal/ui/launcher/PluginBlock.java
 (at line 173)
if (TestKindRegistry.JUNIT4_TEST_KIND_ID.equals(testKind.getId()) || TestKindRegistry.JUNIT5_TEST_KIND_ID.equals(testKind.getId())) {
Discouraged access: The method 'ITestKind.getId()' 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.jdt.ui/org.eclipse.jdt.junit.core/target/classes')
7. WARNING in /src/org/eclipse/pde/internal/ui/launcher/PluginBlock.java
 (at line 173)
if (TestKindRegistry.JUNIT4_TEST_KIND_ID.equals(testKind.getId()) || TestKindRegistry.JUNIT5_TEST_KIND_ID.equals(testKind.getId())) {
Discouraged access: The type 'TestKindRegistry' 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.jdt.ui/org.eclipse.jdt.junit.core/target/classes')
8. WARNING in /src/org/eclipse/pde/internal/ui/launcher/PluginBlock.java
 (at line 173)
if (TestKindRegistry.JUNIT4_TEST_KIND_ID.equals(testKind.getId()) || TestKindRegistry.JUNIT5_TEST_KIND_ID.equals(testKind.getId())) {
Discouraged access: The field 'TestKindRegistry.JUNIT5_TEST_KIND_ID' 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.jdt.ui/org.eclipse.jdt.junit.core/target/classes')
9. WARNING in /src/org/eclipse/pde/internal/ui/launcher/PluginBlock.java
 (at line 173)
if (TestKindRegistry.JUNIT4_TEST_KIND_ID.equals(testKind.getId()) || TestKindRegistry.JUNIT5_TEST_KIND_ID.equals(testKind.getId())) {
Discouraged access: The method 'ITestKind.getId()' 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.jdt.ui/org.eclipse.jdt.junit.core/target/classes')
10. WARNING in /src/org/eclipse/pde/internal/ui/launcher/PluginBlock.java
 (at line 193)
private String[] addJunitPlugins(String[] requiredIds, ITestKind testKind) {
Discouraged access: The type 'ITestKind' 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.jdt.ui/org.eclipse.jdt.junit.core/target/classes')
11. WARNING in /src/org/eclipse/pde/internal/ui/launcher/PluginBlock.java
 (at line 198)
if (TestKindRegistry.JUNIT5_TEST_KIND_ID.equals(testKind.getId())) {
Discouraged access: The type 'TestKindRegistry' 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.jdt.ui/org.eclipse.jdt.junit.core/target/classes')
12. WARNING in /src/org/eclipse/pde/internal/ui/launcher/PluginBlock.java
 (at line 198)
if (TestKindRegistry.JUNIT5_TEST_KIND_ID.equals(testKind.getId())) {
Discouraged access: The field 'TestKindRegistry.JUNIT5_TEST_KIND_ID' 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.jdt.ui/org.eclipse.jdt.junit.core/target/classes')
13. WARNING in /src/org/eclipse/pde/internal/ui/launcher/PluginBlock.java
 (at line 198)
if (TestKindRegistry.JUNIT5_TEST_KIND_ID.equals(testKind.getId())) {
Discouraged access: The method 'ITestKind.getId()' 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.jdt.ui/org.eclipse.jdt.junit.core/target/classes')