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/ui/forms/editor/SharedHeaderFormEditor.java (at line 26) import org.eclipse.ui.internal.services.INestable; Discouraged access: The type INestable is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/ui/forms/editor/SharedHeaderFormEditor.java (at line 142) if (activePart.getSite() instanceof INestable) Discouraged access: The type INestable is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/ui/forms/editor/SharedHeaderFormEditor.java (at line 143) ((INestable) activePart.getSite()).deactivate(); Discouraged access: The method deactivate() from the type INestable is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/ui/forms/editor/SharedHeaderFormEditor.java (at line 143) ((INestable) activePart.getSite()).deactivate(); Discouraged access: The type INestable is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/ui/forms/editor/SharedHeaderFormEditor.java (at line 153) if (activePart.getSite() instanceof INestable) Discouraged access: The type INestable is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.ui.workbench/@dot |
6. WARNING in /src/org/eclipse/ui/forms/editor/SharedHeaderFormEditor.java (at line 154) ((INestable) activePart.getSite()).activate(); Discouraged access: The method activate() from the type INestable is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.ui.workbench/@dot |
7. WARNING in /src/org/eclipse/ui/forms/editor/SharedHeaderFormEditor.java (at line 154) ((INestable) activePart.getSite()).activate(); Discouraged access: The type INestable is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.ui.workbench/@dot |