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 14) import org.eclipse.e4.workbench.ui.internal.Workbench; Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/e4/ui/examples/legacy/workbench/ReStyle.java (at line 23) Workbench workbench = (Workbench) HandlerUtil.getVariable(event, Workbench.class.getName()); Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/e4/ui/examples/legacy/workbench/ReStyle.java (at line 23) Workbench workbench = (Workbench) HandlerUtil.getVariable(event, Workbench.class.getName()); Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/e4/ui/examples/legacy/workbench/ReStyle.java (at line 23) Workbench workbench = (Workbench) HandlerUtil.getVariable(event, Workbench.class.getName()); Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/e4/ui/examples/legacy/workbench/ReStyle.java (at line 25) final Shell shell = (Shell) workbench.getWindow(); Discouraged access: The method getWindow() from the type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |