Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2

Number of source files: 5 Number of classfiles: 7

Problems: 13 (Errors: 0 Warnings: 13 )

Source File: org/eclipse/wst/jsdt/ui/tests/EditorTests.java
1. WARNING: DiscouragedReference

Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

EditorTests.java :

25 : import org.eclipse.wst.jsdt.internal.ui.javaeditor.JavaEditor;

2. WARNING: DiscouragedReference

Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

EditorTests.java :

53 : assertTrue("unexpected editor opened", editor instanceof JavaEditor && editor instanceof ITextEditor);

3. WARNING: DiscouragedReference

Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

EditorTests.java :

71 : assertTrue("unexpected editor opened", editor instanceof JavaEditor && editor instanceof ITextEditor);

Source File: org/eclipse/wst/jsdt/ui/tests/format/FormattingTests.java
1. WARNING: DiscouragedReference

Discouraged access: The type SingleCommentLine is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.core/@dot

FormattingTests.java :

25 : import org.eclipse.wst.jsdt.internal.formatter.comment.SingleCommentLine;

2. WARNING: DiscouragedReference

Discouraged access: The type JavaScriptPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

FormattingTests.java :

26 : import org.eclipse.wst.jsdt.internal.ui.JavaScriptPlugin;

3. WARNING: DiscouragedReference

Discouraged access: The type SingleCommentLine is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.core/@dot

FormattingTests.java :

33 : protected static final String PREFIX = SingleCommentLine.SINGLE_COMMENT_PREFIX;

4. WARNING: DiscouragedReference

Discouraged access: The field SINGLE_COMMENT_PREFIX from the type SingleCommentLine is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.core/@dot

FormattingTests.java :

33 : protected static final String PREFIX = SingleCommentLine.SINGLE_COMMENT_PREFIX;

5. WARNING: DiscouragedReference

Discouraged access: The type JavaScriptPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

FormattingTests.java :

158 : fJavaScriptTextTools = JavaScriptPlugin.getDefault().getJavaTextTools();

6. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type JavaScriptPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

FormattingTests.java :

158 : fJavaScriptTextTools = JavaScriptPlugin.getDefault().getJavaTextTools();

7. WARNING: DiscouragedReference

Discouraged access: The method getJavaTextTools() from the type JavaScriptPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

FormattingTests.java :

158 : fJavaScriptTextTools = JavaScriptPlugin.getDefault().getJavaTextTools();

8. WARNING: DiscouragedReference

Discouraged access: The type JavaScriptPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

FormattingTests.java :

161 : JavaScriptPlugin.getDefault().getCombinedPreferenceStore(), null,

9. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type JavaScriptPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

FormattingTests.java :

161 : JavaScriptPlugin.getDefault().getCombinedPreferenceStore(), null,

10. WARNING: DiscouragedReference

Discouraged access: The method getCombinedPreferenceStore() from the type JavaScriptPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.jsdt.ui/@dot

FormattingTests.java :

161 : JavaScriptPlugin.getDefault().getCombinedPreferenceStore(), null,