Compiler: Eclipse Java Compiler Version: 0.959, 3.5.0 rc1
Number of source files: 23 Number of classfiles: 84
Problems: 37 (Errors: 0 Warnings: 37 )
Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/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 /shared/webtools/projects/wtp-R3.1-S/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 /shared/webtools/projects/wtp-R3.1-S/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 /shared/webtools/projects/wtp-R3.1-S/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 /shared/webtools/projects/wtp-R3.1-S/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 /shared/webtools/projects/wtp-R3.1-S/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 /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot
ResultRunnable.java :
79 : document = scratchModel.getStructuredDocument();
The import java.io.IOException is never used
ResultView.java :
13 : import java.io.IOException;
The import java.io.Reader is never used
ResultView.java :
14 : import java.io.Reader;
The import org.eclipse.core.runtime.IProgressMonitor is never used
ResultView.java :
16 : import org.eclipse.core.runtime.IProgressMonitor;
The import org.eclipse.core.runtime.IStatus is never used
ResultView.java :
17 : import org.eclipse.core.runtime.IStatus;
The import org.eclipse.core.runtime.Status is never used
ResultView.java :
18 : import org.eclipse.core.runtime.Status;
The import org.eclipse.core.runtime.jobs.Job is never used
ResultView.java :
19 : import org.eclipse.core.runtime.jobs.Job;
The import org.eclipse.jface.text.BadLocationException is never used
ResultView.java :
25 : import org.eclipse.jface.text.BadLocationException;
The import org.eclipse.jface.text.IDocument is never used
ResultView.java :
26 : import org.eclipse.jface.text.IDocument;
The import org.eclipse.ui.PlatformUI is never used
ResultView.java :
32 : import org.eclipse.ui.PlatformUI;
The import org.eclipse.wst.sse.core.StructuredModelManager is never used
ResultView.java :
35 : import org.eclipse.wst.sse.core.StructuredModelManager;
Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot
ResultView.java :
36 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;
The import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel is never used
ResultView.java :
36 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;
Discouraged access: The type JobSafeStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot
ResultView.java :
37 : import org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument;
The import org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument is never used
ResultView.java :
37 : import org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument;
Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
ResultView.java :
39 : import org.eclipse.wst.sse.ui.internal.StructuredTextViewer;
Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
ResultView.java :
40 : import org.eclipse.wst.sse.ui.internal.provisional.style.LineStyleProvider;
The import org.eclipse.wst.xsl.internal.debug.ui.XSLDebugUIPlugin is never used
ResultView.java :
41 : import org.eclipse.wst.xsl.internal.debug.ui.XSLDebugUIPlugin;
Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
ResultView.java :
90 : 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 /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
ResultView.java :
94 : 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 /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
ResultView.java :
94 : 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 /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot
ResultView.java :
95 : ((StructuredTextViewer) viewer).getTextWidget().setFont(JFaceResources.getFont("org.eclipse.wst.sse.ui.textfont")); //$NON-NLS-1$
The import org.eclipse.jface.text.BadLocationException is never used
ResultViewJob.java :
20 : import org.eclipse.jface.text.BadLocationException;
The import org.eclipse.jface.text.IDocument is never used
ResultViewJob.java :
21 : import org.eclipse.jface.text.IDocument;
The import org.eclipse.ui.PlatformUI is never used
ResultViewJob.java :
26 : import org.eclipse.ui.PlatformUI;
The import org.eclipse.wst.sse.core.StructuredModelManager is never used
ResultViewJob.java :
27 : import org.eclipse.wst.sse.core.StructuredModelManager;
Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot
ResultViewJob.java :
28 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;
The import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel is never used
ResultViewJob.java :
28 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;
Discouraged access: The type JobSafeStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot
ResultViewJob.java :
29 : import org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument;
The import org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument is never used
ResultViewJob.java :
29 : import org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument;
The import org.eclipse.wst.xsl.internal.debug.ui.XSLDebugUIPlugin is never used
ResultViewJob.java :
30 : import org.eclipse.wst.xsl.internal.debug.ui.XSLDebugUIPlugin;