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/ds/core/builders/DSErrorReporter.java (at line 28) import org.eclipse.pde.internal.core.util.CoreUtility; Discouraged access: The type CoreUtility is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
2. WARNING in /src/org/eclipse/pde/internal/ds/core/builders/DSErrorReporter.java (at line 63) Document textDocument = CoreUtility.getTextDocument(fFile Discouraged access: The type CoreUtility is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
3. WARNING in /src/org/eclipse/pde/internal/ds/core/builders/DSErrorReporter.java (at line 63) Document textDocument = CoreUtility.getTextDocument(fFile .getContents()); Discouraged access: The method getTextDocument(InputStream) from the type CoreUtility is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
1. WARNING in /src/org/eclipse/pde/internal/ds/core/builders/DefaultSAXParser.java (at line 23) import org.eclipse.pde.internal.core.util.SAXParserWrapper; Discouraged access: The type SAXParserWrapper is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
2. WARNING in /src/org/eclipse/pde/internal/ds/core/builders/DefaultSAXParser.java (at line 30) SAXParserWrapper parser = null; Discouraged access: The type SAXParserWrapper is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
3. WARNING in /src/org/eclipse/pde/internal/ds/core/builders/DefaultSAXParser.java (at line 32) parser = new SAXParserWrapper(); Discouraged access: The constructor SAXParserWrapper() is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
4. WARNING in /src/org/eclipse/pde/internal/ds/core/builders/DefaultSAXParser.java (at line 32) parser = new SAXParserWrapper(); Discouraged access: The type SAXParserWrapper is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
5. WARNING in /src/org/eclipse/pde/internal/ds/core/builders/DefaultSAXParser.java (at line 34) parser.parse(stream, reporter); Discouraged access: The method parse(InputStream, DefaultHandler) from the type SAXParserWrapper is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
1. WARNING in /src/org/eclipse/pde/internal/ds/core/builders/XMLErrorReporter.java (at line 35) import org.eclipse.pde.internal.core.builders.CompilerFlags; Discouraged access: The type CompilerFlags is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
2. WARNING in /src/org/eclipse/pde/internal/ds/core/builders/XMLErrorReporter.java (at line 147) if (severity == CompilerFlags.ERROR) Discouraged access: The type CompilerFlags is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
3. WARNING in /src/org/eclipse/pde/internal/ds/core/builders/XMLErrorReporter.java (at line 147) if (severity == CompilerFlags.ERROR) Discouraged access: The field ERROR from the type CompilerFlags is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
4. WARNING in /src/org/eclipse/pde/internal/ds/core/builders/XMLErrorReporter.java (at line 149) if (severity == CompilerFlags.WARNING) Discouraged access: The type CompilerFlags is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |
5. WARNING in /src/org/eclipse/pde/internal/ds/core/builders/XMLErrorReporter.java (at line 149) if (severity == CompilerFlags.WARNING) Discouraged access: The field WARNING from the type CompilerFlags is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.pde.core/@dot |