Compiler: Eclipse Compiler for Java(TM) Version: 0.A53, 3.6.0
Number of source files: 73 Number of classfiles: 133
Problems: 12 (Errors: 0 Warnings: 12 )
Discouraged access: The type ProblemSeveritiesPreferencePage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
JSPUIPreferencesTest.java :
117 : assertEquals(org.eclipse.jdt.internal.ui.preferences.ProblemSeveritiesPreferencePage.PREF_ID,org.eclipse.jst.jsp.ui.internal.preferences.ui.JSPValidationPreferencePage.JAVA_SEVERITY_PREFERENCE_PAGE);
Discouraged access: The field PREF_ID from the type ProblemSeveritiesPreferencePage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
JSPUIPreferencesTest.java :
117 : assertEquals(org.eclipse.jdt.internal.ui.preferences.ProblemSeveritiesPreferencePage.PREF_ID,org.eclipse.jst.jsp.ui.internal.preferences.ui.JSPValidationPreferencePage.JAVA_SEVERITY_PREFERENCE_PAGE);
Discouraged access: The type ProblemSeveritiesPreferencePage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
JSPUIPreferencesTest.java :
118 : assertEquals(org.eclipse.jdt.internal.ui.preferences.ProblemSeveritiesPreferencePage.PROP_ID,org.eclipse.jst.jsp.ui.internal.preferences.ui.JSPValidationPreferencePage.JAVA_SEVERITY_PROPERTY_PAGE);
Discouraged access: The field PROP_ID from the type ProblemSeveritiesPreferencePage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
JSPUIPreferencesTest.java :
118 : assertEquals(org.eclipse.jdt.internal.ui.preferences.ProblemSeveritiesPreferencePage.PROP_ID,org.eclipse.jst.jsp.ui.internal.preferences.ui.JSPValidationPreferencePage.JAVA_SEVERITY_PROPERTY_PAGE);
Discouraged access: The type PropertyAndPreferencePage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
JSPUIPreferencesTest.java :
119 : assertEquals(org.eclipse.jdt.internal.ui.preferences.PropertyAndPreferencePage.DATA_NO_LINK, org.eclipse.jst.jsp.ui.internal.preferences.ui.JSPValidationPreferencePage.DATA_NO_LINK);
Discouraged access: The field DATA_NO_LINK from the type PropertyAndPreferencePage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
JSPUIPreferencesTest.java :
119 : assertEquals(org.eclipse.jdt.internal.ui.preferences.PropertyAndPreferencePage.DATA_NO_LINK, org.eclipse.jst.jsp.ui.internal.preferences.ui.JSPValidationPreferencePage.DATA_NO_LINK);
Discouraged access: The type HTML2TextReader is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/eclipse/plugins/org.eclipse.jface.text_3.6.0.v20100526-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.1-M/eclipse/plugins/org.eclipse.jface.text_3.6.0.v20100526-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.1-M/eclipse/plugins/org.eclipse.jface.text_3.6.0.v20100526-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.1-M/eclipse/plugins/org.eclipse.jface.text_3.6.0.v20100526-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.1-M/eclipse/plugins/org.eclipse.jface.text_3.6.0.v20100526-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;