Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.B76_R37x, 3.7.1

Number of source files: 24 Number of classfiles: 25

Problems: 28 (Errors: 0 Warnings: 28 )

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/AbstractXSLUITest.java
1. WARNING: UnusedImport

The import junit.framework.TestCase is never used

AbstractXSLUITest.java :

21 : import junit.framework.TestCase;

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

The import org.junit.Ignore is never used

TestElementCompletionProposal.java :

20 : import org.junit.Ignore;

2. WARNING: LocalVariableIsNeverUsed

The value of the local variable document is not used

TestElementCompletionProposal.java :

51 : IStructuredDocument document = (IStructuredDocument) sourceViewer

3. WARNING: LocalVariableIsNeverUsed

The value of the local variable document is not used

TestElementCompletionProposal.java :

76 : IStructuredDocument document = (IStructuredDocument) sourceViewer

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

The value of the local variable document is not used

TestExcludeResultPrefixesCompletionProposal.java :

66 : IStructuredDocument document = (IStructuredDocument) sourceViewer

2. WARNING: LocalVariableIsNeverUsed

The value of the local variable document is not used

TestExcludeResultPrefixesCompletionProposal.java :

83 : IStructuredDocument document = (IStructuredDocument) sourceViewer

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

The import org.junit.Ignore is never used

TestTemplateModeCompletionProposal.java :

19 : import org.junit.Ignore;

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

The import org.junit.Ignore is never used

TestXPathXMLCompletionProposal.java :

18 : import org.junit.Ignore;

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

The import org.junit.Ignore is never used

XSLCompletionTest.java :

21 : import org.junit.Ignore;

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 :

159 : 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 :

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

2. WARNING: UnusedImport

The import org.junit.After is never used

TestSemanticHighlighting.java :

19 : import org.junit.After;

3. WARNING: UnusedImport

The import junit.framework.TestCase is never used

TestSemanticHighlighting.java :

23 : import junit.framework.TestCase;

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

The import junit.framework.TestCase is never used

TestXSLRegionMap.java :

23 : import junit.framework.TestCase;

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

The value of the local variable contextType is not used

TestTemplateContextTypeXSL.java :

25 : TemplateContextTypeXSL contextType = new TemplateContextTypeXSL();