Compiler Report

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

Number of source files: 10 Number of classfiles: 10

Problems: 2 (Errors: 0 Warnings: 2 )

Source File: org/eclipse/wst/xsl/internal/core/tests/AbstractValidationTest.java
1. WARNING: UnusedImport

The import org.apache.xpath.jaxp.XPathFactoryImpl is never used

AbstractValidationTest.java :

28 : import org.apache.xpath.jaxp.XPathFactoryImpl;

Source File: org/eclipse/wst/xsl/internal/model/tests/AbstractModelTest.java
1. WARNING: UnusedImport

The import org.apache.xpath.jaxp.XPathFactoryImpl is never used

AbstractModelTest.java :

30 : import org.apache.xpath.jaxp.XPathFactoryImpl;