errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged warnings |
1. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/CSSRenderingUtils.java (at line 121) @SuppressWarnings("restriction") Unnecessary @SuppressWarnings("restriction") |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |
1. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/E4Application.java (at line 42) import org.eclipse.e4.core.services.translation.TranslationProviderFactory; Discouraged access: The type TranslationProviderFactory 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.services/target/classes |
2. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/E4Application.java (at line 43) import org.eclipse.e4.core.services.translation.TranslationService; Discouraged access: The type TranslationService 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.services/target/classes |
3. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/E4Application.java (at line 444) serviceContext.set(TranslationService.LOCALE, locale); Discouraged access: The type TranslationService 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.services/target/classes |
4. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/E4Application.java (at line 444) serviceContext.set(TranslationService.LOCALE, locale); Discouraged access: The field LOCALE from the type TranslationService 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.services/target/classes |
5. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/E4Application.java (at line 445) TranslationService bundleTranslationProvider = TranslationProviderFactory Discouraged access: The type TranslationService 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.services/target/classes |
6. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/E4Application.java (at line 445) TranslationService bundleTranslationProvider = TranslationProviderFactory Discouraged access: The type TranslationProviderFactory 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.services/target/classes |
7. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/E4Application.java (at line 445) TranslationService bundleTranslationProvider = TranslationProviderFactory .bundleTranslationService(serviceContext); Discouraged access: The method bundleTranslationService(IEclipseContext) from the type TranslationProviderFactory 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.services/target/classes |
8. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/E4Application.java (at line 447) serviceContext.set(TranslationService.class, bundleTranslationProvider); Discouraged access: The type TranslationService 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.services/target/classes |
1. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/CSSRenderingUtils.java (at line 18) import org.eclipse.e4.ui.widgets.ImageBasedFrame; Discouraged access: The type ImageBasedFrame is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/target/classes |
2. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/CSSRenderingUtils.java (at line 54) ImageBasedFrame frame = new ImageBasedFrame(toFrame.getParent(), Discouraged access: The type ImageBasedFrame is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/target/classes |
3. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/CSSRenderingUtils.java (at line 54) ImageBasedFrame frame = new ImageBasedFrame(toFrame.getParent(), toFrame, vertical, draggable); Discouraged access: The constructor ImageBasedFrame(Composite, Control, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/target/classes |
4. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/CSSRenderingUtils.java (at line 54) ImageBasedFrame frame = new ImageBasedFrame(toFrame.getParent(), Discouraged access: The type ImageBasedFrame is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/target/classes |
5. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/CSSRenderingUtils.java (at line 56) frame.setImages(frameImage, frameInts, handleImage); Discouraged access: The method setImages(Image, Integer[], Image) from the type ImageBasedFrame is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/target/classes |
6. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/CSSRenderingUtils.java (at line 59) ImageBasedFrame frame = new ImageBasedFrame(toFrame.getParent(), Discouraged access: The type ImageBasedFrame is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/target/classes |
7. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/CSSRenderingUtils.java (at line 59) ImageBasedFrame frame = new ImageBasedFrame(toFrame.getParent(), toFrame, vertical, draggable); Discouraged access: The constructor ImageBasedFrame(Composite, Control, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/target/classes |
8. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/CSSRenderingUtils.java (at line 59) ImageBasedFrame frame = new ImageBasedFrame(toFrame.getParent(), Discouraged access: The type ImageBasedFrame is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/target/classes |
9. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/CSSRenderingUtils.java (at line 61) frame.setImages(null, null, handleImage); Discouraged access: The method setImages(Image, Integer[], Image) from the type ImageBasedFrame is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/target/classes |
1. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/WorkbenchSWTActivator.java (at line 19) import org.eclipse.core.internal.runtime.InternalPlatform; Discouraged access: The type InternalPlatform 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.runtime/target/classes |
2. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/WorkbenchSWTActivator.java (at line 304) return InternalPlatform.getDefault().getStateLocation( Discouraged access: The type InternalPlatform 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.runtime/target/classes |
3. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/WorkbenchSWTActivator.java (at line 304) return InternalPlatform.getDefault().getStateLocation( Discouraged access: The method getDefault() from the type InternalPlatform 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.runtime/target/classes |
4. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/WorkbenchSWTActivator.java (at line 304) return InternalPlatform.getDefault().getStateLocation( context.getBundle(), true); Discouraged access: The method getStateLocation(Bundle, boolean) from the type InternalPlatform 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.runtime/target/classes |