Compiler log for org.eclipse.e4.ui.examples.legacy.workbench_0.9.1.v20100609-2000 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 10

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/ui/examples/legacy/workbench/ReStyle.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/examples/legacy/workbench/ReStyle.java
 (at line 13)
import org.eclipse.e4.ui.css.core.engine.CSSEngine;
Discouraged access: The type CSSEngine 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.css.core/@dot
2. WARNING in /src/org/eclipse/e4/ui/examples/legacy/workbench/ReStyle.java
 (at line 28)
final CSSEngine engine = (CSSEngine) display
Discouraged access: The type CSSEngine 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.css.core/@dot
3. WARNING in /src/org/eclipse/e4/ui/examples/legacy/workbench/ReStyle.java
 (at line 28)
final CSSEngine engine = (CSSEngine) display
Discouraged access: The type CSSEngine 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.css.core/@dot
4. WARNING in /src/org/eclipse/e4/ui/examples/legacy/workbench/ReStyle.java
 (at line 36)
engine.reset();
Discouraged access: The method reset() from the type CSSEngine 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.css.core/@dot
5. WARNING in /src/org/eclipse/e4/ui/examples/legacy/workbench/ReStyle.java
 (at line 37)
engine.parseStyleSheet(streamReader);
Discouraged access: The method parseStyleSheet(Reader) from the type CSSEngine 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.css.core/@dot
6. WARNING in /src/org/eclipse/e4/ui/examples/legacy/workbench/ReStyle.java
 (at line 40)
engine.applyStyles(shell, true, false);
Discouraged access: The method applyStyles(Object, boolean, boolean) from the type CSSEngine 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.css.core/@dot

/src/org/eclipse/e4/ui/examples/legacy/workbench/WorkspaceValue.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/examples/legacy/workbench/WorkspaceValue.java
 (at line 4)
import org.eclipse.e4.core.contexts.IContextFunction;
Discouraged access: The type IContextFunction 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
2. WARNING in /src/org/eclipse/e4/ui/examples/legacy/workbench/WorkspaceValue.java
 (at line 5)
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
3. WARNING in /src/org/eclipse/e4/ui/examples/legacy/workbench/WorkspaceValue.java
 (at line 7)
public class WorkspaceValue implements IContextFunction {
Discouraged access: The type IContextFunction 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/ui/examples/legacy/workbench/WorkspaceValue.java
 (at line 12)
public Object compute(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