Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2
Number of source files: 82 Number of classfiles: 127
Problems: 7 (Errors: 0 Warnings: 7 )
The import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion is never used
CSSCompletionProposalComputer.java :
32 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;
Discouraged access: The type BrowserInformationControl 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
CompletionProposal.java :
15 : import org.eclipse.jface.internal.text.html.BrowserInformationControl;
Discouraged access: The type BrowserInformationControl 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
CompletionProposal.java :
162 : if (BrowserInformationControl.isAvailable(parent)) {
Discouraged access: The method isAvailable(Composite) from the type BrowserInformationControl 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
CompletionProposal.java :
162 : if (BrowserInformationControl.isAvailable(parent)) {
Discouraged access: The type BrowserInformationControl 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
CompletionProposal.java :
163 : BrowserInformationControl control = new BrowserInformationControl(parent, JFaceResources.DIALOG_FONT, false);
Discouraged access: The constructor BrowserInformationControl(Shell, String, boolean) 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
CompletionProposal.java :
163 : BrowserInformationControl control = new BrowserInformationControl(parent, JFaceResources.DIALOG_FONT, false);
Discouraged access: The type BrowserInformationControl 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
CompletionProposal.java :
163 : BrowserInformationControl control = new BrowserInformationControl(parent, JFaceResources.DIALOG_FONT, false);