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/xwt/ui/workbench/editors/XWTSaveablePart.java (at line 21) import org.eclipse.e4.core.di.annotations.Optional; Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
2. WARNING in /src/org/eclipse/e4/xwt/ui/workbench/editors/XWTSaveablePart.java (at line 22) import org.eclipse.e4.ui.di.Persist; Discouraged access: The type Persist is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.di_0.9.0.v20101118-1530.jar |
3. WARNING in /src/org/eclipse/e4/xwt/ui/workbench/editors/XWTSaveablePart.java (at line 23) import org.eclipse.e4.ui.model.application.ui.MDirtyable; Discouraged access: The type MDirtyable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
4. WARNING in /src/org/eclipse/e4/xwt/ui/workbench/editors/XWTSaveablePart.java (at line 24) import org.eclipse.e4.ui.model.application.ui.MUILabel; Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
5. WARNING in /src/org/eclipse/e4/xwt/ui/workbench/editors/XWTSaveablePart.java (at line 37) private MDirtyable dirtyable; Discouraged access: The type MDirtyable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
6. WARNING in /src/org/eclipse/e4/xwt/ui/workbench/editors/XWTSaveablePart.java (at line 40) private MUILabel uiItem; Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
7. WARNING in /src/org/eclipse/e4/xwt/ui/workbench/editors/XWTSaveablePart.java (at line 46) if (dirtyable.isDirty()) { Discouraged access: The method isDirty() from the type MDirtyable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
8. WARNING in /src/org/eclipse/e4/xwt/ui/workbench/editors/XWTSaveablePart.java (at line 57) @Persist Discouraged access: The type Persist is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.di_0.9.0.v20101118-1530.jar |
9. WARNING in /src/org/eclipse/e4/xwt/ui/workbench/editors/XWTSaveablePart.java (at line 58) public abstract void doSave(@Optional IProgressMonitor monitor) throws IOException, Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
10. WARNING in /src/org/eclipse/e4/xwt/ui/workbench/editors/XWTSaveablePart.java (at line 78) dirtyable.setDirty(false); Discouraged access: The method setDirty(boolean) from the type MDirtyable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
11. WARNING in /src/org/eclipse/e4/xwt/ui/workbench/editors/XWTSaveablePart.java (at line 90) uiItem.setLabel(title.toString()); Discouraged access: The method setLabel(String) from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
12. WARNING in /src/org/eclipse/e4/xwt/ui/workbench/editors/XWTSaveablePart.java (at line 94) return dirtyable.isDirty(); Discouraged access: The method isDirty() from the type MDirtyable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
13. WARNING in /src/org/eclipse/e4/xwt/ui/workbench/editors/XWTSaveablePart.java (at line 98) dirtyable.setDirty(dirty); Discouraged access: The method setDirty(boolean) from the type MDirtyable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
1. WARNING in /src/org/eclipse/e4/xwt/ui/workbench/views/XWTAbstractPart.java (at line 22) import org.eclipse.e4.core.commands.ECommandService; Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
2. WARNING in /src/org/eclipse/e4/xwt/ui/workbench/views/XWTAbstractPart.java (at line 23) import org.eclipse.e4.core.commands.EHandlerService; Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
3. WARNING in /src/org/eclipse/e4/xwt/ui/workbench/views/XWTAbstractPart.java (at line 24) import org.eclipse.e4.core.contexts.IEclipseContext; Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
4. WARNING in /src/org/eclipse/e4/xwt/ui/workbench/views/XWTAbstractPart.java (at line 25) import org.eclipse.e4.ui.services.IStylingEngine; Discouraged access: The type IStylingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
5. WARNING in /src/org/eclipse/e4/xwt/ui/workbench/views/XWTAbstractPart.java (at line 53) private IStylingEngine engine; Discouraged access: The type IStylingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
6. WARNING in /src/org/eclipse/e4/xwt/ui/workbench/views/XWTAbstractPart.java (at line 56) private EHandlerService handlerService; Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
7. WARNING in /src/org/eclipse/e4/xwt/ui/workbench/views/XWTAbstractPart.java (at line 59) private ECommandService commandService; Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
8. WARNING in /src/org/eclipse/e4/xwt/ui/workbench/views/XWTAbstractPart.java (at line 61) private IEclipseContext context; Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
9. WARNING in /src/org/eclipse/e4/xwt/ui/workbench/views/XWTAbstractPart.java (at line 73) public IEclipseContext getContext() { Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
10. WARNING in /src/org/eclipse/e4/xwt/ui/workbench/views/XWTAbstractPart.java (at line 78) public void setContext(IEclipseContext context) { Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
11. WARNING in /src/org/eclipse/e4/xwt/ui/workbench/views/XWTAbstractPart.java (at line 98) public IStylingEngine getStyleEngine() { Discouraged access: The type IStylingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
12. WARNING in /src/org/eclipse/e4/xwt/ui/workbench/views/XWTAbstractPart.java (at line 102) public EHandlerService getHandlerService() { Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
13. WARNING in /src/org/eclipse/e4/xwt/ui/workbench/views/XWTAbstractPart.java (at line 106) public ECommandService getCommandService() { Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
1. WARNING in /src/org/eclipse/e4/xwt/ui/workbench/views/XWTSelectionStaticPart.java (at line 16) import org.eclipse.e4.core.di.annotations.Optional; Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
2. WARNING in /src/org/eclipse/e4/xwt/ui/workbench/views/XWTSelectionStaticPart.java (at line 17) import org.eclipse.e4.ui.services.IServiceConstants; Discouraged access: The type IServiceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
3. WARNING in /src/org/eclipse/e4/xwt/ui/workbench/views/XWTSelectionStaticPart.java (at line 30) public void setSelection(@Optional @Named(IServiceConstants.SELECTION) Object selection) { Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
4. WARNING in /src/org/eclipse/e4/xwt/ui/workbench/views/XWTSelectionStaticPart.java (at line 30) public void setSelection(@Optional @Named(IServiceConstants.SELECTION) Object selection) { Discouraged access: The type IServiceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |
5. WARNING in /src/org/eclipse/e4/xwt/ui/workbench/views/XWTSelectionStaticPart.java (at line 30) public void setSelection(@Optional @Named(IServiceConstants.SELECTION) Object selection) { Discouraged access: The field SELECTION from the type IServiceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.services_0.9.1.v20101201-1400.jar |