Compiler log for org.eclipse.ant.core_3.1.200.v20070522 : @dot.bin.xml

TOTAL : ERRORS: 0, WARNINGS: 4

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/ant/internal/core/contentDescriber/AntBuildfileContentDescriber.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ant/internal/core/contentDescriber/AntBuildfileContentDescriber.java
 (at line 20)
import org.eclipse.core.internal.content.XMLContentDescriber;
Discouraged access: The type XMLContentDescriber is not accessible due to restriction on classpath entry /builds/I200706251500/src/plugins/org.eclipse.core.contenttype/@dot
2. WARNING in /src/org/eclipse/ant/internal/core/contentDescriber/AntBuildfileContentDescriber.java
 (at line 44)
public final class AntBuildfileContentDescriber extends XMLContentDescriber implements IExecutableExtension {
Discouraged access: The type XMLContentDescriber is not accessible due to restriction on classpath entry /builds/I200706251500/src/plugins/org.eclipse.core.contenttype/@dot
3. WARNING in /src/org/eclipse/ant/internal/core/contentDescriber/AntBuildfileContentDescriber.java
 (at line 90)
if (super.describe(contents, description) == INVALID) {
Discouraged access: The method describe(InputStream, IContentDescription) from the type XMLContentDescriber is not accessible due to restriction on classpath entry /builds/I200706251500/src/plugins/org.eclipse.core.contenttype/@dot
4. WARNING in /src/org/eclipse/ant/internal/core/contentDescriber/AntBuildfileContentDescriber.java
 (at line 104)
if (super.describe(contents, description) == INVALID) {
Discouraged access: The method describe(Reader, IContentDescription) from the type XMLContentDescriber is not accessible due to restriction on classpath entry /builds/I200706251500/src/plugins/org.eclipse.core.contenttype/@dot