Compiler log for org.eclipse.e4.ui.workbench_1.11.400.v20200828-0938 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 17, INFOS: 0

errors others warnings infos forbidden warnings discouraged warnings

ERRORS

top others warnings infos forbidden warnings discouraged warnings

OTHER WARNINGS

top errors infos forbidden warnings discouraged warnings

INFO WARNINGS

errors others warnings forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors infos others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors infos others warnings forbidden warnings

/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java
 (at line 39)
import org.eclipse.e4.core.internal.contexts.ContextObjectSupplier;
Discouraged access: The type 'ContextObjectSupplier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.17/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/classes')
2. WARNING in /src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java
 (at line 40)
import org.eclipse.e4.core.internal.di.InjectorImpl;
Discouraged access: The type 'InjectorImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.17/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di/target/classes')
3. WARNING in /src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java
 (at line 332)
final private static InjectorImpl injector = (InjectorImpl) InjectorFactory.getDefault();
Discouraged access: The type 'InjectorImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.17/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di/target/classes')
4. WARNING in /src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java
 (at line 332)
final private static InjectorImpl injector = (InjectorImpl) InjectorFactory.getDefault();
Discouraged access: The type 'InjectorImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.17/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di/target/classes')
5. WARNING in /src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java
 (at line 336)
PrimaryObjectSupplier supplier = ContextObjectSupplier.getObjectSupplier(context, injector);
Discouraged access: The type 'ContextObjectSupplier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.17/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/classes')
6. WARNING in /src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java
 (at line 336)
PrimaryObjectSupplier supplier = ContextObjectSupplier.getObjectSupplier(context, injector);
Discouraged access: The method 'ContextObjectSupplier.getObjectSupplier(IEclipseContext, IInjector)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.17/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/classes')
7. WARNING in /src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java
 (at line 337)
PrimaryObjectSupplier tempSupplier = ContextObjectSupplier.getObjectSupplier(localContext, injector);
Discouraged access: The type 'ContextObjectSupplier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.17/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/classes')
8. WARNING in /src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java
 (at line 337)
PrimaryObjectSupplier tempSupplier = ContextObjectSupplier.getObjectSupplier(localContext, injector);
Discouraged access: The method 'ContextObjectSupplier.getObjectSupplier(IEclipseContext, IInjector)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.17/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/classes')
9. WARNING in /src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java
 (at line 338)
return injector.invoke(object, qualifier, defaultValue, supplier, tempSupplier, false, true);
Discouraged access: The method 'InjectorImpl.invoke(Object, Class<? extends Annotation>, Object, PrimaryObjectSupplier, PrimaryObjectSupplier, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.17/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di/target/classes')

/src/org/eclipse/e4/ui/internal/workbench/addons/CommandProcessingAddon.java : 1 warning :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/internal/workbench/addons/CommandProcessingAddon.java
 (at line 32)
import org.eclipse.e4.core.commands.internal.HandlerServiceImpl;
Discouraged access: The type 'HandlerServiceImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.17/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/classes')

/src/org/eclipse/e4/ui/internal/workbench/SelectionAggregator.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/internal/workbench/SelectionAggregator.java
 (at line 32)
import org.eclipse.e4.core.internal.contexts.EclipseContext;
Discouraged access: The type 'EclipseContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.17/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/classes')
2. WARNING in /src/org/eclipse/e4/ui/internal/workbench/SelectionAggregator.java
 (at line 201)
if (context instanceof EclipseContext) {
Discouraged access: The type 'EclipseContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.17/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/classes')
3. WARNING in /src/org/eclipse/e4/ui/internal/workbench/SelectionAggregator.java
 (at line 202)
((EclipseContext) context).notifyOnDisposal(tracked::remove);
Discouraged access: The type 'EclipseContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.17/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/classes')
4. WARNING in /src/org/eclipse/e4/ui/internal/workbench/SelectionAggregator.java
 (at line 202)
((EclipseContext) context).notifyOnDisposal(tracked::remove);
Discouraged access: The method 'EclipseContext.notifyOnDisposal(IContextDisposalListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.17/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/classes')

/src/org/eclipse/e4/ui/internal/workbench/ResourceHandler.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/internal/workbench/ResourceHandler.java
 (at line 33)
import org.eclipse.core.internal.runtime.PlatformURLPluginConnection;
Discouraged access: The type 'PlatformURLPluginConnection' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.17/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/rt.equinox.bundles/bundles/org.eclipse.equinox.common/target/classes')
2. WARNING in /src/org/eclipse/e4/ui/internal/workbench/ResourceHandler.java
 (at line 319)
Object[] obj = PlatformURLPluginConnection.parse(url.getFile().trim(), url);
Discouraged access: The type 'PlatformURLPluginConnection' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.17/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/rt.equinox.bundles/bundles/org.eclipse.equinox.common/target/classes')
3. WARNING in /src/org/eclipse/e4/ui/internal/workbench/ResourceHandler.java
 (at line 319)
Object[] obj = PlatformURLPluginConnection.parse(url.getFile().trim(), url);
Discouraged access: The method 'PlatformURLPluginConnection.parse(String, URL)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.17/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/rt.equinox.bundles/bundles/org.eclipse.equinox.common/target/classes')