Compiler: Eclipse Compiler for Java(TM) Version: 0.A53, 3.6.0
Number of source files: 24 Number of classfiles: 85
Problems: 13 (Errors: 0 Warnings: 13 )
Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
ResultRunnable.java :
19 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;
Discouraged access: The type JobSafeStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
ResultRunnable.java :
20 : import org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument;
Discouraged access: The constructor JobSafeStructuredDocument() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
ResultRunnable.java :
71 : document = new JobSafeStructuredDocument();
Discouraged access: The type JobSafeStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
ResultRunnable.java :
71 : document = new JobSafeStructuredDocument();
Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
ResultRunnable.java :
78 : IStructuredModel scratchModel = StructuredModelManager.getModelManager().createUnManagedStructuredModelFor(contentType);
Discouraged access: The method createUnManagedStructuredModelFor(String) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
ResultRunnable.java :
78 : IStructuredModel scratchModel = StructuredModelManager.getModelManager().createUnManagedStructuredModelFor(contentType);
Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
ResultRunnable.java :
79 : document = scratchModel.getStructuredDocument();
Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot
ResultView.java :
26 : import org.eclipse.wst.sse.ui.internal.StructuredTextViewer;
Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot
ResultView.java :
27 : import org.eclipse.wst.sse.ui.internal.provisional.style.LineStyleProvider;
Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot
ResultView.java :
76 : public LineStyleProvider[] getLineStyleProviders(ISourceViewer sourceViewer, String partitionType) {
Discouraged access: The constructor StructuredTextViewer(Composite, IVerticalRuler, IOverviewRuler, boolean, int) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot
ResultView.java :
80 : SourceViewer viewer = new StructuredTextViewer(parent, null, null, false, SWT.BORDER | SWT.V_SCROLL | SWT.H_SCROLL);
Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot
ResultView.java :
80 : SourceViewer viewer = new StructuredTextViewer(parent, null, null, false, SWT.BORDER | SWT.V_SCROLL | SWT.H_SCROLL);
Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot
ResultView.java :
81 : ((StructuredTextViewer) viewer).getTextWidget().setFont(JFaceResources.getFont("org.eclipse.wst.sse.ui.textfont")); //$NON-NLS-1$