Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2
Number of source files: 37 Number of classfiles: 72
Problems: 7 (Errors: 0 Warnings: 7 )
Dead code
ExtendedStorageEditorInputView.java :
273 : return null;
Discouraged access: The type HTML2TextReader is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar
HTML2TextReaderTester.java :
21 : import org.eclipse.jface.internal.text.html.HTML2TextReader;
Discouraged access: The type HTML2TextReader is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar
HTML2TextReaderTester.java :
40 : HTML2TextReader htmlReader= new HTML2TextReader(reader, null);
Discouraged access: The constructor HTML2TextReader(Reader, TextPresentation) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar
HTML2TextReaderTester.java :
40 : HTML2TextReader htmlReader= new HTML2TextReader(reader, null);
Discouraged access: The type HTML2TextReader is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar
HTML2TextReaderTester.java :
40 : HTML2TextReader htmlReader= new HTML2TextReader(reader, null);
Discouraged access: The method getString() from the type SingleCharReader is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar
HTML2TextReaderTester.java :
41 : String result= htmlReader.getString();
The import org.eclipse.jface.text.ITextViewer is never used
TestTextViewer.java :
36 : import org.eclipse.jface.text.ITextViewer;