Compiler log for org.eclipse.pde.ds.core_1.0.200.v20120530-1435 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 13

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/ds/core/builders/DSErrorReporter.java : 3 warnings :

DISCOURAGED ACCESS 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 /opt/public/eclipse/eclipse4I/build/supportDir/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 /opt/public/eclipse/eclipse4I/build/supportDir/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 /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/internal/ds/core/builders/DefaultSAXParser.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
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 /opt/public/eclipse/eclipse4I/build/supportDir/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 /opt/public/eclipse/eclipse4I/build/supportDir/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 /opt/public/eclipse/eclipse4I/build/supportDir/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 /opt/public/eclipse/eclipse4I/build/supportDir/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 /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/internal/ds/core/builders/XMLErrorReporter.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
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 /opt/public/eclipse/eclipse4I/build/supportDir/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 /opt/public/eclipse/eclipse4I/build/supportDir/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 /opt/public/eclipse/eclipse4I/build/supportDir/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 /opt/public/eclipse/eclipse4I/build/supportDir/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 /opt/public/eclipse/eclipse4I/build/supportDir/src/plugins/org.eclipse.pde.core/@dot