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/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/I20100718-2115/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/I20100718-2115/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/I20100718-2115/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/I20100718-2115/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/I20100718-2115/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/I20100718-2115/plugins/org.eclipse.e4.ui.css.core/@dot |
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/I20100718-2115/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/I20100718-2115/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/I20100718-2115/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/I20100718-2115/plugins/org.eclipse.e4.core.contexts/@dot |