Compiler Report

Compiler: Eclipse Java Compiler Version: 0.959, 3.5.0 rc1

Number of source files: 21 Number of classfiles: 22

Problems: 21 (Errors: 0 Warnings: 21 )

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

The local variable destinationFolder is never read

AbstractXSLUITest.java :

55 : String destinationFolder = destinationProjectString + "/";

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

The local variable offset is never read

TestCallTemplateCompletionProposal.java :

25 : int offset = 790;

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

The local variable document is never read

TestExcludeResultPrefixesCompletionProposal.java :

56 : IStructuredDocument document = (IStructuredDocument) sourceViewer

2. WARNING: LocalVariableIsNeverUsed

The local variable document is never read

TestExcludeResultPrefixesCompletionProposal.java :

77 : 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/TestXSLLineStyleProvider.java
1. WARNING: DeadCode

Dead code

TestXSLLineStyleProvider.java :

223 : if (Debug.syntaxHighlighting && !handled) {

2. WARNING: DeadCode

Dead code

TestXSLLineStyleProvider.java :

223 : if (Debug.syntaxHighlighting && !handled) { System.out .println("Did not handle highlighting in Highlighter inner while"); //$NON-NLS-1$ }

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();