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/e4/ui/internal/workbench/ContributionsAnalyzer.java (at line 30) import org.eclipse.core.internal.expressions.ReferenceExpression; Discouraged access: The type 'ReferenceExpression' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/target/classes') |
2. WARNING in /src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java (at line 38) import org.eclipse.e4.core.internal.contexts.ContextObjectSupplier; Discouraged access: The type 'ContextObjectSupplier' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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/ContributionsAnalyzer.java (at line 39) import org.eclipse.e4.core.internal.di.InjectorImpl; Discouraged access: The type 'InjectorImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 233) ref = new ReferenceExpression(expr.getCoreExpressionId()); Discouraged access: The type 'ReferenceExpression' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/target/classes') |
5. WARNING in /src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java (at line 233) ref = new ReferenceExpression(expr.getCoreExpressionId()); Discouraged access: The constructor 'ReferenceExpression(String)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/target/classes') |
6. WARNING in /src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java (at line 276) ref = new ReferenceExpression(coreExpression.getCoreExpressionId()); Discouraged access: The type 'ReferenceExpression' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/target/classes') |
7. WARNING in /src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java (at line 276) ref = new ReferenceExpression(coreExpression.getCoreExpressionId()); Discouraged access: The constructor 'ReferenceExpression(String)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/target/classes') |
8. WARNING in /src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java (at line 333) final private static InjectorImpl injector = (InjectorImpl) InjectorFactory.getDefault(); Discouraged access: The type 'InjectorImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di/target/classes') |
9. WARNING in /src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java (at line 333) final private static InjectorImpl injector = (InjectorImpl) InjectorFactory.getDefault(); Discouraged access: The type 'InjectorImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di/target/classes') |
10. WARNING in /src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java (at line 337) PrimaryObjectSupplier supplier = ContextObjectSupplier.getObjectSupplier(context, injector); Discouraged access: The type 'ContextObjectSupplier' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/classes') |
11. WARNING in /src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java (at line 337) PrimaryObjectSupplier supplier = ContextObjectSupplier.getObjectSupplier(context, injector); Discouraged access: The method 'ContextObjectSupplier.getObjectSupplier(IEclipseContext, IInjector)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/classes') |
12. WARNING in /src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java (at line 338) PrimaryObjectSupplier tempSupplier = ContextObjectSupplier.getObjectSupplier(localContext, injector); Discouraged access: The type 'ContextObjectSupplier' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/classes') |
13. WARNING in /src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java (at line 338) PrimaryObjectSupplier tempSupplier = ContextObjectSupplier.getObjectSupplier(localContext, injector); Discouraged access: The method 'ContextObjectSupplier.getObjectSupplier(IEclipseContext, IInjector)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/classes') |
14. WARNING in /src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java (at line 339) 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 '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di/target/classes') |
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 '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/classes') |
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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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(context1 -> tracked.remove(context1)); Discouraged access: The type 'EclipseContext' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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(context1 -> tracked.remove(context1)); Discouraged access: The method 'EclipseContext.notifyOnDisposal(IContextDisposalListener)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/classes') |
1. WARNING in /src/org/eclipse/e4/ui/internal/workbench/ResourceHandler.java (at line 32) import org.eclipse.core.internal.runtime.PlatformURLPluginConnection; Discouraged access: The type 'PlatformURLPluginConnection' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 317) Object[] obj = PlatformURLPluginConnection.parse(url.getFile().trim(), url); Discouraged access: The type 'PlatformURLPluginConnection' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 317) Object[] obj = PlatformURLPluginConnection.parse(url.getFile().trim(), url); Discouraged access: The method 'PlatformURLPluginConnection.parse(String, URL)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.bundles/bundles/org.eclipse.equinox.common/target/classes') |
1. WARNING in /src/org/eclipse/e4/ui/internal/workbench/addons/HandlerProcessingAddon.java (at line 24) import org.eclipse.e4.core.di.extensions.EventTopic; Discouraged access: The type 'EventTopic' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/target/classes') |
2. WARNING in /src/org/eclipse/e4/ui/internal/workbench/addons/HandlerProcessingAddon.java (at line 70) public void handleHandlerEvent(@Optional @EventTopic(UIEvents.HandlerContainer.TOPIC_HANDLERS) Event event) { Discouraged access: The type 'EventTopic' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/target/classes') |
3. WARNING in /src/org/eclipse/e4/ui/internal/workbench/addons/HandlerProcessingAddon.java (at line 116) public void handleContextEvent(@Optional @EventTopic(UIEvents.Context.TOPIC_CONTEXT) Event event) { Discouraged access: The type 'EventTopic' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/target/classes') |