Compiler log for org.eclipse.pde.build_3.4.0.v20080604 : pdebuild.jar.bin.xml

TOTAL : ERRORS: 0, WARNINGS: 6

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/pde/internal/build/builder/ClasspathComputer2_1.java : 6 warnings :

DISCOURAGED ACCESS 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