errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged warnings |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |
1. WARNING in /src/org/eclipse/e4/ui/internal/workbench/ResourceHandler.java (at line 29) import org.eclipse.core.internal.runtime.PlatformURLPluginConnection; Discouraged access: The type PlatformURLPluginConnection is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/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 329) Object[] obj = PlatformURLPluginConnection.parse(url.getFile().trim(), url); Discouraged access: The type PlatformURLPluginConnection is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/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 329) Object[] obj = PlatformURLPluginConnection.parse(url.getFile().trim(), url); Discouraged access: The method parse(String, URL) from the type PlatformURLPluginConnection is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/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/ContributionsAnalyzer.java (at line 22) import org.eclipse.core.internal.expressions.ReferenceExpression; Discouraged access: The type ReferenceExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/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 204) ref = new ReferenceExpression(expr.getCoreExpressionId()); Discouraged access: The constructor ReferenceExpression(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/target/classes |
3. WARNING in /src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java (at line 204) ref = new ReferenceExpression(expr.getCoreExpressionId()); Discouraged access: The type ReferenceExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/target/classes |
4. WARNING in /src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java (at line 236) ref = new ReferenceExpression(exp.getCoreExpressionId()); Discouraged access: The constructor ReferenceExpression(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/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 236) ref = new ReferenceExpression(exp.getCoreExpressionId()); Discouraged access: The type ReferenceExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/target/classes |
1. WARNING in /src/org/eclipse/e4/ui/internal/workbench/SelectionAggregator.java (at line 27) import org.eclipse.e4.core.internal.contexts.EclipseContext; Discouraged access: The type EclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/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 28) import org.eclipse.e4.core.internal.contexts.IContextDisposalListener; Discouraged access: The type IContextDisposalListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/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 192) if (context instanceof EclipseContext) { Discouraged access: The type EclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/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 193) ((EclipseContext) context).notifyOnDisposal(new IContextDisposalListener() { public void disposed(IEclipseContext context) { tracked.remove(context); } }); Discouraged access: The method notifyOnDisposal(IContextDisposalListener) from the type EclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/classes |
5. WARNING in /src/org/eclipse/e4/ui/internal/workbench/SelectionAggregator.java (at line 193) ((EclipseContext) context).notifyOnDisposal(new IContextDisposalListener() { Discouraged access: The type EclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/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/SelectionAggregator.java (at line 193) ((EclipseContext) context).notifyOnDisposal(new IContextDisposalListener() { Discouraged access: The type IContextDisposalListener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/target/classes |