Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A53, 3.6.0

Number of source files: 24 Number of classfiles: 25

Problems: 18 (Errors: 0 Warnings: 18 )

Source File: org/eclipse/wst/xsl/ui/internal/validation/TestDelegatingSourceValidatorForXSL.java
1. WARNING: UnusedImport

The import java.io.ByteArrayInputStream is never used

TestDelegatingSourceValidatorForXSL.java :

15 : import java.io.ByteArrayInputStream;

2. WARNING: UnusedImport

The import java.io.IOException is never used

TestDelegatingSourceValidatorForXSL.java :

17 : import java.io.IOException;

3. WARNING: UnusedImport

The import java.io.UnsupportedEncodingException is never used

TestDelegatingSourceValidatorForXSL.java :

20 : import java.io.UnsupportedEncodingException;

4. WARNING: UnusedImport

The import org.eclipse.core.resources.IProject is never used

TestDelegatingSourceValidatorForXSL.java :

25 : import org.eclipse.core.resources.IProject;

5. WARNING: UnusedImport

The import org.eclipse.core.resources.IProjectDescription is never used

TestDelegatingSourceValidatorForXSL.java :

26 : import org.eclipse.core.resources.IProjectDescription;

6. WARNING: UnusedImport

The import org.eclipse.core.runtime.CoreException is never used

TestDelegatingSourceValidatorForXSL.java :

28 : import org.eclipse.core.runtime.CoreException;

7. WARNING: UnusedImport

The import org.eclipse.core.runtime.NullProgressMonitor is never used

TestDelegatingSourceValidatorForXSL.java :

29 : import org.eclipse.core.runtime.NullProgressMonitor;

8. WARNING: UnusedImport

The import org.eclipse.wst.sse.core.StructuredModelManager is never used

TestDelegatingSourceValidatorForXSL.java :

31 : import org.eclipse.wst.sse.core.StructuredModelManager;

9. WARNING: UnusedImport

The import org.eclipse.wst.sse.ui.internal.reconcile.validator.IncrementalHelper is never used

TestDelegatingSourceValidatorForXSL.java :

32 : import org.eclipse.wst.sse.ui.internal.reconcile.validator.IncrementalHelper;

10. WARNING: UnusedImport

The import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel is never used

TestDelegatingSourceValidatorForXSL.java :

38 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

Source File: org/eclipse/wst/xsl/ui/tests/AbstractSourceViewerTest.java
1. WARNING: UnusedImport

The import org.eclipse.core.resources.IProject is never used

AbstractSourceViewerTest.java :

18 : import org.eclipse.core.resources.IProject;

2. WARNING: UnusedImport

The import org.eclipse.core.resources.IProjectDescription is never used

AbstractSourceViewerTest.java :

19 : import org.eclipse.core.resources.IProjectDescription;

3. WARNING: UnusedImport

The import org.eclipse.core.runtime.NullProgressMonitor is never used

AbstractSourceViewerTest.java :

22 : import org.eclipse.core.runtime.NullProgressMonitor;

Source File: org/eclipse/wst/xsl/ui/tests/contentassist/TestExcludeResultPrefixesCompletionProposal.java
1. WARNING: LocalVariableIsNeverUsed

The local variable document is never read

TestExcludeResultPrefixesCompletionProposal.java :

62 : IStructuredDocument document = (IStructuredDocument) sourceViewer

2. WARNING: LocalVariableIsNeverUsed

The local variable document is never read

TestExcludeResultPrefixesCompletionProposal.java :

78 : IStructuredDocument document = (IStructuredDocument) sourceViewer

Source File: org/eclipse/wst/xsl/ui/tests/hyperlinkdetector/TestXSLHyperlinkDetector.java
1. WARNING: UnusedPrivateMethod

The method getLineStyleProviders() from the type TestXSLHyperlinkDetector is never used locally

TestXSLHyperlinkDetector.java :

152 : private LineStyleProvider[] getLineStyleProviders() {

Source File: org/eclipse/wst/xsl/ui/tests/style/TestSemanticHighlighting.java
1. WARNING: UnusedImport

The import org.eclipse.wst.sse.core.internal.text.BasicStructuredDocumentRegion is never used

TestSemanticHighlighting.java :

15 : import org.eclipse.wst.sse.core.internal.text.BasicStructuredDocumentRegion;

Source File: org/eclipse/wst/xsl/ui/tests/templates/TestTemplateContextTypeXSL.java
1. WARNING: LocalVariableIsNeverUsed

The local variable contextType is never read

TestTemplateContextTypeXSL.java :

13 : TemplateContextTypeXSL contextType = new TemplateContextTypeXSL();