Compiler Report

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 )

Source File: org/eclipse/wst/css/ui/internal/contentassist/CSSCompletionProposalComputer.java
1. WARNING: UnusedImport

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;

Source File: org/eclipse/wst/css/ui/internal/contentassist/CompletionProposal.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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)) {

3. WARNING: DiscouragedReference

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)) {

4. WARNING: DiscouragedReference

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);

5. WARNING: DiscouragedReference

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);

6. WARNING: DiscouragedReference

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);