Compiler Report

Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2

Number of source files: 8 Number of classfiles: 14

Problems: 4 (Errors: 0 Warnings: 4 )

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

The import junit.framework.Assert is never used

TestDelegatingSourceValidatorForXSL.java :

18 : import junit.framework.Assert;

2. WARNING: UnusedImport

The import junit.framework.TestCase is never used

TestDelegatingSourceValidatorForXSL.java :

19 : import junit.framework.TestCase;

3. WARNING: UnusedImport

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

TestDelegatingSourceValidatorForXSL.java :

26 : import org.eclipse.core.runtime.FileLocator;

4. WARNING: UnusedImport

The import org.eclipse.wst.xsl.ui.tests.XSLUITestsPlugin is never used

TestDelegatingSourceValidatorForXSL.java :

35 : import org.eclipse.wst.xsl.ui.tests.XSLUITestsPlugin;