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/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/M200802211800/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/M200802211800/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/M200802211800/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/M200802211800/src/plugins/org.eclipse.core.contenttype/@dot |