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