Compiler log for org.eclipse.jface.text.tests_3.9.1.v20130802-1147 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 7

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/jface/text/tests/HTML2TextReaderTest.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jface/text/tests/HTML2TextReaderTest.java
 (at line 29)
import org.eclipse.jface.internal.text.html.HTML2TextReader;
Discouraged access: The type HTML2TextReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
2. WARNING in /src/org/eclipse/jface/text/tests/HTML2TextReaderTest.java
 (at line 51)
HTML2TextReader htmlReader= new HTML2TextReader(reader, textPresentation);
Discouraged access: The type HTML2TextReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
3. WARNING in /src/org/eclipse/jface/text/tests/HTML2TextReaderTest.java
 (at line 51)
HTML2TextReader htmlReader= new HTML2TextReader(reader, textPresentation);
Discouraged access: The constructor HTML2TextReader(Reader, TextPresentation) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
4. WARNING in /src/org/eclipse/jface/text/tests/HTML2TextReaderTest.java
 (at line 51)
HTML2TextReader htmlReader= new HTML2TextReader(reader, textPresentation);
Discouraged access: The type HTML2TextReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
5. WARNING in /src/org/eclipse/jface/text/tests/HTML2TextReaderTest.java
 (at line 52)
String result= htmlReader.getString();
Discouraged access: The method getString() from the type SingleCharReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
6. WARNING in /src/org/eclipse/jface/text/tests/HTML2TextReaderTest.java
 (at line 145)
new HTML2TextReader(reader, null).read(cb);
Discouraged access: The constructor HTML2TextReader(Reader, TextPresentation) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
7. WARNING in /src/org/eclipse/jface/text/tests/HTML2TextReaderTest.java
 (at line 145)
new HTML2TextReader(reader, null).read(cb);
Discouraged access: The type HTML2TextReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes