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/pde/internal/build/builder/ClasspathComputer2_1.java (at line 16) import org.eclipse.core.internal.runtime.PlatformURLFragmentConnection; Discouraged access: The type PlatformURLFragmentConnection is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.common/@dot |
2. WARNING in /src/org/eclipse/pde/internal/build/builder/ClasspathComputer2_1.java (at line 17) import org.eclipse.core.internal.runtime.PlatformURLPluginConnection; Discouraged access: The type PlatformURLPluginConnection is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.common/@dot |
3. WARNING in /src/org/eclipse/pde/internal/build/builder/ClasspathComputer2_1.java (at line 263) if (urlfragments[1].equalsIgnoreCase(PlatformURLPluginConnection.PLUGIN)) Discouraged access: The type PlatformURLPluginConnection is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.common/@dot |
4. WARNING in /src/org/eclipse/pde/internal/build/builder/ClasspathComputer2_1.java (at line 263) if (urlfragments[1].equalsIgnoreCase(PlatformURLPluginConnection.PLUGIN)) Discouraged access: The field PLUGIN from the type PlatformURLPluginConnection is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.common/@dot |
5. WARNING in /src/org/eclipse/pde/internal/build/builder/ClasspathComputer2_1.java (at line 266) if (urlfragments[1].equalsIgnoreCase(PlatformURLFragmentConnection.FRAGMENT)) Discouraged access: The type PlatformURLFragmentConnection is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.common/@dot |
6. WARNING in /src/org/eclipse/pde/internal/build/builder/ClasspathComputer2_1.java (at line 266) if (urlfragments[1].equalsIgnoreCase(PlatformURLFragmentConnection.FRAGMENT)) Discouraged access: The field FRAGMENT from the type PlatformURLFragmentConnection is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.common/@dot |