Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2

Number of source files: 2 Number of classfiles: 2

Problems: 3 (Errors: 0 Warnings: 3 )

Source File: org/eclipse/wst/xsl/tests/AllTestsSuite.java
1. WARNING: DiscouragedReference

Discouraged access: The type TestXPathProcessorHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.xpath.ui.tests/@dot

AllTestsSuite.java :

17 : import org.eclipse.wst.xml.xpath.ui.internal.hander.tests.TestXPathProcessorHandler;

2. WARNING: DiscouragedReference

Discouraged access: The type TestXPathProcessorHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.xpath.ui.tests/@dot

AllTestsSuite.java :

41 : addTestSuite(TestXPathProcessorHandler.class);

Source File: org/eclipse/wst/xsl/tests/XSLTestPlugin.java
1. WARNING: UnusedPrivateField

The field XSLTestPlugin.bundleContext is never read locally

XSLTestPlugin.java :

14 : private BundleContext bundleContext;