Compiler log for org.eclipse.e4.xwt.ui.workbench_0.9.0.v20100618 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 31

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/e4/xwt/ui/workbench/editors/XWTSaveablePart.java : 13 warnings :

DISCOURAGED ACCESS 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/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot
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/I20100618-1645/plugins/org.eclipse.e4.ui.di/@dot
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
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/I20100618-1645/plugins/org.eclipse.e4.ui.di/@dot
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/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/xwt/ui/workbench/views/XWTAbstractPart.java : 13 warnings :

DISCOURAGED ACCESS WARNINGS
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/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
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/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
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/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
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/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
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/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
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/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
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/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
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/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
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/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot

/src/org/eclipse/e4/xwt/ui/workbench/views/XWTSelectionStaticPart.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
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/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot
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/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
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/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot
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/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
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/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot