Compiler: Eclipse Compiler for Java(TM) Version: 0.C58, 3.8.0
Number of source files: 24 Number of classfiles: 25
Problems: 28 (Errors: 0 Warnings: 28 )
The import java.io.ByteArrayInputStream is never used
TestDelegatingSourceValidatorForXSL.java :
15 : import java.io.ByteArrayInputStream;
The import java.io.IOException is never used
TestDelegatingSourceValidatorForXSL.java :
17 : import java.io.IOException;
The import java.io.UnsupportedEncodingException is never used
TestDelegatingSourceValidatorForXSL.java :
20 : import java.io.UnsupportedEncodingException;
The import org.eclipse.core.resources.IProject is never used
TestDelegatingSourceValidatorForXSL.java :
25 : import org.eclipse.core.resources.IProject;
The import org.eclipse.core.resources.IProjectDescription is never used
TestDelegatingSourceValidatorForXSL.java :
26 : import org.eclipse.core.resources.IProjectDescription;
The import org.eclipse.core.runtime.CoreException is never used
TestDelegatingSourceValidatorForXSL.java :
28 : import org.eclipse.core.runtime.CoreException;
The import org.eclipse.core.runtime.NullProgressMonitor is never used
TestDelegatingSourceValidatorForXSL.java :
29 : import org.eclipse.core.runtime.NullProgressMonitor;
The import org.eclipse.wst.sse.core.StructuredModelManager is never used
TestDelegatingSourceValidatorForXSL.java :
31 : import org.eclipse.wst.sse.core.StructuredModelManager;
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;
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;
The import org.eclipse.core.resources.IProject is never used
AbstractSourceViewerTest.java :
18 : import org.eclipse.core.resources.IProject;
The import org.eclipse.core.resources.IProjectDescription is never used
AbstractSourceViewerTest.java :
19 : import org.eclipse.core.resources.IProjectDescription;
The import org.eclipse.core.runtime.NullProgressMonitor is never used
AbstractSourceViewerTest.java :
22 : import org.eclipse.core.runtime.NullProgressMonitor;
The import junit.framework.TestCase is never used
AbstractXSLUITest.java :
21 : import junit.framework.TestCase;
The import org.junit.Ignore is never used
TestElementCompletionProposal.java :
20 : import org.junit.Ignore;
The value of the local variable document is not used
TestElementCompletionProposal.java :
51 : IStructuredDocument document = (IStructuredDocument) sourceViewer
The value of the local variable document is not used
TestElementCompletionProposal.java :
76 : IStructuredDocument document = (IStructuredDocument) sourceViewer
The value of the local variable document is not used
TestExcludeResultPrefixesCompletionProposal.java :
66 : IStructuredDocument document = (IStructuredDocument) sourceViewer
The value of the local variable document is not used
TestExcludeResultPrefixesCompletionProposal.java :
83 : IStructuredDocument document = (IStructuredDocument) sourceViewer
The import org.junit.Ignore is never used
TestTemplateModeCompletionProposal.java :
19 : import org.junit.Ignore;
The import org.junit.Ignore is never used
TestXPathXMLCompletionProposal.java :
18 : import org.junit.Ignore;
The import org.junit.Ignore is never used
XSLCompletionTest.java :
21 : import org.junit.Ignore;
The method getLineStyleProviders() from the type TestXSLHyperlinkDetector is never used locally
TestXSLHyperlinkDetector.java :
159 : private LineStyleProvider[] getLineStyleProviders() {
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;
The import org.junit.After is never used
TestSemanticHighlighting.java :
19 : import org.junit.After;
The import junit.framework.TestCase is never used
TestSemanticHighlighting.java :
23 : import junit.framework.TestCase;
The import junit.framework.TestCase is never used
TestXSLRegionMap.java :
23 : import junit.framework.TestCase;
The value of the local variable contextType is not used
TestTemplateContextTypeXSL.java :
25 : TemplateContextTypeXSL contextType = new TemplateContextTypeXSL();