Compiler log for org.eclipse.pde.runtime_3.7.100.v20210208-1005 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 31, INFOS: 3

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/runtime/spy/sections/ActivePartSection.java : 1 info :

INFO WARNINGS
1. INFO in /src/org/eclipse/pde/internal/runtime/spy/sections/ActivePartSection.java
 (at line 109)
@SuppressWarnings("unchecked")
At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored

/src/org/eclipse/pde/internal/runtime/registry/RegistryBrowser.java : 2 infos :

INFO WARNINGS
1. INFO in /src/org/eclipse/pde/internal/runtime/registry/RegistryBrowser.java
 (at line 262)
@SuppressWarnings({ "rawtypes", "unchecked" })
At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored
2. INFO in /src/org/eclipse/pde/internal/runtime/registry/RegistryBrowser.java
 (at line 262)
@SuppressWarnings({ "rawtypes", "unchecked" })
At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored

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/runtime/spy/sections/ActivePartSection.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActivePartSection.java
 (at line 66)
if (part instanceof E4PartWrapper) {
Discouraged access: The type 'E4PartWrapper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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')
2. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActivePartSection.java
 (at line 105)
PartSite site = (PartSite) part.getSite();
Discouraged access: The type 'PartSite' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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')
3. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActivePartSection.java
 (at line 105)
PartSite site = (PartSite) part.getSite();
Discouraged access: The type 'PartSite' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/runtime/spy/sections/ActivePartSection.java
 (at line 110)
List<PopupMenuExtender> list = (List<PopupMenuExtender>) field.get(site);
Discouraged access: The type 'PopupMenuExtender' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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')
5. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActivePartSection.java
 (at line 110)
List<PopupMenuExtender> list = (List<PopupMenuExtender>) field.get(site);
Discouraged access: The type 'PopupMenuExtender' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/runtime/spy/sections/ActivePartSection.java
 (at line 114)
PopupMenuExtender extender = list.get(i);
Discouraged access: The type 'PopupMenuExtender' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/runtime/spy/sections/ActivePartSection.java
 (at line 115)
menuIds.addAll(extender.getMenuIds());
Discouraged access: The method 'PopupMenuExtender.getMenuIds()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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')

/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveHelpSection.java : 11 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActiveHelpSection.java
 (at line 31)
import org.eclipse.ui.internal.WorkbenchPartReference;
Discouraged access: The type 'WorkbenchPartReference' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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')
2. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActiveHelpSection.java
 (at line 128)
if (er instanceof WorkbenchPartReference) {
Discouraged access: The type 'WorkbenchPartReference' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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')
3. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActiveHelpSection.java
 (at line 129)
WorkbenchPartReference wpr = (WorkbenchPartReference) er;
Discouraged access: The type 'WorkbenchPartReference' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/runtime/spy/sections/ActiveHelpSection.java
 (at line 129)
WorkbenchPartReference wpr = (WorkbenchPartReference) er;
Discouraged access: The type 'WorkbenchPartReference' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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')
5. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActiveHelpSection.java
 (at line 130)
control = wpr.getPane().getControl();
Discouraged access: The method 'WorkbenchPartReference.getPane()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/runtime/spy/sections/ActiveHelpSection.java
 (at line 130)
control = wpr.getPane().getControl();
Discouraged access: The method 'PartPane.getControl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/runtime/spy/sections/ActiveHelpSection.java
 (at line 141)
if (vr instanceof WorkbenchPartReference) {
Discouraged access: The type 'WorkbenchPartReference' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/runtime/spy/sections/ActiveHelpSection.java
 (at line 142)
WorkbenchPartReference wpr = (WorkbenchPartReference) vr;
Discouraged access: The type 'WorkbenchPartReference' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/runtime/spy/sections/ActiveHelpSection.java
 (at line 142)
WorkbenchPartReference wpr = (WorkbenchPartReference) vr;
Discouraged access: The type 'WorkbenchPartReference' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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')
10. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActiveHelpSection.java
 (at line 143)
control = wpr.getPane().getControl();
Discouraged access: The method 'WorkbenchPartReference.getPane()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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')
11. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActiveHelpSection.java
 (at line 143)
control = wpr.getPane().getControl();
Discouraged access: The method 'PartPane.getControl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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')

/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveMenuSection.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActiveMenuSection.java
 (at line 100)
if (item instanceof IActionSetContributionItem) {
Discouraged access: The type 'IActionSetContributionItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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')
2. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActiveMenuSection.java
 (at line 101)
IActionSetContributionItem actionItem = (IActionSetContributionItem) item;
Discouraged access: The type 'IActionSetContributionItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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')
3. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActiveMenuSection.java
 (at line 101)
IActionSetContributionItem actionItem = (IActionSetContributionItem) item;
Discouraged access: The type 'IActionSetContributionItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/runtime/spy/sections/ActiveMenuSection.java
 (at line 102)
buffer.append(toolkit.createIdentifierSection(text, PDERuntimeMessages.ActiveMenuSection_1, new String[] {actionItem.getActionSetId()}));
Discouraged access: The method 'IActionSetContributionItem.getActionSetId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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')
5. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActiveMenuSection.java
 (at line 127)
if (action instanceof PluginAction) {
Discouraged access: The type 'PluginAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/runtime/spy/sections/ActiveMenuSection.java
 (at line 128)
PluginAction pluginAction = (PluginAction) action;
Discouraged access: The type 'PluginAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/runtime/spy/sections/ActiveMenuSection.java
 (at line 128)
PluginAction pluginAction = (PluginAction) action;
Discouraged access: The type 'PluginAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/runtime/spy/sections/ActiveMenuSection.java
 (at line 143)
FormText text, Class<?> clazz, PluginAction pluginAction) {
Discouraged access: The type 'PluginAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/runtime/spy/sections/ActiveMenuSection.java
 (at line 147)
if (pluginAction instanceof WWinPluginAction) {
Discouraged access: The type 'WWinPluginAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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')

/src/org/eclipse/pde/internal/runtime/spy/SpyFormToolkit.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/runtime/spy/SpyFormToolkit.java
 (at line 23)
import org.eclipse.help.internal.context.Context;
Discouraged access: The type 'Context' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ua/org.eclipse.help/target/classes')
2. WARNING in /src/org/eclipse/pde/internal/runtime/spy/SpyFormToolkit.java
 (at line 217)
if (context instanceof Context)
Discouraged access: The type 'Context' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ua/org.eclipse.help/target/classes')
3. WARNING in /src/org/eclipse/pde/internal/runtime/spy/SpyFormToolkit.java
 (at line 218)
return createHelpIdentifierSection(((Context) context).getId());
Discouraged access: The type 'Context' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ua/org.eclipse.help/target/classes')
4. WARNING in /src/org/eclipse/pde/internal/runtime/spy/SpyFormToolkit.java
 (at line 218)
return createHelpIdentifierSection(((Context) context).getId());
Discouraged access: The method 'Context.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ua/org.eclipse.help/target/classes')