Compiler Report

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 )

Source File: org/eclipse/wst/xsl/jaxp/debug/ui/internal/views/ResultRunnable.java
1. WARNING: DiscouragedReference

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

ResultRunnable.java :

19 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

2. WARNING: DiscouragedReference

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

ResultRunnable.java :

20 : import org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument;

3. WARNING: DiscouragedReference

Discouraged access: The constructor JobSafeStructuredDocument() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ResultRunnable.java :

71 : document = new JobSafeStructuredDocument();

4. WARNING: DiscouragedReference

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

ResultRunnable.java :

71 : document = new JobSafeStructuredDocument();

5. WARNING: DiscouragedReference

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

ResultRunnable.java :

78 : IStructuredModel scratchModel = StructuredModelManager.getModelManager().createUnManagedStructuredModelFor(contentType);

6. WARNING: DiscouragedReference

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.1-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ResultRunnable.java :

78 : IStructuredModel scratchModel = StructuredModelManager.getModelManager().createUnManagedStructuredModelFor(contentType);

7. WARNING: DiscouragedReference

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.1-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

ResultRunnable.java :

79 : document = scratchModel.getStructuredDocument();

Source File: org/eclipse/wst/xsl/jaxp/debug/ui/internal/views/ResultView.java
1. WARNING: DiscouragedReference

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

ResultView.java :

26 : import org.eclipse.wst.sse.ui.internal.StructuredTextViewer;

2. WARNING: DiscouragedReference

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

ResultView.java :

27 : import org.eclipse.wst.sse.ui.internal.provisional.style.LineStyleProvider;

3. WARNING: DiscouragedReference

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

ResultView.java :

76 : public LineStyleProvider[] getLineStyleProviders(ISourceViewer sourceViewer, String partitionType) {

4. WARNING: DiscouragedReference

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

5. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-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);

6. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-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$