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/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/eclipse3I/build/supportDir/src/plugins/org.eclipse.ui.workbench/@dot |
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/eclipse3I/build/supportDir/src/plugins/org.eclipse.ui.workbench/@dot |
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/eclipse3I/build/supportDir/src/plugins/org.eclipse.ui.workbench/@dot |