Compiler: Eclipse Java Compiler Version: 0.959, 3.5.0 rc1
Number of source files: 34 Number of classfiles: 66
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 /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jface.text_3.5.0.v20090602.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 /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jface.text_3.5.0.v20090602.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 /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jface.text_3.5.0.v20090602.jar
HTML2TextReaderTester.java :
40 : HTML2TextReader htmlReader= new HTML2TextReader(reader, null);
Discouraged access: The type HTML2TextReader is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jface.text_3.5.0.v20090602.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 /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jface.text_3.5.0.v20090602.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;