Compiler log for org.eclipse.debug.examples.ui_1.4.100.v20130402-1741 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 3

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/debug/examples/ui/pda/DebugUIPlugin.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/debug/examples/ui/pda/DebugUIPlugin.java
 (at line 29)
import org.eclipse.ui.internal.util.BundleUtility;
Discouraged access: The type BundleUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes
2. WARNING in /src/org/eclipse/debug/examples/ui/pda/DebugUIPlugin.java
 (at line 170)
URL url = BundleUtility.find("org.eclipse.debug.examples.ui", path);
Discouraged access: The type BundleUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes
3. WARNING in /src/org/eclipse/debug/examples/ui/pda/DebugUIPlugin.java
 (at line 170)
URL url = BundleUtility.find("org.eclipse.debug.examples.ui", path);
Discouraged access: The method find(String, String) from the type BundleUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes