Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A53, 3.6.0

Number of source files: 39 Number of classfiles: 55

Problems: 2 (Errors: 0 Warnings: 2 )

Source File: org/eclipse/jst/jsf/designtime/tests/TestJSF20ImplicitVariables.java
1. WARNING: UnusedImport

The import org.eclipse.jst.jsf.designtime.symbols.DefaultBuiltInSymbolProvider is never used

TestJSF20ImplicitVariables.java :

25 : import org.eclipse.jst.jsf.designtime.symbols.DefaultBuiltInSymbolProvider;

Source File: org/eclipse/jst/jsf/designtime/tests/resources/TestJarBasedJSFResourceLocator.java
1. WARNING: UnusedPrivateField

The field TestJarBasedJSFResourceLocator._jarIFile is never read locally

TestJarBasedJSFResourceLocator.java :

39 : private MockFile _jarIFile;