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/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/I20100725-1700/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/I20100725-1700/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/I20100725-1700/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/I20100725-1700/plugins/org.eclipse.e4.core.contexts/@dot |