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/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 |