Compiler log for org.eclipse.ui.forms_3.3.0.v20070511 : @dot.bin.xml

TOTAL : ERRORS: 0, WARNINGS: 7

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/ui/forms/editor/SharedHeaderFormEditor.java : 7 warnings :

DISCOURAGED ACCESS 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/I200706251500/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/I200706251500/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/I200706251500/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/I200706251500/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/I200706251500/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/I200706251500/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/I200706251500/src/plugins/org.eclipse.ui.workbench/@dot