Compiler log for org.eclipse.debug.ui_3.3.0.v20070607-1800 : @dot.bin.xml

TOTAL : ERRORS: 0, WARNINGS: 2

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

/ui/org/eclipse/debug/internal/ui/contextlaunching/LaunchingResourceManager.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/debug/internal/ui/contextlaunching/LaunchingResourceManager.java
 (at line 52)
import org.eclipse.ui.internal.WorkbenchWindow;
Discouraged access: The type WorkbenchWindow is not accessible due to restriction on classpath entry /builds/I200706251500/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /ui/org/eclipse/debug/internal/ui/contextlaunching/LaunchingResourceManager.java
 (at line 433)
CoolBarManager cmgr = ((WorkbenchWindow)window).getCoolBarManager();
Discouraged access: The type WorkbenchWindow is not accessible due to restriction on classpath entry /builds/I200706251500/src/plugins/org.eclipse.ui.workbench/@dot